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
2023-04-10rebase -m: cleanup --strategy-option handlingPhillip Wood
2023-04-10sequencer: use struct strvec to store merge strategy optionsPhillip Wood
2023-02-24treewide: remove unnecessary cache.h includesElijah Newren
2023-02-07sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason
2022-11-10sequencer: stop exporting GIT_REFLOG_ACTIONPhillip Wood
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee
2022-07-19rebase: add --update-refs optionDerrick Stolee
2022-07-19sequencer: add update-ref commandDerrick Stolee
2022-07-19branch: consider refs under 'update-refs'Derrick Stolee
2022-05-27revert: optionally refer to commit in the "reference" formatJunio C Hamano
2022-01-26create_autostash(): remove unneeded parameterPhillip Wood
2021-10-19Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-10-11Merge branch 'ab/designated-initializers'Junio C Hamano
2021-10-06Merge branch 'pw/rebase-reread-todo-after-editing'Junio C Hamano
2021-09-28*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason
2021-09-24rebase: fix todo-list rereadingPhillip Wood
2021-09-08sequencer: restrict scope of a formerly public functionJohannes Schindelin
2021-08-31sequencer: advise if skipping cherry-picked commitJosh Steadmon
2021-04-01sequencer: fix edit handling for cherry-pick and revert messagesElijah Newren
2020-11-19Merge branch 'en/merge-ort-api-null-impl'Junio C Hamano
2020-11-19Merge branch 'pw/rebase-i-orig-head'Junio C Hamano
2020-11-10Merge branch 'jk/committer-date-is-author-date-fix-simplify'Junio C Hamano
2020-11-05rebase -i: use struct object_id when writing statePhillip Wood
2020-11-05rebase -i: use struct object_id rather than looking up commitPhillip Wood
2020-11-03merge,rebase,revert: select ort or recursive by config or environmentElijah Newren
2020-10-26am, sequencer: stop parsing our own committer identJeff King
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano
2020-08-20rebase -i: support --ignore-datePhillip Wood
2020-08-17rebase -i: support --committer-date-is-author-datePhillip Wood
2020-04-30Merge branch 'dl/merge-autostash'Junio C Hamano
2020-04-22Merge branch 'jt/rebase-allow-duplicate'Junio C Hamano
2020-04-22Merge branch 'en/rebase-no-keep-empty'Junio C Hamano
2020-04-12rebase --merge: optionally skip upstreamed commitsJonathan Tan
2020-04-12rebase: reinstate --no-keep-emptyElijah Newren
2020-04-10sequencer: implement apply_autostash_oid()Denton Liu
2020-04-10sequencer: implement save_autostash()Denton Liu
2020-04-10sequencer: extract perform_autostash() from rebaseDenton Liu
2020-04-10rebase: use apply_autostash() from sequencer.cDenton Liu
2020-04-08sequencer: make read_oneliner() externDenton Liu
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano
2020-03-03Merge branch 'en/rebase-backend'Junio C Hamano
2020-02-17rebase (interactive-backend): fix handling of commits that become emptyElijah Newren
2020-02-17rebase (interactive-backend): make --keep-empty the defaultElijah Newren
2020-02-14Merge branch 'ag/edit-todo-drop-check'Junio C Hamano
2020-02-14Merge branch 'ag/rebase-avoid-unneeded-checkout'Junio C Hamano
2020-01-29rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin
2020-01-29sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin
2020-01-24rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin
2020-01-13Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano
2019-12-11Merge branch 'ra/rebase-i-more-options'Junio C Hamano