All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] Guilt v0.20
@ 2007-02-21  6:08 Josef Sipek
  0 siblings, 0 replies; only message in thread
From: Josef Sipek @ 2007-02-21  6:08 UTC (permalink / raw)
  To: git; +Cc: linux-kernel

Guilt v0.20 is available for download (once it mirrors out on kernel.org).

Guilt (Git Quilt) is a series of bash scripts which add a Mercurial
queues-like functionality and interface to git.

Tarballs:
http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/

Git repo:
git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/guilt.git

 
Pretty much all the changes are related to the patchbomb and import-commit
scripts. They now take a range of commits in one of these formats:

      <hash>		- one commit
      <hash>..		- hash until head (excludes hash, includes head)
      ..<hash>		- until hash (includes hash)
      <hash1>..<hash2>	- from hash to hash (inclusive)

Josef "Jeff" Sipek.

------------
Changes since v0.19:

Brandon Philips (1):
      guilt: Silence command echoing for echos in Makefile

Josef 'Jeff' Sipek (7):
      import-commit: simple commit to patch importer
      munge_hash_range: Helper function
      patchbomb: Use munge_hash_range
      import-commit: Use munge_hash_range
      patchbomb: Don't ask for the intro email if sending only one patch
      Centralize pager determining code
      Guilt v0.20

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-21  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-21  6:08 [ANNOUNCE] Guilt v0.20 Josef Sipek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.