diff options
author | Kaartic Sivaraam <kaartic.sivaraam@gmail.com> | 2017-12-16 14:33:17 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-19 10:02:14 -0800 |
commit | 3a9156adc774f28b3b0f880cdd285a7e01118d15 (patch) | |
tree | d517f2d0739b1043a14fdf276059b702f3f8c043 /column.h | |
parent | RelNotes: minor typo fixes in 2.16.0 draft (diff) | |
download | tgif-3a9156adc774f28b3b0f880cdd285a7e01118d15.tar.xz |
rebase: consistently use branch_name variable
The variable "branch_name" holds the <branch> parameter in "git
rebase <upstream> <branch>", but one codepath did not use it after
assigning $1 to it (instead it kept using $1). Make it use the
variable consistently.
Also, update an error message to say there is no such branch or
commit, as we are expecting either of them, and not limiting
ourselves to a branch name.
Signed-off-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'column.h')
0 files changed, 0 insertions, 0 deletions