summaryrefslogtreecommitdiff
path: root/builtin/describe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/describe-blob'Junio C Hamano2018-02-271-1/+1
|\
| * describe: confirm that blobs actually existsb/describe-blobJeff King2018-02-121-1/+1
* | Merge branch 'rs/describe-unique-abbrev'Junio C Hamano2018-02-131-1/+1
|\ \
| * | describe: use strbuf_add_unique_abbrev() for adding short hashesrs/describe-unique-abbrevRené Scharfe2018-01-161-1/+1
* | | Merge branch 'dk/describe-all-output-fix'Junio C Hamano2018-01-231-2/+5
|\ \ \ | |/ / |/| |
| * | describe: prepend "tags/" when describing tags with embedded namedk/describe-all-output-fixDaniel Knittl-Frank2017-12-271-2/+5
* | | Merge branch 'sb/describe-blob'Junio C Hamano2017-12-281-27/+94
|\ \ \ | | |/ | |/|
| * | 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
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-1/+1
|\ \
| * | refs: convert peel_ref to struct object_idbrian m. carlson2017-10-161-1/+1
| |/
* | Merge branch 'jc/no-cmd-as-subroutine'Junio C Hamano2017-11-061-4/+11
|\ \ | |/ |/|
| * describe: do not use cmd_*() as a subroutineJunio C Hamano2017-10-111-4/+11
* | 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
|\ \ | |/ |/|