summaryrefslogtreecommitdiffstats
path: root/sequencer.c
AgeCommit message (Expand)AuthorLines
2016-12-14Revert "sequencer: remove useless get_dir() function"Junio C Hamano-1/+6
2016-12-09sequencer: remove useless get_dir() functionStephan Beyer-6/+1
2016-12-09sequencer: make sequencer abort saferStephan Beyer-0/+49
2016-11-22Merge branch 'js/prepare-sequencer'Junio C Hamano-1/+1
2016-11-21i18n: fix unmatched single quote in error messageJiang Xin-1/+1
2016-11-11Merge branch 'js/prepare-sequencer'Junio C Hamano-1/+1
2016-11-08sequencer: silence -Wtautological-constant-out-of-range-compareJeff King-1/+1
2016-10-27Merge branch 'nd/ita-empty-commit'Junio C Hamano-2/+2
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy-2/+2
2016-10-21sequencer: mark all error messages for translationJohannes Schindelin-10/+16
2016-10-21sequencer: start error messages consistently with lower caseJohannes Schindelin-34/+34
2016-10-21sequencer: quote filenames in error messagesJohannes Schindelin-11/+11
2016-10-21sequencer: mark action_name() for translationJohannes Schindelin-7/+7
2016-10-21sequencer: remove overzealous assumption in rebase -i modeJohannes Schindelin-3/+4
2016-10-21sequencer: teach write_message() to append an optional LFJohannes Schindelin-3/+8
2016-10-21sequencer: refactor write_message() to take a pointer/lengthJohannes Schindelin-4/+6
2016-10-21sequencer: roll back lock file if write_message() failedJohannes Schindelin-3/+7
2016-10-21sequencer: stop releasing the strbuf in write_message()Johannes Schindelin-1/+1
2016-10-21sequencer: left-trim lines read from the scriptJohannes Schindelin-0/+3
2016-10-21sequencer: support cleaning up commit messagesJohannes Schindelin-3/+7
2016-10-21sequencer: support amending commitsJohannes Schindelin-2/+4
2016-10-21sequencer: allow editing the commit message on a case-by-case basisJohannes Schindelin-8/+40
2016-10-21sequencer: introduce a helper to read files written by scriptsJohannes Schindelin-0/+34
2016-10-21sequencer: prepare for rebase -i's commit functionalityJohannes Schindelin-10/+89
2016-10-21sequencer: remember the onelines when parsing the todo fileJohannes Schindelin-0/+7
2016-10-21sequencer: get rid of the subcommand fieldJohannes Schindelin-24/+11
2016-10-21sequencer: avoid completely different messages for different actionsJohannes Schindelin-5/+2
2016-10-21sequencer: strip CR from the todo scriptJohannes Schindelin-0/+3
2016-10-21sequencer: completely revamp the "todo" script parsingJohannes Schindelin-121/+163
2016-10-21sequencer: refactor the code to obtain a short commit nameJohannes Schindelin-3/+7
2016-10-21sequencer: future-proof read_populate_todo()Johannes Schindelin-7/+11
2016-10-21sequencer: plug memory leaks for the option valuesJohannes Schindelin-4/+22
2016-10-17sequencer: future-proof remove_sequencer_state()Johannes Schindelin-8/+13
2016-10-17sequencer: avoid unnecessary indirectionJohannes Schindelin-3/+3
2016-10-17sequencer: use memoized sequencer directory pathJohannes Schindelin-5/+6
2016-09-09sequencer: ensure to release the lock when we could not read the indexJohannes Schindelin-2/+6
2016-09-09sequencer: lib'ify fast_forward_to()Johannes Schindelin-1/+1
2016-09-09sequencer: lib'ify save_opts()Johannes Schindelin-11/+14
2016-09-09sequencer: lib'ify save_todo()Johannes Schindelin-7/+15
2016-09-09sequencer: lib'ify save_head()Johannes Schindelin-7/+18
2016-09-09sequencer: lib'ify create_seq_dir()Johannes Schindelin-2/+2
2016-09-09sequencer: lib'ify read_populate_opts()Johannes Schindelin-6/+14
2016-09-09sequencer: lib'ify read_populate_todo()Johannes Schindelin-5/+9
2016-09-09sequencer: lib'ify read_and_refresh_cache()Johannes Schindelin-5/+10
2016-09-09sequencer: lib'ify prepare_revs()Johannes Schindelin-3/+4
2016-09-09sequencer: lib'ify walk_revs_populate_todo()Johannes Schindelin-4/+6
2016-09-09sequencer: lib'ify do_pick_commit()Johannes Schindelin-1/+1
2016-09-09sequencer: lib'ify do_recursive_merge()Johannes Schindelin-1/+2
2016-09-09sequencer: lib'ify write_message()Johannes Schindelin-8/+11
2016-08-29sequencer: do not die() in do_pick_commit()Johannes Schindelin-6/+8