summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Merge branch 'es/test-chain-lint'Libravatar Junio C Hamano1-2/+2
2021-12-15Merge branch 'js/test-initial-branch-override-cleanup'Libravatar Junio C Hamano1-3/+0
2021-12-13t0000-t3999: detect and signal failure within loopLibravatar Eric Sunshine1-2/+2
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededLibravatar Johannes Schindelin1-3/+0
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatLibravatar Han-Wen Nienhuys1-5/+8
2021-09-15t1400: avoid SIGPIPE race condition on fifoLibravatar Jeff King1-3/+5
2021-09-03update-ref: fix streaming of status updatesLibravatar Patrick Steinhardt1-0/+32
2021-05-11refs: cleanup directories when deleting packed refLibravatar Will Chandler1-0/+9
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-0/+3
2020-12-16t1400: use `main` as initial branch nameLibravatar Johannes Schindelin1-37/+38
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededLibravatar Johannes Schindelin1-2/+2
2020-11-19t[01]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-35/+35
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-11-16update-ref: disallow "start" for ongoing transactionsLibravatar Patrick Steinhardt1-0/+11
2020-11-16update-ref: allow creation of multiple transactionsLibravatar Patrick Steinhardt1-0/+50
2020-11-16t1400: avoid touching refs on filesystemLibravatar Patrick Steinhardt1-35/+42
2020-10-23t1400: prepare for `main` being default branch nameLibravatar Johannes Schindelin1-5/+5
2020-08-17Merge branch 'hn/reftable-prep-part-2'Libravatar Junio C Hamano1-15/+15
2020-08-06t: don't spuriously close and reopen quotesLibravatar Martin Ågren1-1/+1
2020-07-27Modify pseudo refs through ref backend storageLibravatar Han-Wen Nienhuys1-5/+5
2020-07-16t1400: use git rev-parse for testing PSEUDOREF existenceLibravatar Han-Wen Nienhuys1-10/+10
2020-05-20t: use update-ref and show-ref to reading/writing refsLibravatar Han-Wen Nienhuys1-16/+16
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Libravatar Junio C Hamano1-9/+0
2020-04-23t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to testsLibravatar Taylor Blau1-9/+0
2020-04-02update-ref: implement interactive transaction handlingLibravatar Patrick Steinhardt1-0/+131
2020-01-30sha1-name: mark get_oid() error messages for translationLibravatar Jeff King1-6/+6
2020-01-28t1400: avoid "test" string comparisonsLibravatar Jeff King1-12/+24
2019-12-06Merge branch 'rs/test-cleanup'Libravatar Junio C Hamano1-4/+4
2019-11-27t1400: use test_must_be_emptyLibravatar René Scharfe1-4/+4
2019-10-29t1400: wrap setup code in test caseLibravatar Johannes Schindelin1-8/+10
2018-10-16Merge branch 'ma/t1400-undebug-test'Libravatar Junio C Hamano1-1/+1
2018-10-10Merge branch 'bc/hash-independent-tests'Libravatar Junio C Hamano1-1/+1
2018-09-28t1400: drop debug `echo` to actually execute `test`Libravatar Martin Ågren1-1/+1
2018-09-17t1400: switch hard-coded object ID to variableLibravatar brian m. carlson1-1/+1
2018-09-12update-ref: allow --no-deref with --stdinLibravatar Elijah Newren1-0/+31
2018-07-23refs.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-10/+10
2018-07-23Update messages in preparation for i18nLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2018-05-30Merge branch 'bc/hash-independent-tests'Libravatar Junio C Hamano1-1/+1
2018-05-14t: switch $_z40 to $ZERO_OIDLibravatar brian m. carlson1-1/+1
2018-05-13refs: handle zero oid for pseudorefsLibravatar Martin Ågren1-2/+2
2018-05-13t1400: add tests around adding/deleting pseudorefsLibravatar Martin Ågren1-0/+60
2017-09-15test-lib: don't use ulimit in test prerequisites on cygwinLibravatar Ramsay Jones1-1/+4
2017-04-16t1400: use consistent style for test_expect_success callsLibravatar Kyle Meyer1-168/+167
2017-03-21t1400: use test_when_finished for cleanupLibravatar Kyle Meyer1-40/+41
2017-03-21t1400: remove a set of unused output filesLibravatar Kyle Meyer1-2/+2
2017-03-21t1400: use test_path_is_* helpersLibravatar Kyle Meyer1-22/+22
2017-03-21t1400: set core.logAllRefUpdates in "logged by touch" testsLibravatar Kyle Meyer1-11/+12
2017-03-21t1400: rename test descriptions to be uniqueLibravatar Kyle Meyer1-4/+4
2017-02-27Merge branch 'km/delete-ref-reflog-message'Libravatar Junio C Hamano1-0/+18