summaryrefslogtreecommitdiffstats
path: root/builtin/tag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'st/verify-tag'Junio C Hamano2017-01-311-10/+27
|\
| * builtin/tag: add --format argument for tag -vLukas Puehringer2017-01-181-10/+27
* | tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy2016-12-051-0/+4
|/
* Merge branch 'st/verify-tag'Junio C Hamano2016-04-291-7/+1
|\
| * tag -v: verify directly rather than exec-ing verify-tagSantiago Torres2016-04-221-7/+1
* | tag: add the option to force signing of annotated tagsLaurent Arnoud2016-03-221-6/+14
|/
* tag: do not show ambiguous tag names as "tags/foo"Jeff King2016-01-261-2/+2
* Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-261-0/+1
|\
| * tag.c: use the correct algorithm for the '--contains' optionKarthik Nayak2015-10-191-0/+1
* | Merge branch 'tk/stripspace'Junio C Hamano2015-10-261-1/+1
|\ \
| * | strbuf: make stripspace() part of strbufTobias Klauser2015-10-161-1/+1
* | | Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-051-304/+66
|\ \ \ | | |/ | |/|
| * | tag.c: implement '--merged' and '--no-merged' optionsKarthik Nayak2015-09-171-1/+5
| * | tag.c: implement '--format' optionKarthik Nayak2015-09-171-10/+15
| * | tag.c: use 'ref-filter' APIsKarthik Nayak2015-09-171-302/+43
| * | tag.c: use 'ref-filter' data structuresKarthik Nayak2015-09-171-49/+57
| * | ref-filter: add support for %(contents:lines=X)Karthik Nayak2015-09-171-0/+4
| * | Merge 'kn/for-each-tag-branch' into kn/for-each-tagJunio C Hamano2015-08-251-31/+13
| |\ \
* | \ \ Merge branch 'kn/for-each-tag-branch'Junio C Hamano2015-10-051-31/+13
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | ref-filter: implement '--contains' optionKarthik Nayak2015-08-031-0/+5
| * | parse-options.h: add macros for '--contains' optionKarthik Nayak2015-08-031-12/+2
| * | parse-option: rename parse_opt_with_commit()Karthik Nayak2015-08-031-2/+2
| * | ref-filter: implement '--points-at' optionKarthik Nayak2015-08-031-0/+4
| * | tag: libify parse_opt_points_at()Karthik Nayak2015-08-031-19/+2
* | | tag, update-ref: improve description of option "create-reflog"Ralf Thielow2015-09-111-1/+1
| |/ |/|
* | update-ref and tag: add --create-reflog argDavid Turner2015-07-211-1/+4
|/
* builtin/show-ref: rewrite to take an object_id argumentMichael Haggerty2015-05-251-11/+9
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+3
* Merge branch 'jk/tag-h-column-is-a-listing-option'Junio C Hamano2015-03-231-2/+2
|\
| * tag: fix some mis-organized options in "-h" listingJeff King2015-03-121-2/+2
* | ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-171-1/+1
* | standardize usage info string formatAlex Henrie2015-01-141-2/+2
* | refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-151-2/+2
* | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-111-6/+10
|\ \
| * | tag.c: use ref transactions when doing updatesRonnie Sahlberg2014-09-031-6/+10
* | | Merge branch 'jk/tag-sort'Junio C Hamano2014-07-231-18/+50
|\ \ \ | | |/ | |/|
| * | tag: support configuring --sort via .gitconfigJacob Keller2014-07-171-18/+50
* | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-161-9/+5
|\| |
| * | tag: use skip_prefix instead of magic numbersJeff King2014-07-101-9/+5
| |/
* / enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-021-1/+1
|/
* Merge branch 'tg/tag-state-tag-name-in-editor-hints'Junio C Hamano2014-06-061-4/+4
|\
| * builtin/tag.c: show tag name to hint in the message editorThorsten Glaser2014-05-071-4/+4
* | git tag --contains: avoid stack overflowJean-Jacques Lafay2014-04-251-15/+75
* | parse-options: multi-word argh should use dash to separate wordsJunio C Hamano2014-03-241-1/+1
* | Merge branch 'nd/tag-version-sort'Junio C Hamano2014-03-211-5/+66
|\ \
| * | tag: support --sort=<spec>Nguyễn Thái Ngọc Duy2014-02-271-5/+66
| |/
* | Merge branch 'jc/tag-contains-with'Junio C Hamano2014-03-181-0/+6
|\ \
| * | tag: grok "--with" as synonym to "--contains"Junio C Hamano2014-03-071-0/+6
| |/
* / use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
|/
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1