diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-03 21:38:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-03 21:38:11 +0200 |
commit | b407d40933f9c37af16ca3dc275e615ab4fdd8c5 (patch) | |
tree | a22498a4d0d7d253f43cb2bde8b032b2374b12b2 /bundle.c | |
parent | Merge branch 'ep/shell-command-substitution' (diff) | |
parent | log: add --show-linear-break to help see non-linear history (diff) | |
download | git-b407d40933f9c37af16ca3dc275e615ab4fdd8c5.tar.xz git-b407d40933f9c37af16ca3dc275e615ab4fdd8c5.zip |
Merge branch 'nd/log-show-linear-break'
Attempts to show where a single-strand-of-pearls break in "git log"
output.
* nd/log-show-linear-break:
log: add --show-linear-break to help see non-linear history
object.h: centralize object flag allocation
Diffstat (limited to 'bundle.c')
-rw-r--r-- | bundle.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ static int list_refs(struct ref_list *r, int argc, const char **argv) return 0; } +/* Remember to update object flag allocation in object.h */ #define PREREQ_MARK (1u<<16) int verify_bundle(struct bundle_header *header, int verbose) |