diff options
author | Brandon Williams <bmwill@google.com> | 2017-03-23 10:02:33 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-23 11:19:23 -0700 |
commit | a42e1b4194b02638ea4f590ac1e7d231274886d1 (patch) | |
tree | 437fa5b99cdaee3123f73182cd2378a73dcdcdf4 /split-index.c | |
parent | sequencer: drop "warning:" when stopping for edit (diff) | |
download | tgif-a42e1b4194b02638ea4f590ac1e7d231274886d1.tar.xz |
sequencer: fix missing newline
When using rebase --interactive where one of the lines is marked as
'edit' this is the resulting output:
Stopped at ec3b9c4... stuffYou can amend the commit now, with
git commit --amend
Once you are satisfied with your changes, run
git rebase --continue
A newline character is missing at the end of the "Stopped at ..." line and
before the "You can amend ..." line. This patch fixes the malformed output by
adding the missing newline character to the end of the "Stopped at ..." line.
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'split-index.c')
0 files changed, 0 insertions, 0 deletions