aboutsummaryrefslogtreecommitdiffstats
path: root/sequencer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26rebase -i: recognize short commands without argumentsJohannes Sixt1-1/+2
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano1-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-9/+9
2018-10-16Merge branch 'rs/sequencer-oidset-insert-avoids-dups'Junio C Hamano1-3/+1
2018-10-12rebase -i: introduce the 'break' commandJohannes Schindelin1-1/+23
2018-10-03sequencer: use return value of oidset_insert()René Scharfe1-3/+1
2018-09-24Merge branch 'en/sequencer-empty-edit-result-aborts'Junio C Hamano1-2/+2
2018-09-24Merge branch 'js/rebase-i-autosquash-fix'Junio C Hamano1-3/+14
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-4/+4
2018-09-21rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-21merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-3/+3
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-20/+20
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano1-4/+7
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-0/+1
2018-09-17status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy1-1/+1
2018-09-13sequencer: fix --allow-empty-message behavior, make it smarterElijah Newren1-2/+2
2018-09-04Merge branch 'pw/rebase-i-author-script-fix'Junio C Hamano1-9/+38
2018-09-04rebase -i: be careful to wrap up fixup/squash chainsJohannes Schindelin1-3/+14
2018-08-29rebase -i: rewrite write_basic_state() in CAlban Gruin1-11/+66
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin1-4/+4
2018-08-29rebase -i: rewrite complete_action() in CAlban Gruin1-0/+104
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-4/+4
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-16/+16
2018-08-29coccinelle: use <...> for function exclusionJeff King1-1/+1
2018-08-23i18n: fix mistakes in translated stringsJean-Noël Avila1-1/+1
2018-08-23append_signoff: use size_t for string offsetsJeff King1-2/+2
2018-08-23sequencer: ignore "---" divider when parsing trailersJeff King1-0/+2
2018-08-23trailer: pass process_trailer_opts to trailer_info_get()Jeff King1-1/+2
2018-08-23trailer: use size_t for iterating trailer listJeff King1-1/+1
2018-08-20Merge branch 'pw/rebase-i-merge-segv-fix'Junio C Hamano1-5/+19
2018-08-20Merge branch 'pw/rebase-i-squash-number-fix'Junio C Hamano1-2/+2
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-2/+2
2018-08-20Merge branch 'js/rebase-merges-exec-fix'Junio C Hamano1-11/+31
2018-08-17Merge branch 'es/rebase-i-author-script-fix'Junio C Hamano1-15/+24
2018-08-16rebase -i: fix SIGSEGV when 'merge <branch>' failsPhillip Wood1-5/+19
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-13/+15
2018-08-15rebase -i: fix numbering in squash messagePhillip Wood1-2/+2
2018-08-13cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy1-2/+2
2018-08-10sequencer: change the way skip_unnecessary_picks() returns its resultAlban Gruin1-7/+6
2018-08-10rebase -i: rewrite checkout_onto() in CAlban Gruin1-0/+19
2018-08-10rebase -i: rewrite setup_reflog_action() in CAlban Gruin1-0/+30
2018-08-10sequencer: add a new function to silence a command, except if it failsAlban Gruin1-26/+25
2018-08-10sequencer: make three functions and an enum from sequencer.c publicAlban Gruin1-15/+11
2018-08-09rebase --exec: make it work with --rebase-mergesJohannes Schindelin1-11/+31
2018-08-07sequencer: fix quoting in write_author_scriptPhillip Wood1-7/+29
2018-08-07sequencer: handle errors from read_author_ident()Phillip Wood1-2/+9
2018-08-02Merge branch 'bc/sequencer-export-work-tree-as-well'Junio C Hamano1-0/+2
2018-08-02Merge branch 'js/rebase-merge-octopus'Junio C Hamano1-43/+125
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-7/+7
2018-07-31sequencer: don't die() on bogus user-edited timestampEric Sunshine1-0/+9