summaryrefslogtreecommitdiffstats
path: root/sequencer.h
Commit message (Expand)AuthorAgeFilesLines
* rebase -i: learn to abbreviate command namesLiam Beguin2017-12-051-0/+1
* rebase -i -x: add exec commands via the rebase--helperLiam Beguin2017-12-051-0/+1
* rebase -i: update functions to use a flags parameterLiam Beguin2017-12-051-3/+5
* rebase -i: refactor transform_todo_idsLiam Beguin2017-12-051-1/+1
* rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin2017-07-271-0/+1
* rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin2017-07-271-0/+1
* rebase -i: check for missing commits in the rebase--helperJohannes Schindelin2017-07-271-0/+1
* rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin2017-07-271-0/+2
* rebase -i: generate the script via rebase--helperJohannes Schindelin2017-07-271-0/+3
* sequencer (rebase -i): learn about the 'verbose' modeJohannes Schindelin2017-01-091-0/+1
* sequencer: support a new action: 'interactive rebase'Johannes Schindelin2017-01-091-1/+2
* sequencer: get rid of the subcommand fieldJohannes Schindelin2016-10-211-9/+4
* sequencer: plug memory leaks for the option valuesJohannes Schindelin2016-10-211-3/+3
* sequencer: use memoized sequencer directory pathJohannes Schindelin2016-10-171-4/+1
* sequencer: use static initializers for replay_optsJohannes Schindelin2016-10-171-0/+1
* Merge branch 'jc/conflict-hint' into cc/interpret-trailers-moreJunio C Hamano2014-11-101-0/+1
|\
| * merge & sequencer: unify codepaths that write "Conflicts:" hintJunio C Hamano2014-10-241-0/+1
* | cherry-pick, revert: add the --gpg-sign optionNicolas Vigier2014-01-271-0/+2
|/
* sequencer.c: teach append_signoff how to detect duplicate s-o-bBrandon Casey2013-02-121-1/+3
* Merge branch 'jc/make-static'Junio C Hamano2012-09-181-3/+0
|\
| * sequencer.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-3/+0
* | cherry-pick: don't forget -s on failureMiklos Vajna2012-09-141-0/+4
|/
* cherry-pick: add --allow-empty-message optionChris Webb2012-08-061-0/+1
* git-cherry-pick: Add keep-redundant-commits optionNeil Horman2012-04-241-0/+1
* git-cherry-pick: add allow-empty optionNeil Horman2012-04-111-0/+1
* sequencer: factor code out of revert builtinRamkumar Ramachandra2012-01-111-0/+37
* revert: stop creating and removing sequencer-old directoryJonathan Nieder2011-12-121-10/+2
* revert: rename --reset option to --quitJonathan Nieder2011-11-221-1/+1
* revert: Introduce --reset to remove sequencer stateRamkumar Ramachandra2011-08-041-0/+20