]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
rebase-interactive: rewrite edit_todo_list() to handle the initial edit
[thirdparty/git.git] / sequencer.h
index fb31a30d15ecf90d5702f1cb992964b58d4d0e6b..195891a2670ca446a70ce83b3d95e3e58a9cd389 100644 (file)
@@ -10,6 +10,7 @@ struct repository;
 const char *git_path_commit_editmsg(void);
 const char *git_path_seq_dir(void);
 const char *rebase_path_todo(void);
+const char *rebase_path_todo_backup(void);
 
 #define APPEND_SIGNOFF_DEDUP (1u << 0)