summaryrefslogtreecommitdiff
path: root/builtin/tag.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Libravatar Jeff King1-2/+2
2015-10-26Merge branch 'kn/for-each-tag'Libravatar Junio C Hamano1-0/+1
2015-10-26Merge branch 'tk/stripspace'Libravatar Junio C Hamano1-1/+1
2015-10-18tag.c: use the correct algorithm for the '--contains' optionLibravatar Karthik Nayak1-0/+1
2015-10-16strbuf: make stripspace() part of strbufLibravatar Tobias Klauser1-1/+1
2015-10-05Merge branch 'kn/for-each-tag'Libravatar Junio C Hamano1-304/+66
2015-10-05Merge branch 'kn/for-each-tag-branch'Libravatar Junio C Hamano1-31/+13
2015-09-17tag.c: implement '--merged' and '--no-merged' optionsLibravatar Karthik Nayak1-1/+5
2015-09-17tag.c: implement '--format' optionLibravatar Karthik Nayak1-10/+15
2015-09-17tag.c: use 'ref-filter' APIsLibravatar Karthik Nayak1-302/+43
2015-09-17tag.c: use 'ref-filter' data structuresLibravatar Karthik Nayak1-49/+57
2015-09-17ref-filter: add support for %(contents:lines=X)Libravatar Karthik Nayak1-0/+4
2015-09-11tag, update-ref: improve description of option "create-reflog"Libravatar Ralf Thielow1-1/+1
2015-08-24Merge 'kn/for-each-tag-branch' into kn/for-each-tagLibravatar Junio C Hamano1-31/+13
2015-08-03ref-filter: implement '--contains' optionLibravatar Karthik Nayak1-0/+5
2015-08-03parse-options.h: add macros for '--contains' optionLibravatar Karthik Nayak1-12/+2
2015-08-03parse-option: rename parse_opt_with_commit()Libravatar Karthik Nayak1-2/+2
2015-08-03ref-filter: implement '--points-at' optionLibravatar Karthik Nayak1-0/+4
2015-08-03tag: libify parse_opt_points_at()Libravatar Karthik Nayak1-19/+2
2015-07-21update-ref and tag: add --create-reflog argLibravatar David Turner1-1/+4
2015-05-25builtin/show-ref: rewrite to take an object_id argumentLibravatar Michael Haggerty1-11/+9
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-1/+3
2015-03-23Merge branch 'jk/tag-h-column-is-a-listing-option'Libravatar Junio C Hamano1-2/+2
2015-03-12tag: fix some mis-organized options in "-h" listingLibravatar Jeff King1-2/+2
2015-02-17ref_transaction_update(): remove "have_old" parameterLibravatar Michael Haggerty1-1/+1
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-2/+2
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitLibravatar Ronnie Sahlberg1-2/+2
2014-09-11Merge branch 'rs/ref-transaction-1'Libravatar Junio C Hamano1-6/+10
2014-09-03tag.c: use ref transactions when doing updatesLibravatar Ronnie Sahlberg1-6/+10
2014-07-23Merge branch 'jk/tag-sort'Libravatar Junio C Hamano1-18/+50
2014-07-17tag: support configuring --sort via .gitconfigLibravatar Jacob Keller1-18/+50
2014-07-16Merge branch 'jk/skip-prefix'Libravatar Junio C Hamano1-9/+5
2014-07-10tag: use skip_prefix instead of magic numbersLibravatar Jeff King1-9/+5
2014-07-02enums: remove trailing ',' after last item in enumLibravatar Ronnie Sahlberg1-1/+1
2014-06-06Merge branch 'tg/tag-state-tag-name-in-editor-hints'Libravatar Junio C Hamano1-4/+4
2014-05-07builtin/tag.c: show tag name to hint in the message editorLibravatar Thorsten Glaser1-4/+4
2014-04-25git tag --contains: avoid stack overflowLibravatar Jean-Jacques Lafay1-15/+75
2014-03-24parse-options: multi-word argh should use dash to separate wordsLibravatar Junio C Hamano1-1/+1
2014-03-21Merge branch 'nd/tag-version-sort'Libravatar Junio C Hamano1-5/+66
2014-03-18Merge branch 'jc/tag-contains-with'Libravatar Junio C Hamano1-0/+6
2014-03-07tag: grok "--with" as synonym to "--contains"Libravatar Junio C Hamano1-0/+6
2014-02-27tag: support --sort=<spec>Libravatar Nguyễn Thái Ngọc Duy1-5/+66
2014-02-20use wildmatch() directly without fnmatch() wrapperLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-1/+1
2013-09-20Merge branch 'bk/refs-multi-update'Libravatar Junio C Hamano1-1/+1
2013-08-30refs: report ref type from lock_any_ref_for_updateLibravatar Brad King1-1/+1
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-2/+2
2013-07-30tag: use OPT_CMDMODELibravatar Junio C Hamano1-15/+12
2013-03-25Merge branch 'ph/tag-force-no-warn-on-creation'Libravatar Junio C Hamano1-1/+1
2013-03-13tag: --force does not have to warn when creating tagsLibravatar Phil Hord1-1/+1