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
/
builtin
/
tag.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-26
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
1
-2
/
+2
2015-10-26
Merge branch 'kn/for-each-tag'
Junio C Hamano
1
-0
/
+1
2015-10-26
Merge branch 'tk/stripspace'
Junio C Hamano
1
-1
/
+1
2015-10-18
tag.c: use the correct algorithm for the '--contains' option
Karthik Nayak
1
-0
/
+1
2015-10-16
strbuf: make stripspace() part of strbuf
Tobias Klauser
1
-1
/
+1
2015-10-05
Merge branch 'kn/for-each-tag'
Junio C Hamano
1
-304
/
+66
2015-10-05
Merge branch 'kn/for-each-tag-branch'
Junio C Hamano
1
-31
/
+13
2015-09-17
tag.c: implement '--merged' and '--no-merged' options
Karthik Nayak
1
-1
/
+5
2015-09-17
tag.c: implement '--format' option
Karthik Nayak
1
-10
/
+15
2015-09-17
tag.c: use 'ref-filter' APIs
Karthik Nayak
1
-302
/
+43
2015-09-17
tag.c: use 'ref-filter' data structures
Karthik Nayak
1
-49
/
+57
2015-09-17
ref-filter: add support for %(contents:lines=X)
Karthik Nayak
1
-0
/
+4
2015-09-11
tag, update-ref: improve description of option "create-reflog"
Ralf Thielow
1
-1
/
+1
2015-08-24
Merge 'kn/for-each-tag-branch' into kn/for-each-tag
Junio C Hamano
1
-31
/
+13
2015-08-03
ref-filter: implement '--contains' option
Karthik Nayak
1
-0
/
+5
2015-08-03
parse-options.h: add macros for '--contains' option
Karthik Nayak
1
-12
/
+2
2015-08-03
parse-option: rename parse_opt_with_commit()
Karthik Nayak
1
-2
/
+2
2015-08-03
ref-filter: implement '--points-at' option
Karthik Nayak
1
-0
/
+4
2015-08-03
tag: libify parse_opt_points_at()
Karthik Nayak
1
-19
/
+2
2015-07-21
update-ref and tag: add --create-reflog arg
David Turner
1
-1
/
+4
2015-05-25
builtin/show-ref: rewrite to take an object_id argument
Michael Haggerty
1
-11
/
+9
2015-05-25
each_ref_fn: change to take an object_id parameter
Michael Haggerty
1
-1
/
+3
2015-03-23
Merge branch 'jk/tag-h-column-is-a-listing-option'
Junio C Hamano
1
-2
/
+2
2015-03-12
tag: fix some mis-organized options in "-h" listing
Jeff King
1
-2
/
+2
2015-02-17
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
1
-1
/
+1
2015-01-14
standardize usage info string format
Alex Henrie
1
-2
/
+2
2014-10-15
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
1
-2
/
+2
2014-09-11
Merge branch 'rs/ref-transaction-1'
Junio C Hamano
1
-6
/
+10
2014-09-03
tag.c: use ref transactions when doing updates
Ronnie Sahlberg
1
-6
/
+10
2014-07-23
Merge branch 'jk/tag-sort'
Junio C Hamano
1
-18
/
+50
2014-07-17
tag: support configuring --sort via .gitconfig
Jacob Keller
1
-18
/
+50
2014-07-16
Merge branch 'jk/skip-prefix'
Junio C Hamano
1
-9
/
+5
2014-07-10
tag: use skip_prefix instead of magic numbers
Jeff King
1
-9
/
+5
2014-07-02
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
1
-1
/
+1
2014-06-06
Merge branch 'tg/tag-state-tag-name-in-editor-hints'
Junio C Hamano
1
-4
/
+4
2014-05-07
builtin/tag.c: show tag name to hint in the message editor
Thorsten Glaser
1
-4
/
+4
2014-04-25
git tag --contains: avoid stack overflow
Jean-Jacques Lafay
1
-15
/
+75
2014-03-24
parse-options: multi-word argh should use dash to separate words
Junio C Hamano
1
-1
/
+1
2014-03-21
Merge branch 'nd/tag-version-sort'
Junio C Hamano
1
-5
/
+66
2014-03-18
Merge branch 'jc/tag-contains-with'
Junio C Hamano
1
-0
/
+6
2014-03-07
tag: grok "--with" as synonym to "--contains"
Junio C Hamano
1
-0
/
+6
2014-02-27
tag: support --sort=<spec>
Nguyễn Thái Ngọc Duy
1
-5
/
+66
2014-02-20
use wildmatch() directly without fnmatch() wrapper
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-1
/
+1
2013-09-20
Merge branch 'bk/refs-multi-update'
Junio C Hamano
1
-1
/
+1
2013-08-30
refs: report ref type from lock_any_ref_for_update
Brad King
1
-1
/
+1
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
1
-2
/
+2
2013-07-30
tag: use OPT_CMDMODE
Junio C Hamano
1
-15
/
+12
2013-03-25
Merge branch 'ph/tag-force-no-warn-on-creation'
Junio C Hamano
1
-1
/
+1
2013-03-13
tag: --force does not have to warn when creating tags
Phil Hord
1
-1
/
+1
[next]