Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'xy/format-patch-prereq-patch-id-fix'
[gitweb.git]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index c77af797555651930f7884fc52576a0761e627ce..805f89d7e1552e86a8c2b990a0e213d09f91d42a 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-1756,6
+1756,7
@@
int cmd_format_patch(int argc, const char **argv, const char *prefix)
if (base_commit || base_auto) {
struct commit *base = get_base_commit(base_commit, list, nr);
reset_revision_walk();
+ clear_object_flags(UNINTERESTING);
prepare_bases(&bases, base, list, nr);
}