git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add -p: make the beginning of the hunk easier to see
@ 2010-02-13 11:07 Björn Gustavsson
  2010-02-13 11:23 ` Jeff King
  0 siblings, 1 reply; 10+ messages in thread
From: Björn Gustavsson @ 2010-02-13 11:07 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

When using "git add -p" to selectively add hunks, I find
it hard to quickly see where the current hunk starts and
the previous stops, because the new hunk starts right
after the action prompt for the previous hunk.

Facilitate easy scanning for the beginning of the current
hunk by adding some blank lines and a line of equal
signs before the current hunk.

Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
---
 git-add--interactive.perl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/git-add--interactive.perl b/git-add--interactive.perl
index cd43c34..4eb7c7c 100755
--- a/git-add--interactive.perl
+++ b/git-add--interactive.perl
@@ -1439,6 +1439,8 @@ sub patch_update_file {
 					 !defined $hunk[$ix]{USE});
 			}
 		}
+	} continue {
+		print "\n" x 4, '=' x 72, "\n";
 	}
 
 	@hunk = coalesce_overlapping_hunks(@hunk);
-- 
1.7.0

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

end of thread, other threads:[~2010-02-13 16:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-13 11:07 [PATCH] add -p: make the beginning of the hunk easier to see Björn Gustavsson
2010-02-13 11:23 ` Jeff King
2010-02-13 11:25   ` Jeff King
2010-02-13 11:36     ` Björn Gustavsson
2010-02-13 11:33   ` Björn Gustavsson
2010-02-13 11:42     ` Björn Gustavsson
2010-02-13 11:55       ` Jeff King
2010-02-13 14:34         ` Björn Gustavsson
2010-02-13 15:04           ` Julian Phillips
2010-02-13 16:01             ` Björn Gustavsson

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).