]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
Merge branch 'nd/the-index' into md/list-objects-filter-by-depth
[thirdparty/git.git] / sequencer.h
index d2c18edd3ae150b665dd4ecc0c104d30d09a1211..9d83f0f3e90313be990439972845e9d4f2bc1804 100644 (file)
@@ -135,6 +135,9 @@ void print_commit_summary(struct repository *repo,
                          const char *prefix,
                          const struct object_id *oid,
                          unsigned int flags);
+
+int read_author_script(const char *path, char **name, char **email, char **date,
+                      int allow_missing);
 #endif
 
 void parse_strategy_opts(struct replay_opts *opts, char *raw_opts);