LWN.net Logo

Guilt v0.18

From:  Josef Sipek <jsipek@cs.sunysb.edu>
To:  git@vger.kernel.org
Subject:  [ANNOUNCE] Guilt v0.18
Date:  Sun, 14 Jan 2007 20:02:39 -0500
Cc:  linux-kernel@vger.kernel.org

Guilt v0.18 is available for download.

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


The majority of changes is in greater sanity checking - before a patch is
pushed/popped/refreshed, we check the HEAD hash with that in the status file.
guilt-pop now does only one git-reset instead of n (n == number of patches
to pop). This should greatly increase the speed of popping patches.

Josef "Jeff" Sipek.

----------

Josef 'Jeff' Sipek (10):
      push_patch should be more careful when applying patches
      pop_patch should be quieter
      Removed debug line out of push_patch
      guilt-pop is now less brain damaged
      Add -m & -s args to guilt-new
      push_patch: look at diff stats instead of number of lines in patch
      Check HEAD hash against what we expect before push/pop/refresh
      Small cleanup in push_patch
      TODO moved to a separate branch
      Guilt v0.18

-- 
All science is either physics or stamp collecting.
		- Ernest Rutherford
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds