summaryrefslogtreecommitdiffstats
path: root/object-name.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+1
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | Merge branch 'ps/commit-with-message-syntax-fix'Junio C Hamano2024-12-161-2/+2
|\ \
| * | object-name: fix reversed ordering with ":/<text>" revisionsPatrick Steinhardt2024-12-081-2/+2
* | | Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano2024-12-161-1/+1
|\ \ \
| * | | advice: suggest using subcommand "git config set"Bence Ferdinandy2024-12-061-1/+1
* | | | refs: move ref name helpers aroundJunio C Hamano2024-12-031-36/+0
| |_|/ |/| |
* | | environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt2024-09-121-2/+3
* | | Merge branch 'ps/leakfixes-part-4'Junio C Hamano2024-08-231-0/+1
|\ \ \
| * | | object-name: fix leaking symlink paths in object contextPatrick Steinhardt2024-08-141-0/+1
| | |/ | |/|
* | | Merge branch 'tb/incremental-midx-part-1'Junio C Hamano2024-08-191-46/+53
|\ \ \
| * | | midx: introduce `bsearch_one_midx()`Taylor Blau2024-08-061-46/+53
| | |/ | |/|
* | | Merge branch 'jc/refs-symref-referent'Junio C Hamano2024-08-151-1/+1
|\ \ \ | |_|/ |/| |
| * | refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
| |/
* / object-name: fix leaking commit list itemsPatrick Steinhardt2024-08-011-10/+16
|/
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-11/+29
|\
| * object-name: free leaking object contextsPatrick Steinhardt2024-06-111-11/+29
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| |/
* / object-name: don't try to abbreviate to lengths greater than hexszPatrick Steinhardt2024-06-121-1/+1
|/
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-11/+35
|\
| * object-names: support input of oids in any supported hashEric W. Biederman2023-10-021-11/+35
* | Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano2024-03-111-2/+5
|\ \
| * | commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin2024-02-291-2/+5
* | | get_oid_basic(): special-case ref@{n} for oldest reflog entryJeff King2024-02-261-0/+9
|/ /
* / treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
|/
* Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-0/+15
|\
| * object-name: move related functions to object-nameCalvin Wan2023-06-121-0/+15
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
|/
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-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
|\ \