summaryrefslogtreecommitdiff
path: root/builtin/describe.c
AgeCommit message (Expand)Author
2018-06-29tag: add repository argument to lookup_tagStefan Beller
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-21describe: use commit-slab for commit names instead of commit->utilNguyễn Thái Ngọc Duy
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-10lock_file: make function-local locks non-staticMartin Ågren
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-02-27Merge branch 'sb/describe-blob'Junio C Hamano
2018-02-13Merge branch 'rs/describe-unique-abbrev'Junio C Hamano
2018-02-12describe: confirm that blobs actually existJeff King
2018-01-23Merge branch 'dk/describe-all-output-fix'Junio C Hamano
2018-01-16describe: use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe
2017-12-28Merge branch 'sb/describe-blob'Junio C Hamano
2017-12-27describe: prepend "tags/" when describing tags with embedded nameDaniel Knittl-Frank
2017-12-19builtin/describe.c: describe a blobStefan Beller
2017-11-16builtin/describe.c: factor out describe_commitStefan Beller
2017-11-16builtin/describe.c: print debug statements earlierStefan Beller
2017-11-16builtin/describe.c: rename `oid` to avoid variable shadowingStefan Beller
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'jc/no-cmd-as-subroutine'Junio C Hamano
2017-10-16refs: convert peel_ref to struct object_idbrian m. carlson
2017-10-11describe: do not use cmd_*() as a subroutineJunio C Hamano
2017-09-20describe: teach --match to handle branches and remotesMax Kirillov
2017-09-20Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allJunio C Hamano
2017-09-17describe: fix matching to actually match all patternsMax Kirillov
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-07-05builtin/describe: drop hashmap_cmp_fn castStefan Beller
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-03-27describe: localize debug output fullyMichael J Gruber
2017-03-22builtin/describe: introduce --broken flagStefan Beller
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-02-22builtin/describe: convert to struct object_idbrian m. carlson
2017-01-24describe: teach describe negative pattern matchesJacob Keller
2017-01-24describe: teach --match to accept multiple patternsJacob Keller
2016-09-29use QSORTRené Scharfe