Age | Commit message (Expand) | Author | Files | Lines |
2019-07-19 | Merge branch 'ra/cherry-pick-revert-skip' | Junio C Hamano | 1 | -0/+1 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -1/+1 |
2019-07-02 | cherry-pick/revert: add --skip option | Rohit Ashiwal | 1 | -0/+1 |
2019-05-13 | Merge branch 'pw/clean-sequencer-state-upon-final-commit' | Junio C Hamano | 1 | -0/+3 |
2019-05-13 | Merge branch 'pw/rebase-i-internal' | Junio C Hamano | 1 | -3/+4 |
2019-05-09 | Merge branch 'dl/merge-cleanup-scissors-fix' | Junio C Hamano | 1 | -1/+8 |
2019-05-09 | Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix' | Junio C Hamano | 1 | -0/+1 |
2019-04-25 | Merge branch 'ag/sequencer-reduce-rewriting-todo' | Junio C Hamano | 1 | -17/+64 |
2019-04-19 | rebase -i: use struct commit when parsing options | Phillip Wood | 1 | -2/+2 |
2019-04-19 | sequencer: always discard index after checkout | Phillip Wood | 1 | -1/+2 |
2019-04-19 | Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internal | Junio C Hamano | 1 | -17/+64 |
2019-04-19 | cherry-pick/revert: add scissors line on merge conflict | Denton Liu | 1 | -1/+2 |
2019-04-18 | commit: extract cleanup_mode functions to sequencer | Denton Liu | 1 | -0/+6 |
2019-04-18 | sequencer: fix cleanup with --signoff and -x | Phillip Wood | 1 | -0/+1 |
2019-04-17 | fix cherry-pick/revert status after commit | Phillip Wood | 1 | -0/+2 |
2019-04-17 | commit/reset: try to clean up sequencer state | Phillip Wood | 1 | -0/+1 |
2019-03-07 | rebase--interactive: move transform_todo_file() | Alban Gruin | 1 | -1/+0 |
2019-03-07 | rebase-interactive: rewrite edit_todo_list() to handle the initial edit | Alban Gruin | 1 | -0/+1 |
2019-03-07 | rebase-interactive: use todo_list_write_to_file() in edit_todo_list() | Alban Gruin | 1 | -3/+0 |
2019-03-07 | rebase--interactive: move rearrange_squash_in_todo_file() | Alban Gruin | 1 | -1/+1 |
2019-03-07 | rebase--interactive: move sequencer_add_exec_commands() | Alban Gruin | 1 | -2/+2 |
2019-03-07 | sequencer: change complete_action() to use the refactored functions | Alban Gruin | 1 | -1/+1 |
2019-03-07 | sequencer: make sequencer_make_script() write its script to a strbuf | Alban Gruin | 1 | -3/+2 |
2019-03-07 | sequencer: refactor rearrange_squash() to work on a todo_list | Alban Gruin | 1 | -1/+1 |
2019-03-07 | sequencer: refactor sequencer_add_exec_commands() to work on a todo_list | Alban Gruin | 1 | -2/+3 |
2019-02-13 | Merge branch 'rj/sequencer-sign-off-header-static' | Junio C Hamano | 1 | -2/+0 |
2019-02-11 | sequencer: make sign_off_header a file local symbol | Ramsay Jones | 1 | -2/+0 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -1/+2 |
2019-02-06 | Merge branch 'en/rebase-merge-on-sequencer' | Junio C Hamano | 1 | -0/+1 |
2019-01-29 | Merge branch 'js/rebase-i-redo-exec' | Junio C Hamano | 1 | -0/+1 |
2019-01-29 | sequencer: refactor check_todo_list() to work on a todo_list | Alban Gruin | 1 | -8/+1 |
2019-01-29 | sequencer: introduce todo_list_write_to_file() | Alban Gruin | 1 | -4/+7 |
2019-01-29 | sequencer: refactor transform_todos() to work on a todo_list | Alban Gruin | 1 | -1/+3 |
2019-01-29 | sequencer: remove the 'arg' field from todo_item | Alban Gruin | 1 | -2/+4 |
2019-01-14 | notes-utils.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2019-01-08 | sequencer: make the todo_list structure public | Alban Gruin | 1 | -0/+50 |
2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -11/+16 |
2018-12-28 | git-rebase, sequencer: extend --quiet option for the interactive machinery | Elijah Newren | 1 | -0/+1 |
2018-12-11 | rebase: introduce --reschedule-failed-exec | Johannes Schindelin | 1 | -0/+1 |
2018-11-13 | Merge branch 'pw/am-rebase-read-author-script' | Junio C Hamano | 1 | -0/+3 |
2018-11-12 | sequencer.c: remove implicit dependency on the_repository | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2018-11-12 | sequencer.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -5/+10 |
2018-11-02 | Merge branch 'ag/rebase-i-in-c' | Junio C Hamano | 1 | -1/+21 |
2018-11-01 | add read_author_script() to libgit | Phillip Wood | 1 | -0/+3 |
2018-09-17 | Merge branch 'jk/trailer-fixes' | Junio C Hamano | 1 | -1/+8 |
2018-08-29 | rebase -i: rewrite write_basic_state() in C | Alban Gruin | 1 | -0/+4 |
2018-08-29 | rebase -i: remove unused modes and functions | Alban Gruin | 1 | -4/+0 |
2018-08-29 | rebase -i: rewrite complete_action() in C | Alban Gruin | 1 | -0/+4 |
2018-08-23 | append_signoff: use size_t for string offsets | Jeff King | 1 | -1/+8 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+5 |