From: beber.mailing@gmail.com
To: git@vger.kernel.org
Cc: Bertrand Jacquin (Beber) <beber.mailing@gmail.com>
Subject: [PATCH] Beautifulise git-show output
Date: Tue, 4 Jul 2006 22:34:50 +0000 (UTC)
Date: mer, 05 jui 2006 00:36:08 +0200 [thread overview]
Message-ID: <11520525682686-git-send-email-beber.mailing@gmail.com> (raw)
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
next reply other threads:[~2006-07-04 22:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-04 22:34 beber.mailing [this message]
2006-07-04 22:51 ` [PATCH] Beautifulise git-show output Junio C Hamano
2006-07-04 22:59 ` Bertrand Jacquin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11520525682686-git-send-email-beber.mailing@gmail.com \
--to=beber.mailing@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).