git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-rebase--interactive.sh: Remove superfluous tab in rebase
@ 2018-07-25 10:12 Daniel Baumann
  2018-07-25 10:54 ` Ævar Arnfjörð Bjarmason
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Baumann @ 2018-07-25 10:12 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

Hi,

the attached patch removes a superfluous tab indentation in the
interactive git-rebase messages.

It would be nice to get rid of this to avoid visual disturbance with
whitespace highlighting editors.

Regards,
Daniel

[-- Attachment #2: 0001-git-rebase-interactive.sh-Remove-superfluous-tab-in-.patch --]
[-- Type: text/x-patch, Size: 930 bytes --]

From 353eb1c2c44d5117a3fad1323ca6852b13e4c86a Mon Sep 17 00:00:00 2001
From: Daniel Baumann <mail@daniel-baumann.ch>
Date: Wed, 25 Jul 2018 11:58:40 +0200
Subject: [PATCH] git-rebase--interactive.sh: Remove superfluous tab in rebase
 file

Removing superfluous tab indentation in interactive git-rebase
file to avoid visual disturbance with whitespace highlighting editors.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
---
 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.18.0


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

end of thread, other threads:[~2018-07-26  4:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-25 10:12 [PATCH] git-rebase--interactive.sh: Remove superfluous tab in rebase Daniel Baumann
2018-07-25 10:54 ` Ævar Arnfjörð Bjarmason
2018-07-26  2:21   ` Daniel Baumann
2018-07-26  4:16     ` 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).