aboutsummaryrefslogtreecommitdiff
path: root/t/t7004-tag.sh
AgeCommit message (Expand)Author
14 dayst7004: replace wc -l with modern test helpersSiddharth Shrimali
2025-11-04t7004: do not chdir around in the main processJunio C Hamano
2025-11-04ref-filter: fix stale parsed objectsPatrick Steinhardt
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy
2024-12-03tag: "git tag" refuses to use HEAD as a tagnameJunio C Hamano
2024-08-08t7004: make use of write_scriptAbdAlRahman Gad
2024-08-08t7004: use single quotes instead of double quotesAbdAlRahman Gad
2024-08-08t7004: begin the test body on the same line as test_expect_successAbdAlRahman Gad
2024-08-08t7004: description on the same line as test_expect_successAbdAlRahman Gad
2024-08-08t7004: do not prepare things outside test_expect_successAbdAlRahman Gad
2024-08-08t7004: use indented here-docAbdAlRahman Gad
2024-08-08t7004: one command per lineAbdAlRahman Gad
2024-08-08t7004: remove space after redirect operatorsAbdAlRahman Gad
2024-05-07builtin/tag: add --trailer optionJohn Passaro
2024-03-29advice: omit trailing whitespaceJunio C Hamano
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-05-16tag: keep the message file in case ref transaction failsKristoffer Haugsbakk
2023-05-16t/t7004-tag: add regression test for successful tag creationKristoffer Haugsbakk
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason
2023-03-28config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee
2022-01-10Merge branch 'hn/ref-api-tests-update'Junio C Hamano
2021-12-22t7004: use "test-tool ref-store" for reflog inspectionHan-Wen Nienhuys
2021-12-22t7004: create separate tags for different testsHan-Wen Nienhuys
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine
2021-07-26ref-filter: add %(rest) atomZheNing Hu
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-02-22Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-10gpg-interface: remove other signature headers before verifyingbrian m. carlson
2020-11-19t7[0-4]*: 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-09-16ref-filter: allow merged and no-merged filtersAaron Lipman
2020-03-05tag: use new advice API to check visibilityHeba Waly
2019-12-25Merge branch 'rs/test-cleanup'Junio C Hamano
2019-12-11t7004: don't create unused fileRené Scharfe
2019-12-01Merge branch 'ma/t7004'Junio C Hamano
2019-11-14t7004: check existence of correct tagMartin Ågren
2019-11-10Fix spelling errors in names of testsElijah Newren
2019-06-05tag: add tag.gpgSign config option to force all tags be GPG-signedTigran Mkrtchyan
2019-05-09tag: fix typo in nested tagging hintDenton Liu
2019-04-12tag: advise on nested tagsDenton Liu
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano