#include "cache.h" #include "commit.h" #include "rebase-interactive.h" #include "sequencer.h" #include "strbuf.h" void append_todo_help(unsigned edit_todo, unsigned keep_empty, struct strbuf *buf) { const char *msg = _("\nCommands:\n" "p, pick = use commit\n" "r, reword = use commit, but edit the commit message\n" "e, edit = use commit, but stop for amending\n" "s, squash = use commit, but meld into previous commit\n" "f, fixup = like \"squash\", but discard this commit's log message\n" "x, exec = run command (the rest of the line) using shell\n" "b, break = stop here (continue rebase later with 'git rebase --continue')\n" "d, drop = remove commit\n" "l, label