Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-19rebase -i: combine rebase--interactive.c with rebase.cPhillip Wood
2019-04-19sequencer: always discard index after checkoutPhillip Wood
2019-04-19Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internalJunio C Hamano
2019-03-07rebase--interactive: move transform_todo_file()Alban Gruin
2019-03-07rebase-interactive: rewrite edit_todo_list() to handle the initial editAlban Gruin
2019-03-07rebase--interactive: move rearrange_squash_in_todo_file()Alban Gruin
2019-03-07rebase--interactive: move sequencer_add_exec_commands()Alban Gruin
2019-03-07sequencer: change complete_action() to use the refactored functionsAlban Gruin
2019-03-07sequencer: make sequencer_make_script() write its script to a strbufAlban Gruin
2019-03-07sequencer: refactor rearrange_squash() to work on a todo_listAlban Gruin
2019-03-07sequencer: refactor sequencer_add_exec_commands() to work on a todo_listAlban Gruin
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-29Merge branch 'js/rebase-i-redo-exec'Junio C Hamano
2019-01-29sequencer: refactor check_todo_list() to work on a todo_listAlban Gruin
2019-01-29sequencer: refactor transform_todos() to work on a todo_listAlban Gruin
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-12-11rebase: introduce --reschedule-failed-execJohannes Schindelin
2018-11-12rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12rerere.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-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin
2018-10-09rebase -i: remove git-rebase--interactive.shAlban Gruin