diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2017-05-18 11:02:32 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-20 18:24:25 +0900 |
commit | 4ab867b8fc8c19ae99c5414ffcbf57fb1609c94f (patch) | |
tree | a66c823bce3be4d9e83fdf67b1a9a63d394cabfa /versioncmp.c | |
parent | sequencer: fix missing newline (diff) | |
download | tgif-4ab867b8fc8c19ae99c5414ffcbf57fb1609c94f.tar.xz |
rebase -i: fix reflog message
When rebase -i was converted to C a bug was introduced into the code
that creates the reflog message. Instead of saying
rebase -i (finish): <head-name> onto <onto>
it says
rebase -i (finish): <head-name> onto <orig-head><onto>
as the strbuf is not reset between reading the value of <orig-head>
and <onto>.
Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'versioncmp.c')
0 files changed, 0 insertions, 0 deletions