summaryrefslogtreecommitdiff
path: root/sequencer.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Merge branch 'pw/am-rebase-read-author-script'Libravatar Junio C Hamano1-0/+3
2018-11-02Merge branch 'ag/rebase-i-in-c'Libravatar Junio C Hamano1-1/+21
2018-11-01add read_author_script() to libgitLibravatar Phillip Wood1-0/+3
2018-09-17Merge branch 'jk/trailer-fixes'Libravatar Junio C Hamano1-1/+8
2018-08-29rebase -i: rewrite write_basic_state() in CLibravatar Alban Gruin1-0/+4
2018-08-29rebase -i: remove unused modes and functionsLibravatar Alban Gruin1-4/+0
2018-08-29rebase -i: rewrite complete_action() in CLibravatar Alban Gruin1-0/+4
2018-08-23append_signoff: use size_t for string offsetsLibravatar Jeff King1-1/+8
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+5
2018-08-10sequencer: change the way skip_unnecessary_picks() returns its resultLibravatar Alban Gruin1-1/+1
2018-08-10rebase -i: rewrite checkout_onto() in CLibravatar Alban Gruin1-0/+3
2018-08-10rebase -i: rewrite setup_reflog_action() in CLibravatar Alban Gruin1-0/+2
2018-08-10sequencer: make three functions and an enum from sequencer.c publicLibravatar Alban Gruin1-0/+11
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