summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak1-1/+1
2024-08-08builtin/refs: add verify subcommandshejialuo1-0/+11
2024-08-08fsck: add refs report functionshejialuo1-0/+39
2024-08-08fsck: add a unified interface for reporting fsck messagesshejialuo1-14/+30
2024-08-08fsck: make "fsck_error" callback genericshejialuo1-10/+16
2024-08-08fsck: rename objects-related fsck error functionsshejialuo1-8/+9
2024-08-08fsck: rename "skiplist" to "skip_oids"shejialuo1-2/+2
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-1/+4
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-1/+1
2024-06-14oidset: pass hash algorithm when parsing filePatrick Steinhardt1-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+1
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-2/+2
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt1-2/+2
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano1-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano1-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano1-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano1-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano1-56/+0
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano1-56/+0
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano1-56/+0
2024-04-29Sync with 2.44.1Johannes Schindelin1-0/+56
2024-04-19Sync with 2.43.4Johannes Schindelin1-0/+56
2024-04-19Sync with 2.42.2Johannes Schindelin1-0/+56
2024-04-19Sync with 2.41.1Johannes Schindelin1-0/+56
2024-04-19Sync with 2.40.2Johannes Schindelin1-0/+56
2024-04-19Sync with 2.39.4Johannes Schindelin1-0/+56
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin1-0/+56
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-2/+4
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-1/+0
2024-01-26Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano1-133/+0
2024-01-18submodule-config.h: move check_submodule_urlVictoria Dye1-133/+0
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-09fsck: handle NULL value when parsing message configJeff King1-2/+6
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-2/+4
2023-08-31fsck: detect very large tree pathnamesJeff King1-1/+23
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-2/+2
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King1-2/+2
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-4/+8
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: pass ctx with config filesGlen Choo1-1/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-3/+6
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+2
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-3/+3
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1