summaryrefslogtreecommitdiff
path: root/object-name.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+2
|\
| * object-store.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\ \ | |/
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-8/+11
| |\
* | \ 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-8/+11
|\ \ \ | | |/ | |/|
| * | libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
| * | cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+4
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
* | | Merge branch 'fc/oid-quietly-parse-upstream'Junio C Hamano2023-03-281-2/+3
|\ \ \ | |_|/ |/| |
| * | object-name: fix quiet @{u} parsingFelipe Contreras2023-03-161-2/+3
| |/
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-7/+7
|\ \
| * | object-name: mark unused parameters in disambiguate callbacksJeff King2023-02-241-7/+7
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* refs: mark unused reflog callback parametersJeff King2022-08-191-2/+5
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+2
* object-name: diagnose trees in index properlyDerrick Stolee2022-04-261-2/+4
* object-name: reject trees found in the indexDerrick Stolee2022-04-261-1/+18
* Merge branch 'ab/date-mode-release'Junio C Hamano2022-02-251-0/+1
|\
| * date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
* | Merge branch 'ab/ambiguous-object-name'Junio C Hamano2022-02-251-12/+109
|\ \ | |/ |/|
| * object-name: re-use "struct strbuf" in show_ambiguous_object()Ævar Arnfjörð Bjarmason2022-01-271-10/+13
| * object-name: iterate ambiguous objects before showing headerÆvar Arnfjörð Bjarmason2022-01-271-4/+23
| * object-name: show date for ambiguous tag objectsÆvar Arnfjörð Bjarmason2022-01-271-4/+9
| * object-name: make ambiguous object output translatableÆvar Arnfjörð Bjarmason2022-01-271-10/+68
| * object-name: explicitly handle bad tags in show_ambiguous_object()Ævar Arnfjörð Bjarmason2022-01-271-0/+2
| * object-name: explicitly handle OBJ_BAD in show_ambiguous_object()Ævar Arnfjörð Bjarmason2022-01-271-2/+12
* | cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)Ævar Arnfjörð Bjarmason2021-12-301-0/+3
* | object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLYÆvar Arnfjörð Bjarmason2021-12-301-4/+1
|/
* advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-1/+1
* oidtree: a crit-bit tree for odb_loose_cacheEric Wong2021-07-071-17/+11
* object-name.c: rename from sha1-name.cMartin Ågren2021-01-041-0/+1954