summaryrefslogtreecommitdiffstats
path: root/sequencer.h
AgeCommit message (Expand)AuthorLines
2019-02-13Merge branch 'rj/sequencer-sign-off-header-static'Junio C Hamano-2/+0
2019-02-11sequencer: make sign_off_header a file local symbolRamsay Jones-2/+0
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano-1/+2
2019-02-06Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano-0/+1
2019-01-29Merge branch 'js/rebase-i-redo-exec'Junio C Hamano-0/+1
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy-1/+2
2019-01-04Merge branch 'nd/the-index'Junio C Hamano-11/+16
2018-12-28git-rebase, sequencer: extend --quiet option for the interactive machineryElijah Newren-0/+1
2018-12-11rebase: introduce --reschedule-failed-execJohannes Schindelin-0/+1
2018-11-13Merge branch 'pw/am-rebase-read-author-script'Junio C Hamano-0/+3
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy-6/+6
2018-11-12sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-5/+10
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano-1/+21
2018-11-01add read_author_script() to libgitPhillip Wood-0/+3
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano-1/+8
2018-08-29rebase -i: rewrite write_basic_state() in CAlban Gruin-0/+4
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin-4/+0
2018-08-29rebase -i: rewrite complete_action() in CAlban Gruin-0/+4
2018-08-23append_signoff: use size_t for string offsetsJeff King-1/+8
2018-08-15Add missing includes and forward declarationsElijah Newren-0/+5
2018-08-10sequencer: change the way skip_unnecessary_picks() returns its resultAlban Gruin-1/+1
2018-08-10rebase -i: rewrite checkout_onto() in CAlban Gruin-0/+3
2018-08-10rebase -i: rewrite setup_reflog_action() in CAlban Gruin-0/+2
2018-08-10sequencer: make three functions and an enum from sequencer.c publicAlban Gruin-0/+11
2018-05-30Merge branch 'js/sequencer-and-root-commits'Junio C Hamano-0/+4
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano-0/+7
2018-05-06sequencer: learn about the special "fake root commit" handlingJohannes Schindelin-0/+4
2018-05-02rebase -i: Handle "combination of <n> commits" with GETTEXT_POISONJohannes Schindelin-1/+5
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin-0/+6
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesJohannes Schindelin-0/+1
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano-0/+25
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood-0/+1
2017-12-13sequencer: improve config handlingPhillip Wood-9/+10
2017-12-05rebase -i: learn to abbreviate command namesLiam Beguin-0/+1
2017-12-05rebase -i -x: add exec commands via the rebase--helperLiam Beguin-0/+1
2017-12-05rebase -i: update functions to use a flags parameterLiam Beguin-3/+5
2017-12-05rebase -i: refactor transform_todo_idsLiam Beguin-1/+1
2017-11-24sequencer: load commit related configPhillip Wood-0/+1
2017-11-24commit: move print_commit_summary() to libgitPhillip Wood-0/+5
2017-11-18commit: move post-rewrite code to libgitPhillip Wood-0/+2
2017-11-18Add a function to update HEAD after creating a commitPhillip Wood-0/+4
2017-11-11commit: move empty message checks to libgitPhillip Wood-0/+11
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin-0/+1
2017-07-27rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin-0/+1
2017-07-27rebase -i: check for missing commits in the rebase--helperJohannes Schindelin-0/+1
2017-07-27rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin-0/+2
2017-07-27rebase -i: generate the script via rebase--helperJohannes Schindelin-0/+3
2017-01-09sequencer (rebase -i): learn about the 'verbose' modeJohannes Schindelin-0/+1
2017-01-09sequencer: support a new action: 'interactive rebase'Johannes Schindelin-1/+2
2016-10-21sequencer: get rid of the subcommand fieldJohannes Schindelin-9/+4