summaryrefslogtreecommitdiff
path: root/sequencer.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Merge branch 'js/sequencer-and-root-commits'Libravatar Junio C Hamano1-0/+4
2018-05-23Merge branch 'js/rebase-recreate-merge'Libravatar Junio C Hamano1-0/+7
2018-05-06sequencer: learn about the special "fake root commit" handlingLibravatar Johannes Schindelin1-0/+4
2018-05-02rebase -i: Handle "combination of <n> commits" with GETTEXT_POISONLibravatar Johannes Schindelin1-1/+5
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsLibravatar Johannes Schindelin1-0/+6
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesLibravatar Johannes Schindelin1-0/+1
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Libravatar Junio C Hamano1-0/+25
2018-01-24sequencer: run 'prepare-commit-msg' hookLibravatar Phillip Wood1-0/+1
2017-12-13sequencer: improve config handlingLibravatar Phillip Wood1-9/+10
2017-12-05rebase -i: learn to abbreviate command namesLibravatar Liam Beguin1-0/+1
2017-12-05rebase -i -x: add exec commands via the rebase--helperLibravatar Liam Beguin1-0/+1
2017-12-05rebase -i: update functions to use a flags parameterLibravatar Liam Beguin1-3/+5
2017-12-05rebase -i: refactor transform_todo_idsLibravatar Liam Beguin1-1/+1
2017-11-24sequencer: load commit related configLibravatar Phillip Wood1-0/+1
2017-11-24commit: move print_commit_summary() to libgitLibravatar Phillip Wood1-0/+5
2017-11-18commit: move post-rewrite code to libgitLibravatar Phillip Wood1-0/+2
2017-11-18Add a function to update HEAD after creating a commitLibravatar Phillip Wood1-0/+4
2017-11-11commit: move empty message checks to libgitLibravatar Phillip Wood1-0/+11
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperLibravatar Johannes Schindelin1-0/+1
2017-07-27rebase -i: skip unnecessary picks using the rebase--helperLibravatar Johannes Schindelin1-0/+1
2017-07-27rebase -i: check for missing commits in the rebase--helperLibravatar Johannes Schindelin1-0/+1
2017-07-27rebase -i: also expand/collapse the SHA-1s via the rebase--helperLibravatar Johannes Schindelin1-0/+2
2017-07-27rebase -i: generate the script via rebase--helperLibravatar Johannes Schindelin1-0/+3
2017-01-09sequencer (rebase -i): learn about the 'verbose' modeLibravatar Johannes Schindelin1-0/+1
2017-01-09sequencer: support a new action: 'interactive rebase'Libravatar Johannes Schindelin1-1/+2
2016-10-21sequencer: get rid of the subcommand fieldLibravatar Johannes Schindelin1-9/+4
2016-10-21sequencer: plug memory leaks for the option valuesLibravatar Johannes Schindelin1-3/+3
2016-10-17sequencer: use memoized sequencer directory pathLibravatar Johannes Schindelin1-4/+1
2016-10-17sequencer: use static initializers for replay_optsLibravatar Johannes Schindelin1-0/+1
2014-11-10Merge branch 'jc/conflict-hint' into cc/interpret-trailers-moreLibravatar Junio C Hamano1-0/+1
2014-10-24merge & sequencer: unify codepaths that write "Conflicts:" hintLibravatar Junio C Hamano1-0/+1
2014-01-27cherry-pick, revert: add the --gpg-sign optionLibravatar Nicolas Vigier1-0/+2
2013-02-12sequencer.c: teach append_signoff how to detect duplicate s-o-bLibravatar Brandon Casey1-1/+3
2012-09-18Merge branch 'jc/make-static'Libravatar Junio C Hamano1-3/+0
2012-09-15sequencer.c: mark a private file-scope symbol as staticLibravatar Junio C Hamano1-3/+0
2012-09-14cherry-pick: don't forget -s on failureLibravatar Miklos Vajna1-0/+4
2012-08-06cherry-pick: add --allow-empty-message optionLibravatar Chris Webb1-0/+1
2012-04-24git-cherry-pick: Add keep-redundant-commits optionLibravatar Neil Horman1-0/+1
2012-04-11git-cherry-pick: add allow-empty optionLibravatar Neil Horman1-0/+1
2012-01-11sequencer: factor code out of revert builtinLibravatar Ramkumar Ramachandra1-0/+37
2011-12-12revert: stop creating and removing sequencer-old directoryLibravatar Jonathan Nieder1-10/+2
2011-11-22revert: rename --reset option to --quitLibravatar Jonathan Nieder1-1/+1
2011-08-04revert: Introduce --reset to remove sequencer stateLibravatar Ramkumar Ramachandra1-0/+20