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-20Merge branch 'ps/ref-tests-update-more'Junio C Hamano
2023-12-10Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-12-03t1400: split up generic reflog tests from the reffile-specific onesPatrick Steinhardt
2023-11-03t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt
2023-11-03t: convert tests to not access reflog via the filesystemPatrick Steinhardt
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-03-20t1400: assert output of update-refAndrei Rybak
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-15Merge branch 'js/test-initial-branch-override-cleanup'Junio C Hamano
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys
2021-09-15t1400: avoid SIGPIPE race condition on fifoJeff King
2021-09-03update-ref: fix streaming of status updatesPatrick Steinhardt
2021-05-11refs: cleanup directories when deleting packed refWill Chandler
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-01-26Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-12-17t1400: use `main` as initial branch nameJohannes Schindelin
2020-11-20tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin
2020-11-20t[01]*: 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-11-17update-ref: disallow "start" for ongoing transactionsPatrick Steinhardt
2020-11-17update-ref: allow creation of multiple transactionsPatrick Steinhardt
2020-11-17t1400: avoid touching refs on filesystemPatrick Steinhardt
2020-10-23t1400: prepare for `main` being default branch nameJohannes Schindelin
2020-08-18Merge branch 'hn/reftable-prep-part-2'Junio C Hamano
2020-08-07t: don't spuriously close and reopen quotesMartin Ågren
2020-07-27Modify pseudo refs through ref backend storageHan-Wen Nienhuys
2020-07-17t1400: use git rev-parse for testing PSEUDOREF existenceHan-Wen Nienhuys
2020-05-20t: use update-ref and show-ref to reading/writing refsHan-Wen Nienhuys
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano
2020-04-24t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to testsTaylor Blau
2020-04-02update-ref: implement interactive transaction handlingPatrick Steinhardt
2020-01-30sha1-name: mark get_oid() error messages for translationJeff King
2020-01-29t1400: avoid "test" string comparisonsJeff King
2019-12-07Merge branch 'rs/test-cleanup'Junio C Hamano
2019-11-27t1400: use test_must_be_emptyRené Scharfe
2019-10-29t1400: wrap setup code in test caseJohannes Schindelin
2018-10-16Merge branch 'ma/t1400-undebug-test'Junio C Hamano
2018-10-10Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-09-28t1400: drop debug `echo` to actually execute `test`Martin Ågren
2018-09-17t1400: switch hard-coded object ID to variablebrian m. carlson
2018-09-13update-ref: allow --no-deref with --stdinElijah Newren
2018-07-23refs.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-05-13refs: handle zero oid for pseudorefsMartin Ågren