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