summaryrefslogtreecommitdiff
path: root/builtin/describe.c
Commit message (Expand)AuthorAgeFilesLines
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
* describe: trivial style fixesFelipe Contreras2013-10-311-4/+3
* Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-171-2/+2
|\
| * use 'commit-ish' instead of 'committish'Richard Hansen2013-09-041-2/+2
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-10/+10
|/
* describe: fix --contains when a tag is given as inputjc/name-rev-exact-refJunio C Hamano2013-07-181-1/+2
* describe: use argv-arrayJunio C Hamano2013-07-091-15/+15
* Merge branch 'mh/reflife'Junio C Hamano2013-06-141-2/+4
|\
| * describe: make own copy of refnameMichael Haggerty2013-05-281-2/+4
* | describe: Add --first-parent optionMike Crowe2013-05-201-0/+5
|/
* Merge branch 'jc/describe'Junio C Hamano2013-03-251-21/+20
|\
| * describe: --match=<pattern> must limit the refs even when used with --allJunio C Hamano2013-02-281-21/+20
* | Fix ".git/refs" stragglersGreg Price2013-02-241-2/+2
|/
* Merge branch 'jk/peel-ref'Jeff King2012-10-251-1/+1
|\
| * peel_ref: do not return a null sha1Jeff King2012-10-041-1/+1
* | i18n: describe: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-14/+14
|/
* describe: Refresh the index when run with --dirtyAllan Caffee2011-08-111-2/+15
* Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-18/+18
|\
| * i18n: git-describe basic messagesÆvar Arnfjörð Bjarmason2011-03-091-18/+18
* | Merge branch 'lt/default-abbrev'Junio C Hamano2011-03-231-1/+5
|\ \
| * | Make the default abbrev length configurableLinus Torvalds2011-03-111-1/+5
| |/
* | for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-181-2/+2
|/
* Merge branch 'tf/commit-list-prefix'Junio C Hamano2010-12-221-3/+3
|\
| * commit: Add commit_list prefix in two function names.Thiago Farina2010-11-291-3/+3
* | describe: Delay looking up commits until searching for an inexact matchAnders Kaseorg2010-12-091-15/+22
* | describe: Store commit_names in a hash table by commit SHA1Anders Kaseorg2010-12-091-5/+33
* | describe: Do not use a flex array in struct commit_nameAnders Kaseorg2010-12-091-6/+6
* | describe: Use for_each_rawrefAnders Kaseorg2010-12-091-1/+1
|/
* Merge branch 'sp/maint-describe-tiebreak-with-tagger-date'Junio C Hamano2010-05-211-4/+45
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+396