summaryrefslogtreecommitdiffstats
path: root/t/t7004-tag.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano2024-12-161-1/+1
|\
| * advice: suggest using subcommand "git config set"Bence Ferdinandy2024-12-061-1/+1
* | tag: "git tag" refuses to use HEAD as a tagnameJunio C Hamano2024-12-031-0/+12
* | t7004: make use of write_scriptAbdAlRahman Gad2024-08-081-6/+2
* | t7004: use single quotes instead of double quotesAbdAlRahman Gad2024-08-081-35/+35
* | t7004: begin the test body on the same line as test_expect_successAbdAlRahman Gad2024-08-081-54/+71
* | t7004: description on the same line as test_expect_successAbdAlRahman Gad2024-08-081-166/+83
* | t7004: do not prepare things outside test_expect_successAbdAlRahman Gad2024-08-081-338/+360
* | t7004: use indented here-docAbdAlRahman Gad2024-08-081-19/+19
* | t7004: one command per lineAbdAlRahman Gad2024-08-081-2/+4
* | t7004: remove space after redirect operatorsAbdAlRahman Gad2024-08-081-25/+25
|/
* builtin/tag: add --trailer optionJohn Passaro2024-05-071-0/+114
* advice: omit trailing whitespaceJunio C Hamano2024-03-301-2/+2
* ref-filter.c: really don't sort when using --no-sortVictoria Dye2023-11-161-0/+45
* tag: keep the message file in case ref transaction failsKristoffer Haugsbakk2023-05-161-0/+10
* t/t7004-tag: add regression test for successful tag creationKristoffer Haugsbakk2023-05-161-0/+9
* Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano2023-04-221-0/+16
|\
| * branch, for-each-ref, tag: add option to omit empty linesØystein Walle2023-04-131-0/+16
* | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-0/+17
|\ \
| * | config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-2/+7
| * | config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason2023-03-281-0/+12
| |/
* / for-each-ref: add ahead-behind format atomDerrick Stolee2023-03-201-0/+28
|/
* Merge branch 'hn/ref-api-tests-update'Junio C Hamano2022-01-101-11/+11
|\
| * t7004: use "test-tool ref-store" for reflog inspectionHan-Wen Nienhuys2021-12-221-2/+2
| * t7004: create separate tags for different testsHan-Wen Nienhuys2021-12-221-11/+11
* | t6000-t9999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
* | tests: fix broken &&-chains in compound statementsEric Sunshine2021-12-131-2/+5
|/
* ref-filter: add %(rest) atomZheNing Hu2021-07-261-0/+4
* Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-261-4/+4
|\
| * tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-111-4/+4
* | Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-231-0/+25
|\ \ | |/ |/|
| * gpg-interface: remove other signature headers before verifyingbrian m. carlson2021-02-111-0/+25
* | t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-5/+5
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
|/
* ref-filter: allow merged and no-merged filtersAaron Lipman2020-09-161-2/+2
* tag: use new advice API to check visibilityHeba Waly2020-03-051-0/+1
* Merge branch 'rs/test-cleanup'Junio C Hamano2019-12-251-1/+0
|\
| * t7004: don't create unused fileRené Scharfe2019-12-111-1/+0
* | Merge branch 'ma/t7004'Junio C Hamano2019-12-011-3/+3
|\ \
| * | t7004: check existence of correct tagMartin Ågren2019-11-141-3/+3
| |/
* / Fix spelling errors in names of testsElijah Newren2019-11-101-1/+1
|/
* tag: add tag.gpgSign config option to force all tags be GPG-signedTigran Mkrtchyan2019-06-051-0/+21
* tag: fix typo in nested tagging hintDenton Liu2019-05-091-1/+1
* tag: advise on nested tagsDenton Liu2019-04-121-0/+11
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-6/+2
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-6/+2
* | Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-14/+8
|\|
| * tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-14/+8
* | gpg-interface t: extend the existing GPG tests with GPGSMHenning Schild2018-07-201-0/+13
|/
* Merge branch 'nd/term-columns'Junio C Hamano2018-05-231-1/+1
|\