git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / 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

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

When issuing interactive rebase, git will open a text editor with list
of commits to rebase and documentation on how to edit it.  At the end
of documentation it display,

  #	However, if you remove everything, the rebase will be aborted.
  #
  #\t
  # Note that empty commits are commented out

The "\t" is white space tab.

This commit remove the empty tab at the last two line.
---
 git-rebase--interactive.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
index 299ded213..0bf9eefad 100644
--- a/git-rebase--interactive.sh
+++ b/git-rebase--interactive.sh
@@ -224,7 +224,7 @@ EOF
 	gettext "
 	However, if you remove everything, the rebase will be aborted.
 
-	" | git stripspace --comment-lines >>"$todo"
+" | git stripspace --comment-lines >>"$todo"
 
 	if test -z "$keep_empty"
 	then
-- 
2.19.0.446.g26223adc4


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

* Re: [PATCH 0/1] git-rebase--interactive.sh: fix trailing spaces on empty $todo
  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 ` Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2018-09-20 14:12 UTC (permalink / raw)
  To: Shulhan, Johannes Schindelin; +Cc: git, Wink Saville

Shulhan <m.shulhan@gmail.com> 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 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).

While the issue may still be there, I think that the mid-term plan
for the release after this cycle is to use the GSoC version of
"rebase -i" that rewrites all the logic that produces the above in
C, which has been cooking in 'pu', and hopefully we can see it or
its reroll in 'next' soonish.

So please see if the issue is there, or if you find other new issues
(as this is essentially an attempted faithful re-implementation), in
the version on 'pu', and report/fix them in there if necessary.

Thanks.

> Shulhan (1):
>   git-rebase--interactive.sh: fix trailing spaces on empty $todo
>
>  git-rebase--interactive.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

^ 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

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).