commit | cb82a05d5e2277d2019c43cadf8abee8bc6f97b6 | [log] [tgz] |
---|---|---|
author | Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> | Sun Feb 06 13:43:46 2011 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Feb 10 14:08:09 2011 -0800 |
tree | b2000c88d3502ced74594a6c48b1ac2f9779eb28 | |
parent | f4107d9cdce49177a056353a162d82555595850e [diff] |
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>