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