Age | Commit message (Expand) | Author | Files | Lines |
2019-10-15 | Merge branch 'en/merge-recursive-cleanup' | Junio C Hamano | 1 | -3/+2 |
2019-10-11 | Merge branch 'pw/rebase-i-show-HEAD-to-reword' | Junio C Hamano | 1 | -91/+39 |
2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -3/+3 |
2019-10-07 | hashmap: introduce hashmap_free_entries | Eric Wong | 1 | -2/+2 |
2019-10-07 | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 1 | -7/+17 |
2019-10-07 | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 1 | -2/+5 |
2019-10-07 | hashmap_put takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 1 | -2/+3 |
2019-09-18 | Merge branch 'js/rebase-r-strategy' | Junio C Hamano | 1 | -3/+15 |
2019-08-19 | sequencer: simplify root commit creation | Phillip Wood | 1 | -71/+4 |
2019-08-19 | rebase -i: check for updated todo after squash and reword | Phillip Wood | 1 | -15/+27 |
2019-08-19 | rebase -i: always update HEAD before rewording | Phillip Wood | 1 | -8/+11 |
2019-08-19 | sequencer: convert to use the_hash_algo | brian m. carlson | 1 | -3/+3 |
2019-08-19 | merge-recursive: don't force external callers to do our logging | Elijah Newren | 1 | -1/+0 |
2019-08-19 | merge-recursive: remove useless parameter in merge_trees() | Elijah Newren | 1 | -2/+2 |
2019-07-31 | rebase -r: do not (re-)generate root commits with `--root` *and* `--onto` | Johannes Schindelin | 1 | -1/+3 |
2019-07-31 | rebase -r: support merge strategies other than `recursive` | Johannes Schindelin | 1 | -2/+12 |
2019-07-31 | sequencer: the `am` and `rebase--interactive` scripts are gone | Johannes Schindelin | 1 | -1/+1 |
2019-07-29 | Merge branch 'pw/rebase-abort-clean-rewritten' into maint | Junio C Hamano | 1 | -4/+7 |
2019-07-19 | Merge branch 'nd/tree-walk-with-repo' | Junio C Hamano | 1 | -3/+3 |
2019-07-19 | Merge branch 'ra/cherry-pick-revert-skip' | Junio C Hamano | 1 | -15/+119 |
2019-07-19 | Merge branch 'pw/status-with-corrupt-sequencer-state' | Junio C Hamano | 1 | -22/+21 |
2019-07-09 | Merge branch 'sg/rebase-progress' | Junio C Hamano | 1 | -3/+14 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -3/+5 |
2019-07-09 | Merge branch 'pw/rebase-abort-clean-rewritten' | Junio C Hamano | 1 | -4/+7 |
2019-07-02 | cherry-pick/revert: advise using --skip | Rohit Ashiwal | 1 | -3/+6 |
2019-07-02 | cherry-pick/revert: add --skip option | Rohit Ashiwal | 1 | -0/+73 |
2019-07-02 | sequencer: use argv_array in reset_merge | Rohit Ashiwal | 1 | -6/+11 |
2019-07-02 | sequencer: rename reset_for_rollback to reset_merge | Rohit Ashiwal | 1 | -3/+3 |
2019-07-02 | sequencer: add advice for revert | Rohit Ashiwal | 1 | -6/+29 |
2019-06-27 | rebase: fix garbled progress display with '-x' | SZEDER Gábor | 1 | -3/+14 |
2019-06-27 | Use the right 'struct repository' instead of the_repository | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2019-06-27 | tree-walk.c: remove the_repo from fill_tree_descriptor() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-06-27 | status: do not report errors in sequencer/todo | Phillip Wood | 1 | -16/+8 |
2019-06-27 | sequencer: factor out todo command name parsing | Phillip Wood | 1 | -6/+13 |
2019-06-27 | sequencer: always allow tab after command name | Phillip Wood | 1 | -1/+1 |
2019-06-13 | Merge branch 'pw/rebase-edit-message-for-replayed-merge' | Junio C Hamano | 1 | -0/+5 |
2019-05-19 | rebase -r: always reword merge -c | Phillip Wood | 1 | -0/+5 |
2019-05-15 | sequencer: return errors from sequencer_remove_state() | Phillip Wood | 1 | -4/+7 |
2019-05-15 | sequencer: the `am` and `rebase--interactive` scripts are gone | Johannes Schindelin | 1 | -1/+1 |
2019-05-13 | Merge branch 'pw/clean-sequencer-state-upon-final-commit' | Junio C Hamano | 1 | -0/+86 |
2019-05-13 | Merge branch 'pw/rebase-i-internal' | Junio C Hamano | 1 | -17/+25 |
2019-05-09 | Merge branch 'dl/merge-cleanup-scissors-fix' | Junio C Hamano | 1 | -6/+67 |
2019-05-09 | Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix' | Junio C Hamano | 1 | -7/+17 |
2019-04-25 | Merge branch 'pw/cherry-pick-continue' | Junio C Hamano | 1 | -13/+40 |
2019-04-25 | Merge branch 'ag/sequencer-reduce-rewriting-todo' | Junio C Hamano | 1 | -418/+237 |
2019-04-19 | rebase -i: use struct commit when parsing options | Phillip Wood | 1 | -10/+11 |
2019-04-19 | sequencer: always discard index after checkout | Phillip Wood | 1 | -10/+17 |
2019-04-19 | Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internal | Junio C Hamano | 1 | -418/+237 |