On Sunday 28 June 2009, Junio C Hamano wrote: > Here are the topics that have been cooking. Commits prefixed with '-' > are only in 'pu' while commits prefixed with '+' are in 'next'. The ones > marked with '.' do not appear in any of the branches, but I am still > holding onto them. Is there a reason why the following patches have been removed from pu: commit 6dcab5fbeb56a8fdd908d54ae7154308bfa5f74b Author: Christian Couder <chriscool@xxxxxxxxxxxxx> Date: Sun Jun 21 07:08:45 2009 +0200 rebase -i: use config file format to save author information This is better than saving in a shell script, because it will make it much easier to port "rebase -i" to C. This also removes some sed regexps and some "eval"s. Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> commit aac0a09aedae9dc3ca0e2c0bb5ad5f3918a821a5 Author: Christian Couder <chriscool@xxxxxxxxxxxxx> Date: Sun Jun 21 07:08:44 2009 +0200 rebase -i: remove get_author_ident_from_commit() from "git-sh-setup.sh" The "get_author_ident_from_commit" function is only used in "git-rebase--interactive.sh" so there is no need for this function to be in "git-sh-setup.sh" anymore. Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> Thanks, Christian. -- 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