]> git.ipfire.org Git - thirdparty/git.git/blobdiff - rebase-interactive.h
command-list.txt: add gitfaq to the list of guides
[thirdparty/git.git] / rebase-interactive.h
index 4af0c1fcc702ed74ecf60d31a71eeb6154c108f9..dc2cf0ee122c70a9c9b4e614be058ee5c423dd80 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,