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