index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t7004-tag.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-26
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
1
-0
/
+8
2015-09-17
tag.c: implement '--merged' and '--no-merged' options
Karthik Nayak
1
-0
/
+27
2015-09-17
tag.c: implement '--format' option
Karthik Nayak
1
-0
/
+12
2015-09-17
tag.c: use 'ref-filter' APIs
Karthik Nayak
1
-7
/
+1
2015-07-21
update-ref and tag: add --create-reflog arg
David Turner
1
-1
/
+13
2015-05-12
t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
Stefan Beller
1
-2
/
+2
2015-03-26
Merge branch 'jk/test-chain-lint'
Junio C Hamano
1
-2
/
+2
2015-03-20
Merge branch 'nd/versioncmp-prereleases'
Junio C Hamano
1
-0
/
+28
2015-03-20
t7004: fix embedded single-quotes
Jeff King
1
-1
/
+1
2015-03-20
t: fix trivial &&-chain breakage
Jeff King
1
-1
/
+1
2015-02-27
versionsort: support reorder prerelease suffixes
Nguyễn Thái Ngọc Duy
1
-0
/
+28
2014-12-12
tests: skip RFC1991 tests for gnupg 2.1
Christian Hesse
1
-7
/
+7
2014-10-14
Merge branch 'sk/tag-contains-wo-recursion'
Junio C Hamano
1
-2
/
+2
2014-09-23
t7004: give the test a bit more stack space
Junio C Hamano
1
-2
/
+2
2014-07-17
tag: support configuring --sort via .gitconfig
Jacob Keller
1
-0
/
+36
2014-07-13
tag: fix --sort tests to use cat<<-\EOF format
Jacob Keller
1
-20
/
+20
2014-04-25
git tag --contains: avoid stack overflow
Jean-Jacques Lafay
1
-0
/
+26
2014-02-27
tag: support --sort=<spec>
Nguyễn Thái Ngọc Duy
1
-0
/
+43
2013-03-13
tag: --force does not have to warn when creating tags
Phil Hord
1
-0
/
+12
2012-12-18
t7004: do not create unneeded gpghome/gpg.conf when GPG is not used
Junio C Hamano
1
-1
/
+4
2012-04-27
tag: add --column
Nguyễn Thái Ngọc Duy
1
-0
/
+44
2012-02-20
Merge branch 'tg/tag-points-at'
Junio C Hamano
1
-0
/
+39
2012-02-12
Merge branch 'jk/maint-tag-show-fixes'
Junio C Hamano
1
-0
/
+13
2012-02-08
tag: do not show non-tag contents with "-n"
Junio C Hamano
1
-0
/
+13
2012-02-08
tag: add --points-at list option
Tom Grennan
1
-0
/
+39
2011-09-08
t7004: factor out gpg setup
Jeff King
1
-28
/
+1
2011-06-20
tag: accept multiple patterns for --list
Jeff King
1
-0
/
+5
2011-04-13
i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012...
Junio C Hamano
1
-4
/
+2
2011-03-09
i18n: git-tag tag_template message
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2010-12-08
Merge branch 'mg/maint-tag-rfc1991'
Junio C Hamano
1
-0
/
+66
2010-11-24
Merge branch 'en/and-cascade-tests'
Junio C Hamano
1
-15
/
+15
2010-11-14
t7004-tag.sh: re-arrange git tag comment for clarity
Ævar Arnfjörð Bjarmason
1
-5
/
+15
2010-11-10
tag: recognize rfc1991 signatures
Michael J Gruber
1
-6
/
+6
2010-11-10
t/t7004-tag: test handling of rfc1991 signatures
Michael J Gruber
1
-0
/
+66
2010-11-09
tests: add missing &&, batch 2
Jonathan Nieder
1
-15
/
+15
2010-06-25
tests: Skip tests in a way that makes sense under TAP
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2009-03-22
t7004: Use prerequisite tags to skip tests that need gpg
Johannes Sixt
1
-49
/
+48
2009-03-19
t2200, t7004: Avoid glob pattern that also matches files
Johannes Sixt
1
-2
/
+3
2009-03-19
test suite: Use 'say' to say something instead of 'test_expect_success'
Johannes Sixt
1
-2
/
+2
2009-01-28
git-tag: Add --contains option
Jake Goulding
1
-0
/
+115
2008-11-12
Merge branch 'st/tag'
Junio C Hamano
1
-0
/
+11
2008-11-04
tag: Add more tests about mixing incompatible modes and options
Samuel Tardieu
1
-0
/
+11
2008-09-03
Merge branch 'maint'
Junio C Hamano
1
-159
/
+159
2008-09-03
tests: use "git xyzzy" form (t7000 - t7199)
Nanako Shiraishi
1
-159
/
+159
2008-08-17
tests: use $TEST_DIRECTORY to refer to the t/ directory
Junio C Hamano
1
-1
/
+1
2008-08-06
Sync with 1.5.6.5
Junio C Hamano
1
-0
/
+20
2008-08-06
Files given on the command line are relative to $cwd
Junio C Hamano
1
-0
/
+20
2008-07-13
t/: Use "test_must_fail git" instead of "! git"
Stephan Beyer
1
-32
/
+35
2008-05-24
tests: do not use implicit "git diff --no-index"
Junio C Hamano
1
-105
/
+105
2008-05-05
Don't use the 'export NAME=value' in the test scripts.
Bryan Donlan
1
-1
/
+2
[next]