Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin rebase: optionally auto-detect the upstream
[gitweb.git]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index 55a6286d7f4a954db80a1564f15d0db465f9b1d6..574595132af4a799da3665543d19787e670b2791 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-1757,6
+1757,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);
}