summaryrefslogtreecommitdiff
path: root/t/t7004-tag.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason2017-05-111-2/+2
* Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-111-12/+233
|\
| * tag: add tests for --with and --withoutÆvar Arnfjörð Bjarmason2017-03-241-2/+4
| * ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-241-4/+126
| * tag: change --point-at to default to HEADÆvar Arnfjörð Bjarmason2017-03-241-1/+8
| * tag: implicitly supply --list given another list-like optionÆvar Arnfjörð Bjarmason2017-03-241-5/+50
| * tag: change misleading --list <pattern> documentationÆvar Arnfjörð Bjarmason2017-03-241-0/+25
| * tag: add more incompatibles mode testsÆvar Arnfjörð Bjarmason2017-03-241-0/+16
| * tag tests: fix a typo in a test descriptionÆvar Arnfjörð Bjarmason2017-03-231-1/+1
| * tag: remove a TODO item from the test suiteÆvar Arnfjörð Bjarmason2017-03-231-2/+0
| * ref-filter: add test for --contains on a non-commitÆvar Arnfjörð Bjarmason2017-03-231-1/+3
| * ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason2017-03-211-0/+4
* | Merge branch 'st/verify-tag'Junio C Hamano2017-03-271-7/+5
|\ \ | |/ |/|
| * t7004, t7030: fix here-doc syntax errorsst/verify-tagSantiago Torres2017-03-241-7/+5
* | Merge branch 'cw/tag-reflog-message'Junio C Hamano2017-02-271-1/+17
|\ \
| * | tag: generate useful reflog messagecw/tag-reflog-messageCornelius Weig2017-02-081-1/+17
* | | Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano2017-02-031-0/+8
|\ \ \
| * | | refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-311-0/+8
* | | | Merge branch 'st/verify-tag'Junio C Hamano2017-01-311-0/+16
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | t/t7004-tag: Add --format specifier testsSantiago Torres2017-01-181-0/+16
| |/
* | Merge branch 'sg/fix-versioncmp-with-common-suffix'Junio C Hamano2017-01-231-20/+112
|\ \
| * | versioncmp: generalize version sort suffix reorderingsg/fix-versioncmp-with-common-suffixSZEDER Gábor2017-01-121-0/+35
| * | versioncmp: use earliest-longest contained suffix to determine sorting orderSZEDER Gábor2016-12-081-0/+31
| * | versioncmp: cope with common part overlapping with prerelease suffixSZEDER Gábor2016-12-081-2/+7
| * | t7004-tag: add version sort tests to show prerelease reordering issuesSZEDER Gábor2016-12-081-6/+30
| * | t7004-tag: use test_config helperSZEDER Gábor2016-12-081-13/+10
| * | t7004-tag: delete unnecessary tags with test_when_finishedSZEDER Gábor2016-12-081-1/+1
| |/
* | tag, branch, for-each-ref: add --ignore-case for sorting and filteringnd/for-each-ref-ignore-caseNguyễn Thái Ngọc Duy2016-12-051-0/+27
|/
* gpg-interface: check gpg signature creation statusjk/gpg-interface-cleanupMichael J Gruber2016-06-171-1/+8
* tag: add the option to force signing of annotated tagsla/tag-force-signing-annotated-tagsLaurent Arnoud2016-03-221-0/+41
* Merge branch 'jk/list-tag-2.7-regression'Junio C Hamano2016-02-011-0/+8
|\
| * tag: do not show ambiguous tag names as "tags/foo"jk/list-tag-2.7-regressionJeff King2016-01-261-0/+8
* | t/t7004-tag.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-071-8/+8
|/
* tag.c: implement '--merged' and '--no-merged' optionsKarthik Nayak2015-09-171-0/+27
* tag.c: implement '--format' optionKarthik Nayak2015-09-171-0/+12
* tag.c: use 'ref-filter' APIsKarthik Nayak2015-09-171-7/+1
* update-ref and tag: add --create-reflog argDavid Turner2015-07-211-1/+13
* t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller2015-05-121-2/+2
* Merge branch 'jk/test-chain-lint'Junio C Hamano2015-03-261-2/+2
|\
| * t7004: fix embedded single-quotesJeff King2015-03-201-1/+1
| * t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
* | Merge branch 'nd/versioncmp-prereleases'Junio C Hamano2015-03-201-0/+28
|\ \ | |/ |/|
| * versionsort: support reorder prerelease suffixesNguyễn Thái Ngọc Duy2015-02-271-0/+28
* | tests: skip RFC1991 tests for gnupg 2.1Christian Hesse2014-12-121-7/+7
|/
* Merge branch 'sk/tag-contains-wo-recursion'Junio C Hamano2014-10-141-2/+2
|\
| * t7004: give the test a bit more stack spacesk/tag-contains-wo-recursionJunio C Hamano2014-09-231-2/+2
* | tag: support configuring --sort via .gitconfigjk/tag-sortJacob Keller2014-07-171-0/+36
* | tag: fix --sort tests to use cat<<-\EOF formatJacob Keller2014-07-131-20/+20
|/
* git tag --contains: avoid stack overflowJean-Jacques Lafay2014-04-251-0/+26
* tag: support --sort=<spec>nd/tag-version-sortNguyễn Thái Ngọc Duy2014-02-271-0/+43