summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-15/+29
2019-10-15Merge branch 'en/merge-recursive-cleanup'Junio C Hamano1-3/+2
2019-10-11Merge branch 'pw/rebase-i-show-HEAD-to-reword'Junio C Hamano1-91/+39
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano1-3/+3
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-2/+2
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-7/+17
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-2/+5
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-2/+3
2019-09-18Merge branch 'js/rebase-r-strategy'Junio C Hamano1-3/+15
2019-08-19sequencer: simplify root commit creationPhillip Wood1-71/+4
2019-08-19rebase -i: check for updated todo after squash and rewordPhillip Wood1-15/+27
2019-08-19rebase -i: always update HEAD before rewordingPhillip Wood1-8/+11
2019-08-19sequencer: convert to use the_hash_algobrian m. carlson1-3/+3
2019-08-19merge-recursive: don't force external callers to do our loggingElijah Newren1-1/+0
2019-08-19merge-recursive: remove useless parameter in merge_trees()Elijah Newren1-2/+2
2019-07-31rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`Johannes Schindelin1-1/+3
2019-07-31rebase -r: support merge strategies other than `recursive`Johannes Schindelin1-2/+12
2019-07-31sequencer: the `am` and `rebase--interactive` scripts are goneJohannes Schindelin1-1/+1
2019-07-29Merge branch 'pw/rebase-abort-clean-rewritten' into maintJunio C Hamano1-4/+7
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano1-3/+3
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano1-15/+119
2019-07-19Merge branch 'pw/status-with-corrupt-sequencer-state'Junio C Hamano1-22/+21
2019-07-09Merge branch 'sg/rebase-progress'Junio C Hamano1-3/+14
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-3/+5
2019-07-09Merge branch 'pw/rebase-abort-clean-rewritten'Junio C Hamano1-4/+7
2019-07-02cherry-pick/revert: advise using --skipRohit Ashiwal1-3/+6
2019-07-02cherry-pick/revert: add --skip optionRohit Ashiwal1-0/+73
2019-07-02sequencer: use argv_array in reset_mergeRohit Ashiwal1-6/+11
2019-07-02sequencer: rename reset_for_rollback to reset_mergeRohit Ashiwal1-3/+3
2019-07-02sequencer: add advice for revertRohit Ashiwal1-6/+29
2019-06-27rebase: fix garbled progress display with '-x'SZEDER Gábor1-3/+14
2019-06-27Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy1-2/+2
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy1-1/+1
2019-06-27status: do not report errors in sequencer/todoPhillip Wood1-16/+8
2019-06-27sequencer: factor out todo command name parsingPhillip Wood1-6/+13
2019-06-27sequencer: always allow tab after command namePhillip Wood1-1/+1
2019-06-13Merge branch 'pw/rebase-edit-message-for-replayed-merge'Junio C Hamano1-0/+5
2019-05-19rebase -r: always reword merge -cPhillip Wood1-0/+5
2019-05-15sequencer: return errors from sequencer_remove_state()Phillip Wood1-4/+7
2019-05-15sequencer: the `am` and `rebase--interactive` scripts are goneJohannes Schindelin1-1/+1
2019-05-13Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano1-0/+86
2019-05-13Merge branch 'pw/rebase-i-internal'Junio C Hamano1-17/+25
2019-05-09Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano1-6/+67
2019-05-09Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix'Junio C Hamano1-7/+17
2019-04-25Merge branch 'pw/cherry-pick-continue'Junio C Hamano1-13/+40
2019-04-25Merge branch 'ag/sequencer-reduce-rewriting-todo'Junio C Hamano1-417/+236
2019-04-19rebase -i: use struct commit when parsing optionsPhillip Wood1-10/+11
2019-04-19sequencer: always discard index after checkoutPhillip Wood1-10/+17