aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/describe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Merge branch 'as/describe-broken-refresh-index-fix'Junio C Hamano1-0/+12
2024-06-26describe: refresh the index when 'broken' flag is usedAbhijeet Sonar1-0/+12
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-1/+1
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano1-1/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+2
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-2/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano1-2/+4
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King1-2/+4
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King1-1/+1
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King1-3/+3
2023-07-28Merge branch 'rs/describe-parseopt-fix'Junio C Hamano1-3/+14
2023-07-21describe: fix --no-exact-matchRené Scharfe1-3/+14
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-21Merge branch 'rn/sparse-describe'Junio C Hamano1-0/+2
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-4/+5
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+5
2023-04-03describe: enable sparse index for describeRaghul Nanth A1-0/+2
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-3/+4
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-2/+3
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason1-2/+3
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19hashmap: mark unused callback parametersJeff King1-1/+1
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-1/+2
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+2
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila1-2/+2
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-1/+1
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