Re: [PATCH 0/1] git-rebase--interactive.sh: fix trailing spaces on empty $todo

2018-09-20 Thread Junio C Hamano
Shulhan writes: > For someone who use editor that display trailing white spaces, issuing > interactive rebase will print two empty lines at the end of rebase with the > last line contains tab, > > # However, if you remove everything, the rebase will be aborted. > # > #\t > # Note that e

[PATCH 0/1] git-rebase--interactive.sh: fix trailing spaces on empty $todo

2018-09-18 Thread Shulhan
For someone who use editor that display trailing white spaces, issuing interactive rebase will print two empty lines at the end of rebase with the last line contains tab, # However, if you remove everything, the rebase will be aborted. # #\t # Note that empty commits are commented out