summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be5f5bf)
raw | patch | inline | side by side (parent: be5f5bf)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 28 Feb 2008 06:08:57 +0000 (22:08 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 28 Feb 2008 06:08:57 +0000 (22:08 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c | patch | blob | history |
diff --git a/builtin-log.c b/builtin-log.c
index 3209ea5c6d61d18dfe885f07b20d11119799b803..836b61ec57b37499950e3a0244e2d0261024204a 100644 (file)
--- a/builtin-log.c
+++ b/builtin-log.c
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;