aboutsummaryrefslogtreecommitdiff
path: root/builtin/tag.c
Commit message (Expand)AuthorAge
* 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
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-20
|\
| * refs: report ref type from lock_any_ref_for_updateBrad King2013-08-30
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | tag: use OPT_CMDMODEJunio C Hamano2013-07-30
|/
* Merge branch 'ph/tag-force-no-warn-on-creation'Junio C Hamano2013-03-25
|\
| * tag: --force does not have to warn when creating tagsPhil Hord2013-03-13
* | Allow custom "comment char"Junio C Hamano2013-01-16
|/
* Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy2012-08-22
* i18n: tag: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-22
* ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-24
* tag: add --columnNguyễn Thái Ngọc Duy2012-04-27
* Merge branch 'tg/tag-points-at'Junio C Hamano2012-02-20
|\
| * builtin/tag.c: Fix a sparse warningRamsay Jones2012-02-13
| * tag: add --points-at list optionTom Grennan2012-02-08
* | Merge branch 'jk/maint-tag-show-fixes'Junio C Hamano2012-02-12
|\ \ | |/ |/|
| * tag: do not show non-tag contents with "-n"Junio C Hamano2012-02-08
| * tag: die when listing missing or corrupt objectsJeff King2012-02-06
| * tag: fix output of "tag -n" when errors occurJeff King2012-02-06
| * Merge branch 'jk/tag-contains-ab' (early part) into maintJunio C Hamano2011-09-11
| |\
| * \ Merge branch 'jk/tag-list-multiple-patterns' into maintJunio C Hamano2011-08-16
| |\ \
* | \ \ Merge branch 'ks/tag-cleanup'Junio C Hamano2011-12-13
|\ \ \ \
| * | | | git-tag: introduce --cleanup optionKirill A. Shutemov2011-12-09
* | | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-09
|\ \ \ \ \
| * | | | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-13
| |/ / / /
* | | | | Split GPG interface into its own helper libraryJunio C Hamano2011-11-04
|/ / / /
* | | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-10
|\ \ \ \
| * | | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
* | | | | Merge branch 'mg/branch-list'Junio C Hamano2011-10-05
|\ \ \ \ \ | |/ / / / |/| | | |