aboutsummaryrefslogtreecommitdiff
path: root/repack.h
diff options
context:
space:
mode:
Diffstat (limited to 'repack.h')
-rw-r--r--repack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/repack.h b/repack.h
index 421d439d5a..12632d7fec 100644
--- a/repack.h
+++ b/repack.h
@@ -15,9 +15,12 @@ struct pack_objects_args {
int local;
int name_hash_version;
int path_walk;
+ int delta_base_offset;
struct list_objects_filter_options filter_options;
};
+#define PACK_OBJECTS_ARGS_INIT { .delta_base_offset = 1 }
+
void pack_objects_args_release(struct pack_objects_args *args);
#endif /* REPACK_H */