summaryrefslogtreecommitdiff
path: root/builtin/describe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+5
| |\
* | \ Merge branch 'rn/sparse-describe'Junio C Hamano2023-04-211-0/+2
|\ \ \
| * | | describe: enable sparse index for describeRaghul Nanth A2023-04-031-0/+2
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ /
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+5
|\ \ \ | |/ / |/| / | |/
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-3/+4
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-2/+3
|\
| * doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason2022-10-131-2/+3
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* | refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+2
|/
* revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+2
* 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