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-12-10Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-03t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-08-09branch: error message checking out a branch in useRubén Justo
2023-02-26rebase: refuse to switch to a branch already checked out elsewhere (test)Rubén Justo
2022-03-18rebase: set REF_HEAD_DETACH in checkout_up_to_date()John Cai
2022-03-18rebase: use test_commit helper in setupJohn Cai
2022-01-26sequencer, stash: fix running from worktree subdirElijah Newren
2021-08-03mingw: align symlinks-related rmdir() behavior with LinuxThomas Bétous
2021-03-24rebase: remove transitory rebase.useBuiltin setting & envÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-20t34*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-03-05Merge branch 'es/do-not-let-rebase-switch-to-protected-branch'Junio C Hamano
2020-02-24rebase: refuse to switch to branch already checked out elsewhereEric Sunshine
2020-02-24t3400: make test clean up after itselfEric Sunshine
2020-02-17rebase: rename the two primary rebase backendsElijah Newren
2020-02-17rebase tests: mark tests specific to the am-backend with --amElijah Newren
2020-02-17rebase: fix handling of restrict_revisionElijah Newren
2020-02-17rebase: make sure to pass along the quiet flag to the sequencerElijah Newren
2019-12-17Merge branch 'dl/rebase-with-autobase'Junio C Hamano
2019-12-05rebase: fix format.useAutoBase breakageDenton Liu
2019-12-05t3400: demonstrate failure with format.useAutoBaseDenton Liu
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsDenton Liu
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano
2019-09-09Merge branch 'bc/reread-attributes-during-rebase'Junio C Hamano
2019-09-04am: reload .gitattributes after patching itbrian m. carlson
2019-08-28rebase: fast-forward --onto in more casesDenton Liu
2019-05-15t3400: stop referring to the scripted rebaseJohannes Schindelin
2019-04-16Merge branch 'ab/drop-scripted-rebase'Junio C Hamano
2019-03-20rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason
2019-03-04built-in rebase: set ORIG_HEAD just once, before the rebaseJohannes Schindelin
2019-03-04built-in rebase: demonstrate that ORIG_HEAD is not set correctlyJohannes Schindelin
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-07-17t3000-t3999: fix broken &&-chainsEric Sunshine
2018-02-13rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy
2018-02-13rebase: add --show-current-patchNguyễn Thái Ngọc Duy
2017-11-18rebase: use mboxrd format to avoid split errorsEric Wong
2016-06-18tests: unpack-trees: update to use test_i18n* functionsVasco Almeida
2014-07-17rebase: omit patch-identical commits with --fork-pointJohn Keeping
2014-03-19rebase: allow "-" short-hand for the previous branchBrian Gesiak
2014-01-10rebase: fix fork-point with zero argumentsJohn Keeping
2013-12-10rebase: use reflog to find common base with upstreamJohn Keeping
2013-06-25Merge branch 'rr/rebase-sha1-by-string-query'Junio C Hamano
2013-06-24Merge branch 'mz/rebase-tests'Junio C Hamano
2013-06-21Merge branch 'fc/show-non-empty-errors-in-test'Junio C Hamano
2013-06-14rebase: use peel_committish() where appropriateRamkumar Ramachandra
2013-06-14t/rebase: add failing tests for a peculiar revisionRamkumar Ramachandra
2013-06-10test: test_must_be_empty helperJunio C Hamano