pack-objects: use streaming interface for reading large loose blobs
[gitweb.git] / sequencer.h
index e2cd725401390939ed765b6cd2c4bd3393a99179..aa5f17cc3079f39000e9d7526d24354a027daabd 100644 (file)
@@ -30,6 +30,7 @@ struct replay_opts {
        int allow_ff;
        int allow_rerere_auto;
        int allow_empty;
+       int keep_redundant_commits;
 
        int mainline;