On 15/09/06, Auke Kok <auke-jan.h.kok@xxxxxxxxx> wrote:
Catalin Marinas wrote: > Thanks, I fixed StGIT to cope with this and I'll update the repository > and snapshot tonight (which, BTW, will contain the initial support for > patch history tracking). awesome and awesome, allthough I have no idea what that (patch history tracking) is about :)
It keeps the history of all the patch modifications (like refresh, push) so that you can get previous versions if something went wrong. It's like having many small commits reflecting the changes to a patch. These commits are totally separate from the main patch commit (so that an StGIT repository is still compatible with GIT) but you can access them with "stg log [--graphical] <patch>". The --graphical option will automatically invoke gitk. -- Catalin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html