Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: teach --force-with-lease to smart-http transport
[gitweb.git]
/
builtin.h
diff --git
a/builtin.h
b/builtin.h
index 72bb2a831d24965ed68b1a4c896674a4bd386593..1ed8edb0cbd83ef1819c0d56defe97c10ade9c0d 100644
(file)
--- a/
builtin.h
+++ b/
builtin.h
@@
-11,6
+11,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 {