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
/
Documentation
/
git-tag.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-07
Documentation: fix a bunch of typos, both old and new
Elijah Newren
1
-1
/
+1
2019-06-05
tag: add tag.gpgSign config option to force all tags be GPG-signed
Tigran Mkrtchyan
1
-0
/
+7
2019-01-23
doc: tidy asciidoc style
Jean-Noël Avila
1
-8
/
+8
2018-10-23
doc: fix descripion for 'git tag --format'
Andreas Heiduk
1
-6
/
+6
2018-08-15
Merge branch 'jk/ui-color-always-to-auto'
Junio C Hamano
1
-1
/
+1
2018-07-18
Documentation: fix --color option formatting
Andrei Rybak
1
-1
/
+1
2018-05-29
tag: clarify in the doc that a tag can refer to a non-commit object
Robert P. J. Day
1
-2
/
+2
2018-02-07
tag: add --edit option
Nicolas Morey-Chaisemartin
1
-1
/
+7
2017-10-04
Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto
Junio C Hamano
1
-0
/
+5
2017-10-04
provide --color option for all ref-filter users
Jeff King
1
-0
/
+5
2017-09-25
doc: camelCase the config variables to improve readability
Kaartic Sivaraam
1
-1
/
+1
2017-09-10
Merge branch 'mg/format-ref-doc-fix' into maint
Junio C Hamano
1
-2
/
+2
2017-08-18
Documentation: use proper wording for ref format strings
Michael J Gruber
1
-2
/
+2
2017-08-03
tag: change default of `pager.tag` to "on"
Martin Ågren
1
-1
/
+1
2017-08-03
tag: respect `pager.tag` in list-mode only
Martin Ågren
1
-0
/
+3
2017-05-23
tag: duplicate mention of --contains should mention --no-contains
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-03-24
ref-filter: reflow recently changed branch/tag/for-each-ref docs
Ævar Arnfjörð Bjarmason
1
-3
/
+4
2017-03-24
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
1
-1
/
+5
2017-03-24
tag: change --point-at to default to HEAD
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2017-03-24
tag: implicitly supply --list given another list-like option
Ævar Arnfjörð Bjarmason
1
-6
/
+11
2017-03-24
tag: change misleading --list <pattern> documentation
Ævar Arnfjörð Bjarmason
1
-7
/
+8
2017-03-21
ref-filter: make combining --merged & --no-merged an error
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2017-03-21
tag doc: reword --[no-]merged to talk about commits, not tips
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2017-03-21
tag doc: split up the --[no-]merged documentation
Ævar Arnfjörð Bjarmason
1
-4
/
+7
2017-03-21
tag doc: move the description of --[no-]merged earlier
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2017-02-03
Merge branch 'cw/log-updates-for-all-refs-really'
Junio C Hamano
1
-1
/
+5
2017-02-01
doc: add note about ignoring '--no-create-reflog'
Cornelius Weig
1
-0
/
+3
2017-01-31
Merge branch 'st/verify-tag'
Junio C Hamano
1
-1
/
+1
2017-01-31
refs: add option core.logAllRefUpdates = always
Cornelius Weig
1
-1
/
+2
2017-01-23
Merge branch 'sg/fix-versioncmp-with-common-suffix'
Junio C Hamano
1
-2
/
+2
2017-01-18
builtin/tag: add --format argument for tag -v
Lukas Puehringer
1
-1
/
+1
2017-01-12
versioncmp: generalize version sort suffix reordering
SZEDER Gábor
1
-2
/
+2
2016-12-05
tag, branch, for-each-ref: add --ignore-case for sorting and filtering
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2016-10-26
Merge branch 'yk/git-tag-remove-mention-of-old-layout-in-doc'
Junio C Hamano
1
-3
/
+2
2016-10-20
doc: remove reference to the traditional layout in git-tag.txt
Younes Khoudli
1
-3
/
+2
2016-07-13
Merge branch 'mm/doc-tt'
Junio C Hamano
1
-1
/
+1
2016-06-28
doc: typeset HEAD and variants as literal
Matthieu Moy
1
-1
/
+1
2016-06-28
doc: typeset long command-line options as literal
Matthieu Moy
1
-1
/
+1
2016-06-27
Merge branch 'dn/gpg-doc'
Junio C Hamano
1
-1
/
+1
2016-06-16
Documentation: GPG capitalization
Dave Nicolson
1
-1
/
+1
2016-06-08
doc: change configuration variables format
Tom Russello
1
-1
/
+1
2016-01-26
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
1
-1
/
+1
2015-10-05
Merge branch 'mm/keyid-docs'
Junio C Hamano
1
-9
/
+9
2015-09-21
Documentation: use 'keyid' consistently, not 'key-id'
Matthieu Moy
1
-9
/
+9
2015-09-17
tag.c: implement '--merged' and '--no-merged' options
Karthik Nayak
1
-1
/
+6
2015-09-17
tag.c: implement '--format' option
Karthik Nayak
1
-1
/
+7
2015-09-17
tag.c: use 'ref-filter' APIs
Karthik Nayak
1
-7
/
+9
2015-08-19
Merge branch 'kn/tag-doc-fix' into maint
Junio C Hamano
1
-1
/
+0
2015-08-03
Merge branch 'dt/refs-backend-preamble'
Junio C Hamano
1
-1
/
+4
2015-08-03
Merge branch 'kn/tag-doc-fix'
Junio C Hamano
1
-1
/
+0
[next]