summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)Author
2019-03-07Merge branch 'jh/trace2'Junio C Hamano
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano
2019-02-22trace2:data: add trace2 hook classificationJeff Hostetler
2019-02-14Merge branch 'rj/sequencer-sign-off-header-static'Junio C Hamano
2019-02-11sequencer: make sign_off_header a file local symbolRamsay Jones
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-07Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs
2019-01-29Merge branch 'js/rebase-i-redo-exec'Junio C Hamano
2019-01-18Merge branch 'so/cherry-pick-always-allow-m1'Junio C Hamano
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano
2019-01-14merge-recursive.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2018-12-28git-rebase, sequencer: extend --quiet option for the interactive machineryElijah Newren
2018-12-26cherry-pick: do not error on non-merge commits when '-m 1' is specifiedSergey Organov
2018-12-11rebase: introduce --reschedule-failed-execJohannes Schindelin
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-11-18Merge branch 'js/rebase-r-and-merge-head'Junio C Hamano
2018-11-13Merge branch 'bp/refresh-index-using-preload'Junio C Hamano
2018-11-13Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-11-13Merge branch 'pw/am-rebase-read-author-script'Junio C Hamano
2018-11-13Merge branch 'ma/sequencer-do-reset-saner-loop-termination'Junio C Hamano
2018-11-13rebase -i: include MERGE_HEAD into files to clean upJohannes Schindelin
2018-11-13rebase -r: do not write MERGE_HEAD unless neededJohannes Schindelin
2018-11-12diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy
2018-11-12sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-12wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart
2018-11-05sequencer.c: remove a stray semicolonNguyễn Thái Ngọc Duy
2018-11-02Merge branch 'js/rebase-i-shortopt'Junio C Hamano
2018-11-02Merge branch 'js/rebase-i-break'Junio C Hamano
2018-11-02Merge branch 'cb/printf-empty-format'Junio C Hamano
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-11-01sequencer: use read_author_script()Phillip Wood
2018-11-01add read_author_script() to libgitPhillip Wood
2018-10-31sequencer: break out of loop explicitlyMartin Ågren
2018-10-27sequencer: cleanup for gcc warning in non developer modeCarlo Marcelo Arenas Belón
2018-10-26rebase -i: recognize short commands without argumentsJohannes Sixt
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-16Merge branch 'rs/sequencer-oidset-insert-avoids-dups'Junio C Hamano
2018-10-12rebase -i: introduce the 'break' commandJohannes Schindelin
2018-10-04sequencer: use return value of oidset_insert()René Scharfe
2018-09-24Merge branch 'en/sequencer-empty-edit-result-aborts'Junio C Hamano
2018-09-24Merge branch 'js/rebase-i-autosquash-fix'Junio C Hamano