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
2022-03-18rebase: set REF_HEAD_DETACH in checkout_up_to_date()John Cai
2022-02-26Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-19Merge branch 'pw/use-in-process-checkout-in-rebase'Junio C Hamano
2022-02-10Merge branch 'ab/config-based-hooks-2'Junio C Hamano
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2022-01-26rebase --apply: set ORIG_HEAD correctlyPhillip Wood
2022-01-26rebase --apply: fix reflogPhillip Wood
2022-01-26reset_head(): take struct rebase_head_optsPhillip Wood
2022-01-26rebase: cleanup reset_head() callsPhillip Wood
2022-01-26create_autostash(): remove unneeded parameterPhillip Wood
2022-01-26reset_head(): make default_reflog_action optionalPhillip Wood
2022-01-26reset_head(): remove action parameterPhillip Wood
2022-01-26rebase: factor out checkout for up to date branchPhillip Wood
2022-01-08rebase: convert pre-rebase to use hook.hEmily Shaffer
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-10-19Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-10-06Merge branch 'pw/rebase-of-a-tag-fix'Junio C Hamano
2021-09-22rebase: dereference tagsPhillip Wood
2021-09-22rebase: use lookup_commit_reference_by_name()Phillip Wood
2021-09-22rebase: use our standard error return valuePhillip Wood
2021-09-21Merge branch 'js/run-command-close-packs'Junio C Hamano
2021-09-21Merge branch 'ds/mergies-with-sparse-index'Junio C Hamano
2021-09-10Merge branch 'js/advise-when-skipping-cherry-picked'Junio C Hamano
2021-09-10sparse-index: integrate with cherry-pick and rebaseDerrick Stolee
2021-09-09run_auto_maintenance(): implicitly close the object storeJohannes Schindelin
2021-09-08Merge branch 'ab/rebase-fatal-fatal-fix'Junio C Hamano
2021-09-08rebase: stop mentioning the -p option in commentsJohannes Schindelin
2021-09-08rebase: remove obsolete code commentJohannes Schindelin
2021-09-08rebase: drop the internal `rebase--interactive` commandJohannes Schindelin
2021-09-08rebase: drop support for `--preserve-merges`Johannes Schindelin
2021-08-31sequencer: advise if skipping cherry-picked commitJosh Steadmon
2021-08-31Merge branch 'en/ort-becomes-the-default'Junio C Hamano
2021-08-25rebase: emit one "fatal" in "fatal: fatal: <error>"Ævar Arnfjörð Bjarmason
2021-08-06Change default merge backend from recursive to ortElijah Newren
2021-07-26builtin/rebase: fix options.strategy memory lifecycleAndrzej Hunt
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano
2021-04-28builtin/rebase: release git_format_patch_opt tooAndrzej Hunt
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-16Merge branch 'en/ort-readiness'Junio C Hamano
2021-03-24rebase: remove transitory rebase.useBuiltin setting & envÆvar Arnfjörð Bjarmason
2021-03-20merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren
2021-02-24rebase: add a config option for --no-fork-pointAlex Henrie
2021-01-16Merge branch 'rs/rebase-commit-validation'Junio C Hamano
2021-01-05rebase: verify commit parameterRené Scharfe
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-05rebase -i: simplify get_revision_ranges()Phillip Wood
2020-11-05rebase -i: use struct object_id when writing statePhillip Wood