summaryrefslogtreecommitdiffstats
path: root/fsck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin/refs: add verify subcommandshejialuo2024-08-081-0/+11
* fsck: add refs report functionshejialuo2024-08-081-0/+39
* fsck: add a unified interface for reporting fsck messagesshejialuo2024-08-081-14/+30
* fsck: make "fsck_error" callback genericshejialuo2024-08-081-10/+16
* fsck: rename objects-related fsck error functionsshejialuo2024-08-081-8/+9
* fsck: rename "skiplist" to "skip_oids"shejialuo2024-08-081-2/+2
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-1/+4
|\
| * oidset: pass hash algorithm when parsing filePatrick Steinhardt2024-06-141-1/+2
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | Merge branch 'ps/no-writable-strings'Junio C Hamano2024-06-181-1/+1
|\ \ | |/ |/|
| * global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-1/+1
* | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-2/+2
|\|
| * config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-2/+2
* | Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano2024-05-251-56/+0
|\ \ | |/ |/|
| * Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano2024-05-251-56/+0
| |\
| | * Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-251-56/+0
| | |\
| | | * Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-251-56/+0
| | | |\
| | | | * Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-251-56/+0
| | | | |\
| | | | | * Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-56/+0
| | | | | |\
| | | | | | * Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano2024-05-231-56/+0
* | | | | | | Sync with 2.44.1Johannes Schindelin2024-04-291-0/+56
|\| | | | | |
| * | | | | | Sync with 2.43.4Johannes Schindelin2024-04-191-0/+56
| |\| | | | |
| | * | | | | Sync with 2.42.2Johannes Schindelin2024-04-191-0/+56
| | |\| | | |
| | | * | | | Sync with 2.41.1Johannes Schindelin2024-04-191-0/+56
| | | |\| | |
| | | | * | | Sync with 2.40.2Johannes Schindelin2024-04-191-0/+56
| | | | |\| |
| | | | | * | Sync with 2.39.4Johannes Schindelin2024-04-191-0/+56
| | | | | |\|
| | | | | | * fsck: warn about symlink pointing inside a gitdirJohannes Schindelin2024-04-191-0/+56
| | * | | | | Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-1/+0
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-2/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-2/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano2024-01-261-133/+0
|\ \ \ \ \ \ \
| * | | | | | | submodule-config.h: move check_submodule_urlVictoria Dye2024-01-181-133/+0
* | | | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| |/ / / / /
* / / / / / fsck: handle NULL value when parsing message configJeff King2023-12-091-2/+6
|/ / / / /
* / / / / fsck: detect very large tree pathnamesJeff King2023-09-011-1/+23
|/ / / /
* | | | Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-2/+2
|\ \ \ \
| * | | | fsck: mark unused parameters in various fsck callbacksJeff King2023-07-141-2/+2
* | | | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-4/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | config: pass ctx with config filesGlen Choo2023-06-281-1/+2
| * | | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-3/+6
| |/ / /
* | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+2
* | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
|/ / /
* | | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | | treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+3
|\ \ \
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| |/ /