Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pretty: allow %(trailers) options with explicit value
[gitweb.git]
/
builtin
/
am.c
diff --git
a/builtin/am.c
b/builtin/am.c
index d79f092a96f8e9aab59c6d6c623c8fd7fbcb677d..3ee9a9d2a92aaa0e9716719640deaec7e260c811 100644
(file)
--- a/
builtin/am.c
+++ b/
builtin/am.c
@@
-2328,7
+2328,7
@@
int cmd_am(int argc, const char **argv, const char *prefix)
/* Ensure a valid committer ident can be constructed */
git_committer_info(IDENT_STRICT);
- if (read_index_preload(&the_index, NULL) < 0)
+ if (read_index_preload(&the_index, NULL
, 0
) < 0)
die(_("failed to read the index"));
if (in_progress) {