Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer.c: remove implicit dependency on the_index
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index 6637a928a7eb32a973b7cce1d551f8d8f6cfa1b5..e89bf35634a877fcf68efab0c62de8d00649683d 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-1679,7
+1679,8
@@
int cmd_commit(int argc, const char **argv, const char *prefix)
flags |= SUMMARY_INITIAL_COMMIT;
if (author_date_is_interesting())
flags |= SUMMARY_SHOW_AUTHOR_DATE;
- print_commit_summary(prefix, &oid, flags);
+ print_commit_summary(the_repository, prefix,
+ &oid, flags);
}
UNLEAK(err);