Code

rebase: remove $branch as synonym for $orig_head
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Tue, 28 Dec 2010 09:30:34 +0000 (10:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Dec 2010 23:05:02 +0000 (15:05 -0800)
commit84c23469f2cf335f855800f1784f59e11f4cc1af
tree9562224ed05b0691a20d0a1d6e04c54ae6786733
parent9c114ac9b37e0a5e75c2082306d73a39265a1e13
rebase: remove $branch as synonym for $orig_head

The variables $branch and $orig_head were used as synonyms. To avoid
confusion, remove $branch. The name 'orig_head' seems more suitable,
since that is the name used when the variable is persisted.

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh