]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
Merge branch 'ag/rebase-i-in-c'
[thirdparty/git.git] / commit.h
index 6c4428c5931a9ab9d77d96a8a21aba4d75d73108..8f15cfd43b602f0b85eda82fb9af90eef7996b6c 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -251,7 +251,9 @@ extern void assign_shallow_commits_to_refs(struct shallow_info *info,
                                           uint32_t **used,
                                           int *ref_status);
 extern int delayed_reachability_test(struct shallow_info *si, int c);
-extern void prune_shallow(int show_only);
+#define PRUNE_SHOW_ONLY 1
+#define PRUNE_QUICK 2
+extern void prune_shallow(unsigned options);
 extern struct trace_key trace_shallow;
 
 extern int interactive_add(int argc, const char **argv, const char *prefix, int patch);