aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/describe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-01-21refs: switch peel_ref() to peel_iterated_oid()Jeff King1-1/+1
2020-07-30strvec: rename struct fieldsJeff King1-3/+3
2020-07-28strvec: fix indentation in renamed callsJeff King1-4/+4
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King1-14/+14
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-03-26Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano1-6/+9
2020-02-26describe: don't abort too early when searching tagsBenno Evers1-4/+18
2020-02-20describe: force long format for a name based on a mislocated tagJunio C Hamano1-6/+9
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-9/+12
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong1-1/+1
2019-10-07hashmap: use *_entry APIs for iterationEric Wong1-2/+2
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-1/+2
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-04treewide: remove duplicate #include directivesRené Scharfe1-1/+0
2019-09-05use get_tagged_oid()René Scharfe1-1/+1
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King1-2/+2
2019-06-20describe: fix accidental oid/hash type-punningJeff King1-1/+1
2019-02-06Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano1-0/+1
2019-02-04describe: setup working tree for --dirtySebastian Staudt1-0/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy1-1/+1
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart1-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-08-29convert hashmap comparison functions to oideq()Jeff King1-3/+3
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-2/+2
2018-06-29tag: add repository argument to lookup_tagStefan Beller1-3/+3
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-1/+1
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-2/+3
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+1
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano1-3/+13
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano1-1/+1
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+1
2018-05-21describe: use commit-slab for commit names instead of commit->utilNguyễn Thái Ngọc Duy1-3/+13
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-10lock_file: make function-local locks non-staticMartin Ågren1-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson1-2/+2
2018-02-27Merge branch 'sb/describe-blob'Junio C Hamano1-1/+1
2018-02-13Merge branch 'rs/describe-unique-abbrev'Junio C Hamano1-1/+1
2018-02-12describe: confirm that blobs actually existJeff King1-1/+1
2018-01-23Merge branch 'dk/describe-all-output-fix'Junio C Hamano1-2/+5
2018-01-16describe: use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe1-1/+1
2017-12-28Merge branch 'sb/describe-blob'Junio C Hamano1-27/+94
2017-12-27describe: prepend "tags/" when describing tags with embedded nameDaniel Knittl-Frank1-2/+5