150 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
Jiang Xin 358718064b i18n: fix unmatched single quote in error message 8 years ago
Jeff King 2ae38f2a65 sequencer: silence -Wtautological-constant-out-of-range-compare 8 years ago
Nguyễn Thái Ngọc Duy 018ec3c820 commit: fix empty commit creation when there's no changes but ita entries 8 years ago
Johannes Schindelin 791eb8708f sequencer: mark all error messages for translation 8 years ago
Johannes Schindelin 93b3df6f14 sequencer: start error messages consistently with lower case 8 years ago
Johannes Schindelin f7ed1953d8 sequencer: quote filenames in error messages 8 years ago
Johannes Schindelin c28cbc5ea6 sequencer: mark action_name() for translation 8 years ago
Johannes Schindelin 2eeaf1b36b sequencer: remove overzealous assumption in rebase -i mode 8 years ago
Johannes Schindelin f56fffef9a sequencer: teach write_message() to append an optional LF 8 years ago
Johannes Schindelin 75871495e9 sequencer: refactor write_message() to take a pointer/length 8 years ago
Johannes Schindelin 4f66c83797 sequencer: roll back lock file if write_message() failed 8 years ago
Johannes Schindelin 452202c74b sequencer: stop releasing the strbuf in write_message() 8 years ago
Johannes Schindelin 8f8550b3ec sequencer: left-trim lines read from the script 8 years ago
Johannes Schindelin 0009426d67 sequencer: support cleaning up commit messages 8 years ago
Johannes Schindelin 9240beda62 sequencer: support amending commits 8 years ago
Johannes Schindelin a1c757623c sequencer: allow editing the commit message on a case-by-case basis 8 years ago
Johannes Schindelin 1dfc84e9e0 sequencer: introduce a helper to read files written by scripts 8 years ago
Johannes Schindelin b5a670452c sequencer: prepare for rebase -i's commit functionality 8 years ago
Johannes Schindelin c22f7dfb0c sequencer: remember the onelines when parsing the todo file 8 years ago
Johannes Schindelin 2863584f5c sequencer: get rid of the subcommand field 8 years ago
Johannes Schindelin e635d5ceb7 sequencer: avoid completely different messages for different actions 8 years ago
Johannes Schindelin 6307041dd2 sequencer: strip CR from the todo script 8 years ago
Johannes Schindelin 004fefa754 sequencer: completely revamp the "todo" script parsing 8 years ago
Johannes Schindelin 3975596482 sequencer: refactor the code to obtain a short commit name 8 years ago
Johannes Schindelin c0246501ed sequencer: future-proof read_populate_todo() 8 years ago
Johannes Schindelin 03a4e260e2 sequencer: plug memory leaks for the option values 8 years ago
Johannes Schindelin 285abf561a sequencer: future-proof remove_sequencer_state() 8 years ago
Johannes Schindelin 5adf9bdc1b sequencer: avoid unnecessary indirection 8 years ago
Johannes Schindelin 8a2a0f5341 sequencer: use memoized sequencer directory path 8 years ago
Johannes Schindelin 49fb937e9a sequencer: ensure to release the lock when we could not read the index 8 years ago
Johannes Schindelin 0e408fc347 sequencer: lib'ify fast_forward_to() 8 years ago
Johannes Schindelin 88d5a271b0 sequencer: lib'ify save_opts() 8 years ago
Johannes Schindelin 221675de8d sequencer: lib'ify save_todo() 8 years ago
Johannes Schindelin 311fd397f0 sequencer: lib'ify save_head() 8 years ago
Johannes Schindelin f6e82b0d91 sequencer: lib'ify create_seq_dir() 8 years ago
Johannes Schindelin 0d00da7bb3 sequencer: lib'ify read_populate_opts() 8 years ago
Johannes Schindelin 0ae42a038d sequencer: lib'ify read_populate_todo() 8 years ago
Johannes Schindelin 0d9c6dc9ec sequencer: lib'ify read_and_refresh_cache() 8 years ago
Johannes Schindelin c3e8618c1f sequencer: lib'ify prepare_revs() 8 years ago
Johannes Schindelin 34b0528b73 sequencer: lib'ify walk_revs_populate_todo() 8 years ago
Johannes Schindelin f74087f6ed sequencer: lib'ify do_pick_commit() 8 years ago
Johannes Schindelin c527b55e74 sequencer: lib'ify do_recursive_merge() 8 years ago
Johannes Schindelin 4ef3d8f033 sequencer: lib'ify write_message() 8 years ago
Johannes Schindelin dbfad033d4 sequencer: do not die() in do_pick_commit() 8 years ago
Johannes Schindelin b9b946d4a4 sequencer: lib'ify sequencer_pick_revisions() 8 years ago
Jean-Noel Avila cd3e4677cf i18n: fix typos for translation 8 years ago
René Scharfe bc57b9c0cc use strbuf_addstr() instead of strbuf_addf() with "%s" 9 years ago
Johannes Schindelin 548009c0d5 merge_trees(): ensure that the callers release output buffer 9 years ago
Johannes Schindelin f241ff0d0a prepare the builtins for a libified merge_recursive() 9 years ago
Johannes Schindelin 88ef402f9c sequencer: use skip_blank_lines() to find the commit subject 9 years ago