git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Beautifulise git-show output
@ 2006-07-04 22:34 beber.mailing
  2006-07-04 22:51 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: beber.mailing @ 2006-07-04 22:34 UTC (permalink / raw)
  To: git; +Cc: Bertrand Jacquin

From: Bertrand Jacquin (Beber) <beber.mailing@gmail.com>

diff --git a/log-tree.c b/log-tree.c
index ebb49f2..55f77ad 100644
--- a/log-tree.c
+++ b/log-tree.c
@@ -164,7 +164,7 @@ int log_tree_diff_flush(struct rev_info 
 	}
 
 	if (opt->loginfo && !opt->no_commit_id)
-		show_log(opt, opt->loginfo, opt->diffopt.with_stat ? "---\n" : "\n");
+		show_log(opt, opt->loginfo, opt->diffopt.with_stat ? "\n---\n" : "\n");
 	diff_flush(&opt->diffopt);
 	return 1;
 }
-- 
1.4.1

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

end of thread, other threads:[~2006-07-04 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04 22:34 [PATCH] Beautifulise git-show output beber.mailing
2006-07-04 22:51 ` Junio C Hamano
2006-07-04 22:59   ` Bertrand Jacquin

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