summaryrefslogtreecommitdiff
path: root/show-branch.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-05-05 14:54:43 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-05 14:54:43 -0700
commita814deca8b42e43fa6bbcfed1c2fe93131722b31 (patch)
treea3eef25f30690b6dc758ad2ae714d00581f581bf /show-branch.c
parentMerge branch 'jc/cache-tree' into next (diff)
parentTeach fmt-patch about --keep-subject (diff)
downloadtgif-a814deca8b42e43fa6bbcfed1c2fe93131722b31.tar.xz
Merge branch 'js/fmt-patch' into next
* js/fmt-patch: Teach fmt-patch about --keep-subject Teach fmt-patch about --numbered fmt-patch: implement -o <dir> fmt-patch: output file names to stdout Teach fmt-patch to write individual files.
Diffstat (limited to 'show-branch.c')
-rw-r--r--show-branch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-branch.c b/show-branch.c
index 268c57b180..bbe26c2e7a 100644
--- a/show-branch.c
+++ b/show-branch.c
@@ -259,7 +259,7 @@ static void show_one_commit(struct commit *commit, int no_name)
struct commit_name *name = commit->object.util;
if (commit->object.parsed)
pretty_print_commit(CMIT_FMT_ONELINE, commit, ~0,
- pretty, sizeof(pretty), 0);
+ pretty, sizeof(pretty), 0, NULL);
else
strcpy(pretty, "(unavailable)");
if (!strncmp(pretty, "[PATCH] ", 8))