summaryrefslogtreecommitdiff
path: root/builtin/describe.c
AgeCommit message (Expand)Author
2020-03-27Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano
2020-02-26describe: don't abort too early when searching tagsBenno Evers
2020-02-21describe: force long format for a name based on a mislocated tagJunio C Hamano
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-10-03treewide: remove duplicate #include directivesRené Scharfe
2019-09-05use get_tagged_oid()René Scharfe
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King
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