summaryrefslogtreecommitdiff
path: root/builtin/describe.c
AgeCommit message (Expand)Author
2019-06-20describe: fix accidental oid/hash type-punningJeff King
2019-02-07Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano
2019-02-04describe: setup working tree for --dirtySebastian Staudt
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert hashmap comparison functions to oideq()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
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