Re: What's cooking in git.git (Jun 2009, #03; Sat, 27)
From: Christian Couder <hidden>
Date: 2016-06-15 22:47:00
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 [off-list ref]
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 [off-list ref]
Signed-off-by: Junio C Hamano [off-list ref]
commit aac0a09aedae9dc3ca0e2c0bb5ad5f3918a821a5
Author: Christian Couder [off-list ref]
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 [off-list ref]
Signed-off-by: Junio C Hamano [off-list ref]
Thanks,
Christian.