summaryrefslogtreecommitdiffstats
path: root/builtin/describe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\
| * lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
* | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-1/+1
|\ \
| * | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
* | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/ /
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
* | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-2/+2
|/
* Merge branch 'sb/describe-blob'Junio C Hamano2018-02-271-1/+1
|\
| * describe: confirm that blobs actually existJeff 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 hashesRené 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 nameDaniel 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 remotesMax 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 patternsMax Kirillov2017-09-171-3/+6
* | | hashmap: add API to disable item counting when threadedJeff 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-141-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 parameterÆvar Arnfjörð Bjarmason2017-06-241-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 flagStefan 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-241-0/+21
* | describe: teach --match to accept multiple patternsJacob Keller2017-01-241-7/+23
|/
* use QSORTRené Scharfe2016-09-301-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-09-011-4/+4
|\
| * describe --contains: default to HEAD when no commit-ish is givenSZEDER 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