Jonathan Nieder [off-list ref] writes:
Brandon Williams wrote:
quoted
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
[...]
quoted
Signed-off-by: Brandon Williams <redacted>
---
sequencer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for fixing it. I don't see any other fprintf in the file with
missing \r or \n at the end, so this fix looks complete.
Reviewed-by: Jonathan Nieder <redacted>
Thanks.