summaryrefslogtreecommitdiffstats
path: root/sequencer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/rebase-i-redo-exec'Junio C Hamano2019-01-291-3/+10
|\
| * rebase: introduce --reschedule-failed-execJohannes Schindelin2018-12-111-3/+10
* | Merge branch 'so/cherry-pick-always-allow-m1'Junio C Hamano2019-01-181-3/+7
|\ \
| * | cherry-pick: do not error on non-merge commits when '-m 1' is specifiedSergey Organov2018-12-261-3/+7
| |/
* | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-181-2/+4
|\ \
| * | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-2/+4
| |/
* | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-203/+250
|\ \ | |/ |/|
| * diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+2
| * cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy2018-11-121-63/+71
| * sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-141/+180
| * wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-4/+4
* | Merge branch 'js/rebase-r-and-merge-head'Junio C Hamano2018-11-181-4/+6
|\ \
| * | rebase -i: include MERGE_HEAD into files to clean upJohannes Schindelin2018-11-131-0/+2
| * | rebase -r: do not write MERGE_HEAD unless neededJohannes Schindelin2018-11-131-4/+4
| |/
* | Merge branch 'bp/refresh-index-using-preload'Junio C Hamano2018-11-131-1/+1
|\ \
| * | refresh_index: remove unnecessary calls to preload_index()Ben Peart2018-11-061-1/+1
* | | Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-131-1/+1
|\ \ \
| * | | sequencer.c: remove a stray semicolonNguyễn Thái Ngọc Duy2018-11-051-1/+1
* | | | Merge branch 'pw/am-rebase-read-author-script'Junio C Hamano2018-11-131-71/+121
|\ \ \ \
| * | | | sequencer: use read_author_script()Phillip Wood2018-11-011-76/+21
| * | | | add read_author_script() to libgitPhillip Wood2018-11-011-0/+105
* | | | | Merge branch 'ma/sequencer-do-reset-saner-loop-termination'Junio C Hamano2018-11-131-2/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sequencer: break out of loop explicitlyMartin Ågren2018-10-311-2/+5
* | | | | Merge branch 'js/rebase-i-shortopt'Junio C Hamano2018-11-021-1/+2
|\ \ \ \ \
| * | | | | rebase -i: recognize short commands without argumentsJohannes Sixt2018-10-261-1/+2
* | | | | | Merge branch 'js/rebase-i-break'Junio C Hamano2018-11-021-1/+24
|\| | | | |
| * | | | | rebase -i: introduce the 'break' commandJohannes Schindelin2018-10-121-1/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'cb/printf-empty-format'Junio C Hamano2018-11-021-1/+1
|\ \ \ \ \
| * | | | | sequencer: cleanup for gcc warning in non developer modeCarlo Marcelo Arenas Belón2018-10-271-1/+1
| |/ / / /
* | | | / Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-021-59/+261
|\| | | | | |_|_|/ |/| | |
| * | | rebase -i: rewrite write_basic_state() in CAlban Gruin2018-08-291-11/+66
| * | | rebase -i: remove unused modes and functionsAlban Gruin2018-08-291-4/+4
| * | | rebase -i: rewrite complete_action() in CAlban Gruin2018-08-291-0/+104
| * | | sequencer: change the way skip_unnecessary_picks() returns its resultAlban Gruin2018-08-101-7/+6
| * | | rebase -i: rewrite checkout_onto() in CAlban Gruin2018-08-101-0/+19
| * | | rebase -i: rewrite setup_reflog_action() in CAlban Gruin2018-08-101-0/+30
| * | | sequencer: add a new function to silence a command, except if it failsAlban Gruin2018-08-101-26/+25
| * | | sequencer: make three functions and an enum from sequencer.c publicAlban Gruin2018-08-101-15/+11
* | | | Merge branch 'nd/status-refresh-progress'Junio C Hamano2018-10-191-1/+1
|\ \ \ \
| * | | | status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy2018-09-171-1/+1
| | |/ / | |/| |
* | | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-9/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-4/+4
| * | | rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| * | | merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+3
| |/ /
* | | Merge branch 'rs/sequencer-oidset-insert-avoids-dups'Junio C Hamano2018-10-161-3/+1
|\ \ \
| * | | sequencer: use return value of oidset_insert()René Scharfe2018-10-031-3/+1
| |/ /
* | | Merge branch 'en/sequencer-empty-edit-result-aborts'Junio C Hamano2018-09-241-2/+2
|\ \ \
| * | | sequencer: fix --allow-empty-message behavior, make it smarterElijah Newren2018-09-131-2/+2
* | | | Merge branch 'js/rebase-i-autosquash-fix'Junio C Hamano2018-09-241-3/+14
|\ \ \ \