diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-06-06 12:17:52 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-06-06 12:17:52 -0700 |
| commit | 9d54f97e34a92d1504f24a5896e9741111f38d79 (patch) | |
| tree | 6449a87822b4479e587091f76671e414a83fce28 /builtin.h | |
| parent | 99d9ec090677c925c534001f01cbaf303a31cb82 (diff) | |
| parent | af0b4a3b5973ebdf8fcdedcccbc2e8ddb93c8534 (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |
