sequencer: teach write_message() to append an optional LF
Johannes Schindelin committed almost 10 years ago
sequencer: refactor write_message() to take a pointer/length
Johannes Schindelin committed almost 10 years ago
sequencer: roll back lock file if write_message() failed
Johannes Schindelin committed almost 10 years ago
sequencer: stop releasing the strbuf in write_message()
Johannes Schindelin committed almost 10 years ago
sequencer: left-trim lines read from the script
Johannes Schindelin committed almost 10 years ago
sequencer: support cleaning up commit messages
Johannes Schindelin committed almost 10 years ago
sequencer: support amending commits
Johannes Schindelin committed almost 10 years ago
sequencer: allow editing the commit message on a case-by-case basis
Johannes Schindelin committed almost 10 years ago
sequencer: introduce a helper to read files written by scripts
Johannes Schindelin committed almost 10 years ago
sequencer: prepare for rebase -i's commit functionality
Johannes Schindelin committed almost 10 years ago
sequencer: remember the onelines when parsing the todo file
Johannes Schindelin committed almost 10 years ago
sequencer: get rid of the subcommand field
Johannes Schindelin committed almost 10 years ago
sequencer: avoid completely different messages for different actions
Johannes Schindelin committed almost 10 years ago
sequencer: strip CR from the todo script
Johannes Schindelin committed almost 10 years ago
sequencer: completely revamp the "todo" script parsing
Johannes Schindelin committed almost 10 years ago
sequencer: refactor the code to obtain a short commit name
Johannes Schindelin committed almost 10 years ago
sequencer: future-proof read_populate_todo()
Johannes Schindelin committed almost 10 years ago
sequencer: plug memory leaks for the option values
Johannes Schindelin committed almost 10 years ago
trailer: make args have their own struct
Jonathan Tan committed almost 10 years ago
trailer: streamline trailer item create and add
Jonathan Tan committed almost 10 years ago