summaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-06 12:17:52 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-06 12:17:52 -0700
commit9d54f97e34a92d1504f24a5896e9741111f38d79 (patch)
tree6449a87822b4479e587091f76671e414a83fce28 /builtin.h
parent99d9ec090677c925c534001f01cbaf303a31cb82 (diff)
parentaf0b4a3b5973ebdf8fcdedcccbc2e8ddb93c8534 (diff)
Merge branch 'nd/prune-packed-dryrun-verbose'
* nd/prune-packed-dryrun-verbose: prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
index faef559136..64bab6bf54 100644
--- a/builtin.h
+++ b/builtin.h
@@ -12,6 +12,9 @@
extern const char git_usage_string[];
extern const char git_more_info_string[];
+#define PRUNE_PACKED_DRY_RUN 01
+#define PRUNE_PACKED_VERBOSE 02
+
extern void prune_packed_objects(int);
struct fmt_merge_msg_opts {