summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Merge branch 'js/prepare-sequencer'Libravatar Junio C Hamano1-1/+1
2016-11-21i18n: fix unmatched single quote in error messageLibravatar Jiang Xin1-1/+1
2016-11-11Merge branch 'js/prepare-sequencer'Libravatar Junio C Hamano1-1/+1
2016-11-08sequencer: silence -Wtautological-constant-out-of-range-compareLibravatar Jeff King1-1/+1
2016-10-27Merge branch 'nd/ita-empty-commit'Libravatar Junio C Hamano1-2/+2
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2016-10-21sequencer: mark all error messages for translationLibravatar Johannes Schindelin1-10/+16
2016-10-21sequencer: start error messages consistently with lower caseLibravatar Johannes Schindelin1-34/+34
2016-10-21sequencer: quote filenames in error messagesLibravatar Johannes Schindelin1-11/+11
2016-10-21sequencer: mark action_name() for translationLibravatar Johannes Schindelin1-7/+7
2016-10-21sequencer: remove overzealous assumption in rebase -i modeLibravatar Johannes Schindelin1-3/+4
2016-10-21sequencer: teach write_message() to append an optional LFLibravatar Johannes Schindelin1-3/+8
2016-10-21sequencer: refactor write_message() to take a pointer/lengthLibravatar Johannes Schindelin1-4/+6
2016-10-21sequencer: roll back lock file if write_message() failedLibravatar Johannes Schindelin1-3/+7
2016-10-21sequencer: stop releasing the strbuf in write_message()Libravatar Johannes Schindelin1-1/+1
2016-10-21sequencer: left-trim lines read from the scriptLibravatar Johannes Schindelin1-0/+3
2016-10-21sequencer: support cleaning up commit messagesLibravatar Johannes Schindelin1-3/+7
2016-10-21sequencer: support amending commitsLibravatar Johannes Schindelin1-2/+4
2016-10-21sequencer: allow editing the commit message on a case-by-case basisLibravatar Johannes Schindelin1-8/+40
2016-10-21sequencer: introduce a helper to read files written by scriptsLibravatar Johannes Schindelin1-0/+34
2016-10-21sequencer: prepare for rebase -i's commit functionalityLibravatar Johannes Schindelin1-10/+89
2016-10-21sequencer: remember the onelines when parsing the todo fileLibravatar Johannes Schindelin1-0/+7
2016-10-21sequencer: get rid of the subcommand fieldLibravatar Johannes Schindelin1-24/+11
2016-10-21sequencer: avoid completely different messages for different actionsLibravatar Johannes Schindelin1-5/+2
2016-10-21sequencer: strip CR from the todo scriptLibravatar Johannes Schindelin1-0/+3
2016-10-21sequencer: completely revamp the "todo" script parsingLibravatar Johannes Schindelin1-121/+163
2016-10-21sequencer: refactor the code to obtain a short commit nameLibravatar Johannes Schindelin1-3/+7
2016-10-21sequencer: future-proof read_populate_todo()Libravatar Johannes Schindelin1-7/+11
2016-10-21sequencer: plug memory leaks for the option valuesLibravatar Johannes Schindelin1-4/+22
2016-10-17sequencer: future-proof remove_sequencer_state()Libravatar Johannes Schindelin1-8/+13
2016-10-17sequencer: avoid unnecessary indirectionLibravatar Johannes Schindelin1-3/+3
2016-10-17sequencer: use memoized sequencer directory pathLibravatar Johannes Schindelin1-5/+6
2016-09-09sequencer: ensure to release the lock when we could not read the indexLibravatar Johannes Schindelin1-2/+6
2016-09-09sequencer: lib'ify fast_forward_to()Libravatar Johannes Schindelin1-1/+1
2016-09-09sequencer: lib'ify save_opts()Libravatar Johannes Schindelin1-11/+14
2016-09-09sequencer: lib'ify save_todo()Libravatar Johannes Schindelin1-7/+15
2016-09-09sequencer: lib'ify save_head()Libravatar Johannes Schindelin1-7/+18
2016-09-09sequencer: lib'ify create_seq_dir()Libravatar Johannes Schindelin1-2/+2
2016-09-09sequencer: lib'ify read_populate_opts()Libravatar Johannes Schindelin1-6/+14
2016-09-09sequencer: lib'ify read_populate_todo()Libravatar Johannes Schindelin1-5/+9
2016-09-09sequencer: lib'ify read_and_refresh_cache()Libravatar Johannes Schindelin1-5/+10
2016-09-09sequencer: lib'ify prepare_revs()Libravatar Johannes Schindelin1-3/+4
2016-09-09sequencer: lib'ify walk_revs_populate_todo()Libravatar Johannes Schindelin1-4/+6
2016-09-09sequencer: lib'ify do_pick_commit()Libravatar Johannes Schindelin1-1/+1
2016-09-09sequencer: lib'ify do_recursive_merge()Libravatar Johannes Schindelin1-1/+2
2016-09-09sequencer: lib'ify write_message()Libravatar Johannes Schindelin1-8/+11
2016-08-29sequencer: do not die() in do_pick_commit()Libravatar Johannes Schindelin1-6/+8
2016-08-29sequencer: lib'ify sequencer_pick_revisions()Libravatar Johannes Schindelin1-4/+5
2016-08-24i18n: fix typos for translationLibravatar Jean-Noel Avila1-1/+1
2016-08-10Merge branch 'js/am-3-merge-recursive-direct'Libravatar Junio C Hamano1-0/+5