summaryrefslogtreecommitdiff
path: root/sequencer.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-1/+2
2019-02-06Merge branch 'en/rebase-merge-on-sequencer'Libravatar Junio C Hamano1-0/+1
2019-01-29Merge branch 'js/rebase-i-redo-exec'Libravatar Junio C Hamano1-0/+1
2019-01-14notes-utils.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2019-01-04Merge branch 'nd/the-index'Libravatar Junio C Hamano1-11/+16
2018-12-28git-rebase, sequencer: extend --quiet option for the interactive machineryLibravatar Elijah Newren1-0/+1
2018-12-11rebase: introduce --reschedule-failed-execLibravatar Johannes Schindelin1-0/+1
2018-11-13Merge branch 'pw/am-rebase-read-author-script'Libravatar Junio C Hamano1-0/+3
2018-11-12sequencer.c: remove implicit dependency on the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2018-11-12sequencer.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-5/+10
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