summaryrefslogtreecommitdiff
path: root/builtin/describe.c
Commit message (Expand)AuthorAgeFilesLines
* i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-2/+2
* i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-1/+1
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* refs: switch peel_ref() to peel_iterated_oid()Jeff King2021-01-211-1/+1
* strvec: rename struct fieldsJeff King2020-07-301-3/+3
* strvec: fix indentation in renamed callsJeff King2020-07-281-4/+4
* strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-14/+14
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano2020-03-261-6/+9
|\
| * describe: force long format for a name based on a mislocated tagJunio C Hamano2020-02-201-6/+9
* | describe: don't abort too early when searching tagsBenno Evers2020-02-261-4/+18
|/
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-9/+12
|\
| * OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-071-1/+1
| * hashmap: use *_entry APIs for iterationEric Wong2019-10-071-2/+2
| * hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+6
| * hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-1/+2
| * hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* | treewide: remove duplicate #include directivesRené Scharfe2019-10-041-1/+0
* | use get_tagged_oid()René Scharfe2019-09-051-1/+1
|/
* hashmap: convert sha1hash() to oidhash()Jeff King2019-06-201-2/+2
* describe: fix accidental oid/hash type-punningJeff King2019-06-201-1/+1
* Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano2019-02-061-0/+1
|\
| * describe: setup working tree for --dirtySebastian Staudt2019-02-041-0/+1
* | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* | read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy2019-01-141-1/+1
* | refresh_index: remove unnecessary calls to preload_index()Ben Peart2018-11-061-1/+1
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-2/+2
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
* | | convert hashmap comparison functions to oideq()Jeff King2018-08-291-3/+3
* | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
|/ /
* | tag: add repository argument to lookup_tagStefan Beller2018-06-291-3/+3
* | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+1
* | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-2/+3
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\ \
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-3/+13
|\ \ \ | |_|/ |/| |
| * | describe: use commit-slab for commit names instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-3/+13
* | | 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 existsb/describe-blobJeff 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 hashesrs/describe-unique-abbrevRené Scharfe2018-01-161-1/+1
* | | Merge branch 'dk/describe-all-output-fix'Junio C Hamano2018-01-231-2/+5
|\ \ \ | |/ / |/| |