summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
AgeCommit message (Expand)Author
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-12-17t1400: use `main` as initial branch nameJohannes Schindelin
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-16update-ref: disallow "start" for ongoing transactionsPatrick Steinhardt
2020-11-16update-ref: allow creation of multiple transactionsPatrick Steinhardt
2020-11-16t1400: 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-06t: don't spuriously close and reopen quotesMartin Ågren
2020-07-27Modify pseudo refs through ref backend storageHan-Wen Nienhuys
2020-07-16t1400: 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-23t/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-28t1400: avoid "test" string comparisonsJeff King
2019-12-06Merge 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-12update-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
2018-05-13t1400: add tests around adding/deleting pseudorefsMartin Ågren
2017-09-15test-lib: don't use ulimit in test prerequisites on cygwinRamsay Jones
2017-04-17t1400: use consistent style for test_expect_success callsKyle Meyer
2017-03-21t1400: use test_when_finished for cleanupKyle Meyer
2017-03-21t1400: remove a set of unused output filesKyle Meyer
2017-03-21t1400: use test_path_is_* helpersKyle Meyer
2017-03-21t1400: set core.logAllRefUpdates in "logged by touch" testsKyle Meyer
2017-03-21t1400: rename test descriptions to be uniqueKyle Meyer
2017-02-27Merge branch 'km/delete-ref-reflog-message'Junio C Hamano
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-21update-ref: pass reflog message to delete_ref()Kyle Meyer
2017-01-31update-ref: add test cases for bare repositoryCornelius Weig
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-08files_transaction_commit(): clean up empty directoriesMichael Haggerty
2016-07-25Merge branch 'mh/split-under-lock'Junio C Hamano
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-06-13refs: resolve symbolic refs firstMichael Haggerty
2016-06-13ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty