]> git.ipfire.org Git - thirdparty/git.git/blobdiff - rebase-interactive.h
rebase (interactive-backend): make --keep-empty the default
[thirdparty/git.git] / rebase-interactive.h
index 44dbb06311a84168d8a5970267a14ade85671a98..05354ca3417d5841deef5b35af9527cf1581a446 100644 (file)
@@ -5,7 +5,7 @@ struct strbuf;
 struct repository;
 struct todo_list;
 
-void append_todo_help(unsigned keep_empty, int command_count,
+void append_todo_help(int command_count,
                      const char *shortrevisions, const char *shortonto,
                      struct strbuf *buf);
 int edit_todo_list(struct repository *r, struct todo_list *todo_list,