summaryrefslogtreecommitdiff
path: root/builtin/tag.c
Commit message (Expand)AuthorAgeFilesLines
* 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" listingjk/tag-h-column-is-a-listing-optionJeff 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 .gitconfigjk/tag-sortJacob Keller2014-07-171-18/+50
* | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-161-9/+5
|\ \ \ | |/ /
| * | tag: use skip_prefix instead of magic numbersjk/skip-prefixJeff 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 editortg/tag-state-tag-name-in-editor-hintsThorsten 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>nd/tag-version-sortNguyễ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"jc/tag-contains-withJunio 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()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+1
|\
| * refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-1/+1
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-2/+2
* | tag: use OPT_CMDMODEjc/parseopt-command-modesJunio C Hamano2013-07-301-15/+12
|/
* Merge branch 'ph/tag-force-no-warn-on-creation'Junio C Hamano2013-03-251-1/+1
|\
| * tag: --force does not have to warn when creating tagsPhil Hord2013-03-131-1/+1
* | Allow custom "comment char"Junio C Hamano2013-01-161-18/+16
|/
* Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy2012-08-221-1/+1
* i18n: tag: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-221-28/+28
* ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-241-1/+1
* tag: add --columnNguyễn Thái Ngọc Duy2012-04-271-3/+24
* Merge branch 'tg/tag-points-at'Junio C Hamano2012-02-201-1/+49
|\
| * builtin/tag.c: Fix a sparse warningtg/tag-points-atRamsay Jones2012-02-131-1/+1
| * tag: add --points-at list optionTom Grennan2012-02-081-1/+49
* | Merge branch 'jk/maint-tag-show-fixes'Junio C Hamano2012-02-121-32/+40
|\ \ | |/ |/|
| * tag: do not show non-tag contents with "-n"jk/maint-tag-show-fixesJunio C Hamano2012-02-081-10/+12
| * tag: die when listing missing or corrupt objectsJeff King2012-02-061-1/+5
| * tag: fix output of "tag -n" when errors occurJeff King2012-02-061-32/+34
| * Merge branch 'jk/tag-contains-ab' (early part) into maintJunio C Hamano2011-09-111-1/+45
| |\
| * \ Merge branch 'jk/tag-list-multiple-patterns' into maintJunio C Hamano2011-08-161-9/+17
| |\ \
* | \ \ Merge branch 'ks/tag-cleanup'Junio C Hamano2011-12-131-14/+53
|\ \ \ \
| * | | | git-tag: introduce --cleanup optionks/tag-cleanupKirill A. Shutemov2011-12-091-14/+53
* | | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-091-2/+2
|\ \ \ \ \
| * | | | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-131-2/+2
| |/ / / /
* | | | | Split GPG interface into its own helper libraryJunio C Hamano2011-11-041-70/+6
|/ / / /
* | | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-101-2/+2
|\ \ \ \