summaryrefslogtreecommitdiffstats
path: root/t/t1400-update-ref.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kn/update-ref-symref'Junio C Hamano2024-06-211-2/+428
|\
| * update-ref: add support for 'symref-update' commandKarthik Nayak2024-06-071-0/+203
| * update-ref: add support for 'symref-create' commandKarthik Nayak2024-06-071-0/+65
| * update-ref: add support for 'symref-delete' commandKarthik Nayak2024-06-071-0/+68
| * update-ref: add support for 'symref-verify' commandKarthik Nayak2024-06-071-2/+92
* | strbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt2024-05-271-0/+2
|/
* update-ref: use {old,new}-oid instead of {old,new}valueKarthik Nayak2024-04-021-17/+17
* Merge branch 'ps/ref-tests-update-even-more'Junio C Hamano2024-02-271-43/+7
|\
| * t1400: exercise reflog with gaps with reftable backendPatrick Steinhardt2024-02-151-7/+7
| * t: move tests exercising the "files" backendPatrick Steinhardt2024-02-151-36/+0
* | t1400: use show-ref to check pseudorefsPhillip Wood2024-02-071-9/+9
|/
* Merge branch 'ps/ref-tests-update-more'Junio C Hamano2023-12-201-6/+35
|\
| * t1400: split up generic reflog tests from the reffile-specific onesPatrick Steinhardt2023-12-031-6/+35
* | Merge branch 'ps/ref-tests-update'Junio C Hamano2023-12-101-23/+27
|\ \ | |/ |/|
| * t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt2023-11-031-4/+4
| * t: convert tests to not access reflog via the filesystemPatrick Steinhardt2023-11-031-6/+11
| * t: convert tests to not access symrefs via the filesystemPatrick Steinhardt2023-11-031-4/+4
| * t: convert tests to not write references via the filesystemPatrick Steinhardt2023-11-031-9/+8
* | tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-11/+11
|/
* t1400: assert output of update-refAndrei Rybak2023-03-201-0/+3
* Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-041-2/+2
|\
| * t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-2/+2
* | Merge branch 'js/test-initial-branch-override-cleanup'Junio C Hamano2021-12-151-3/+0
|\ \
| * | tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin2021-12-051-3/+0
| |/
* / test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys2021-12-021-5/+8
|/
* t1400: avoid SIGPIPE race condition on fifoJeff King2021-09-151-3/+5
* update-ref: fix streaming of status updatesPatrick Steinhardt2021-09-031-0/+32
* refs: cleanup directories when deleting packed refWill Chandler2021-05-111-0/+9
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-111-3/+3
* Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-0/+3
|\
| * tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin2020-11-201-2/+2
| * t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-35/+35
| * tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* | t1400: use `main` as initial branch nameJohannes Schindelin2020-12-171-37/+38
* | update-ref: disallow "start" for ongoing transactionsPatrick Steinhardt2020-11-161-0/+11
* | update-ref: allow creation of multiple transactionsPatrick Steinhardt2020-11-161-0/+50
* | t1400: avoid touching refs on filesystemPatrick Steinhardt2020-11-161-35/+42
|/
* t1400: prepare for `main` being default branch nameJohannes Schindelin2020-10-231-5/+5
* Merge branch 'hn/reftable-prep-part-2'Junio C Hamano2020-08-181-15/+15
|\
| * Modify pseudo refs through ref backend storageHan-Wen Nienhuys2020-07-271-5/+5
| * t1400: use git rev-parse for testing PSEUDOREF existenceHan-Wen Nienhuys2020-07-161-10/+10
* | t: don't spuriously close and reopen quotesMartin Ågren2020-08-071-1/+1
|/
* t: use update-ref and show-ref to reading/writing refsHan-Wen Nienhuys2020-05-201-16/+16
* Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano2020-05-011-9/+0
|\
| * t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to testsTaylor Blau2020-04-231-9/+0
* | update-ref: implement interactive transaction handlingPatrick Steinhardt2020-04-021-0/+131
* | sha1-name: mark get_oid() error messages for translationJeff King2020-01-301-6/+6
* | t1400: avoid "test" string comparisonsJeff King2020-01-281-12/+24
|/
* Merge branch 'rs/test-cleanup'Junio C Hamano2019-12-071-4/+4
|\
| * t1400: use test_must_be_emptyRené Scharfe2019-11-271-4/+4