From: Martin von Zweigbergk Date: Sun, 21 Nov 2010 11:11:21 +0000 (+0100) Subject: rebase --abort: do not update branch ref X-Git-Tag: v1.7.3.4~13^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/729ec9e23a13a0610a19a24901d0ab5e2bc44a12?hp=729ec9e23a13a0610a19a24901d0ab5e2bc44a12 rebase --abort: do not update branch ref If a non-interactive rebase of a ref fails at commit X and is aborted by the user, the ref will be updated twice. First to point at X (with the reflog message "rebase finished: $head_name onto $onto"), and then back to $orig_head. It should not be updated at all. Signed-off-by: Martin von Zweigbergk Signed-off-by: Junio C Hamano ---