git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Cc: Daniel Barkalow <barkalow@iabervon.org>
Subject: [PATCH] format-patch: remove a leftover debugging message
Date: Wed, 27 Feb 2008 22:18:47 -0800	[thread overview]
Message-ID: <7v8x15li2g.fsf_-_@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <7v1w70h96u.fsf@gitster.siamese.dyndns.org> (Junio C. Hamano's message of "Mon, 25 Feb 2008 16:07:21 -0800")

Sorry, Daniel ;-)

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 builtin-log.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/builtin-log.c b/builtin-log.c
index 3209ea5..836b61e 100644
--- a/builtin-log.c
+++ b/builtin-log.c
@@ -960,7 +960,6 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix)
 	rev.boundary = 1;
 	while ((commit = get_revision(&rev)) != NULL) {
 		if (commit->object.flags & BOUNDARY) {
-			fprintf(stderr, "Boundary %s\n", sha1_to_hex(commit->object.sha1));
 			boundary_count++;
 			origin = (boundary_count == 1) ? commit : NULL;
 			continue;
-- 
1.5.4.3.393.g55409

  parent reply	other threads:[~2008-02-28  6:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-25 23:24 [PATCH 2/2] Improve collection of information for format-patch --cover-letter Daniel Barkalow
2008-02-26  0:07 ` Junio C Hamano
2008-02-26 16:27   ` Daniel Barkalow
2008-02-26 18:46     ` Junio C Hamano
2008-02-28  6:18   ` Junio C Hamano [this message]
2008-02-28 15:20     ` [PATCH] format-patch: remove a leftover debugging message Daniel Barkalow
2008-02-26  9:19 ` [PATCH 2/2] Improve collection of information for format-patch --cover-letter Junio C Hamano
2008-02-26  9:24   ` Junio C Hamano

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7v8x15li2g.fsf_-_@gitster.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=barkalow@iabervon.org \
    --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.
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).