git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] git-rebase--interactive.sh: fix trailing spaces on empty $todo
@ 2018-09-18 13:44 Shulhan
  2018-09-18 13:44 ` [PATCH 1/1] " Shulhan
  2018-09-20 14:12 ` [PATCH 0/1] " Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Shulhan @ 2018-09-18 13:44 UTC (permalink / raw)
  To: git; +Cc: Shulhan, Junio C Hamano, Wink Saville

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

The character "\t" in above example is white space tab.

The "make test" was run succesfully but I can't reproduce/test manually with
non-empty $todo (I have no idea how to do it).

Shulhan (1):
  git-rebase--interactive.sh: fix trailing spaces on empty $todo

 git-rebase--interactive.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.19.0.446.g26223adc4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-20 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-18 13:44 [PATCH 0/1] git-rebase--interactive.sh: fix trailing spaces on empty $todo Shulhan
2018-09-18 13:44 ` [PATCH 1/1] " Shulhan
2018-09-20 14:12 ` [PATCH 0/1] " Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).