diff options
Diffstat (limited to 'third_party/git/prune-packed.h')
-rw-r--r-- | third_party/git/prune-packed.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/git/prune-packed.h b/third_party/git/prune-packed.h new file mode 100644 index 000000000000..936fa9df23e8 --- /dev/null +++ b/third_party/git/prune-packed.h @@ -0,0 +1,9 @@ +#ifndef PRUNE_PACKED_H +#define PRUNE_PACKED_H + +#define PRUNE_PACKED_DRY_RUN 01 +#define PRUNE_PACKED_VERBOSE 02 + +void prune_packed_objects(int); + +#endif |