summaryrefslogtreecommitdiff
path: root/builtin/describe.c
Commit message (Expand)AuthorAgeFilesLines
* describe: confirm that blobs actually existsb/describe-blobJeff King2018-02-121-1/+1
* builtin/describe.c: describe a blobStefan Beller2017-12-191-5/+57
* builtin/describe.c: factor out describe_commitStefan Beller2017-11-161-26/+37
* builtin/describe.c: print debug statements earlierStefan Beller2017-11-161-1/+4
* builtin/describe.c: rename `oid` to avoid variable shadowingStefan Beller2017-11-161-4/+4
* describe: teach --match to handle branches and remotesmk/describe-match-with-allMax Kirillov2017-09-201-12/+17
* Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allJunio C Hamano2017-09-201-3/+6
|\
| * describe: fix matching to actually match all patternsjk/describe-omit-some-refsMax Kirillov2017-09-171-3/+6
* | hashmap: add API to disable item counting when threadedjh/hashmap-disable-countingJeff Hostetler2017-09-071-1/+1
* | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-111-3/+6
|\ \
| * | builtin/describe: drop hashmap_cmp_fn castStefan Beller2017-07-051-3/+6
* | | Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano2017-07-131-3/+5
|\ \ \ | |/ /
| * | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-3/+5
* | | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-101-2/+2
|\ \ \ | |/ / |/| |
| * | wildmatch: remove unused wildopts parameterab/wildmatchÆvar Arnfjörð Bjarmason2017-06-231-2/+2
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ | |/ / |/| |
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Convert lookup_tag to struct object_idbrian m. carlson2017-05-081-3/+3
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
|/ /
* | describe: localize debug output fullyMichael J Gruber2017-03-271-3/+12
* | builtin/describe: introduce --broken flagsb/describe-brokenStefan Beller2017-03-221-9/+38
* | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-25/+25
|\ \ | |/ |/|
| * builtin/describe: convert to struct object_idbrian m. carlson2017-02-221-25/+25
* | describe: teach describe negative pattern matchesJacob Keller2017-01-231-0/+21
* | describe: teach --match to accept multiple patternsJacob Keller2017-01-231-7/+23
|/
* use QSORTRené Scharfe2016-09-291-1/+1
* Remove get_object_hash.brian m. carlson2015-11-201-3/+3
* Convert struct object to object_idbrian m. carlson2015-11-201-7/+7
* Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* Merge branch 'sg/describe-contains'Junio C Hamano2015-08-311-4/+4
|\
| * describe --contains: default to HEAD when no commit-ish is givensg/describe-containsSZEDER Gábor2015-08-251-4/+4
* | get_name(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-9/+7
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+3
* | standardize usage info string formatAlex Henrie2015-01-141-2/+2
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
* | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-3/+1
* | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-9/+2
|/
* Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-141-1/+1
|\
| * use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
* | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-271-29/+24
|\ \ | |/ |/|
| * buitin/describe.c: use new hash map implementationKarsten Blees2013-11-181-29/+24
* | 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