Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase-interactive: rewrite edit_todo_list() to handle the initial edit
[gitweb.git]
/
sequencer.h
diff --git
a/sequencer.h
b/sequencer.h
index fb31a30d15ecf90d5702f1cb992964b58d4d0e6b..195891a2670ca446a70ce83b3d95e3e58a9cd389 100644
(file)
--- a/
sequencer.h
+++ b/
sequencer.h
@@
-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)