index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fsck.c
Age
Commit message (
Expand
)
Author
2025-02-27
builtin/fsck: add `git refs verify` child process
shejialuo
2025-02-07
worktree: return allocated string from `get_worktree_git_dir()`
Patrick Steinhardt
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-16
Merge branch 'sj/ref-fsck'
Junio C Hamano
2024-08-13
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
2024-08-08
fsck: rename objects-related fsck error functions
shejialuo
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-08-19
fsck: use enum object_type for fsck_walk callback
Jeff King
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
2023-07-18
Merge branch 'tb/fsck-no-progress'
Junio C Hamano
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
2023-07-10
fsck: suppress MIDX output with `--no-progress`
Taylor Blau
2023-07-10
fsck: suppress commit-graph output with `--no-progress`
Taylor Blau
2023-07-08
Merge branch 'jk/fsck-indices-in-worktrees'
Junio C Hamano
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-29
fsck: avoid misleading variable name
Eric Sunshine
2023-06-22
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
2023-05-02
fsck: use local repository
Derrick Stolee
2023-05-02
fsck: verify checksums of all .bitmap files
Derrick Stolee
2023-04-27
Merge branch 'ds/fsck-pack-revindex'
Junio C Hamano
2023-04-17
fsck: validate .rev file header
Derrick Stolee
2023-04-17
fsck: create scaffolding for rev-index checks
Derrick Stolee
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-02-27
fsck: check even zero-entry index files
Jeff King
2023-02-24
fsck: mention file path for index errors
Jeff King
[prev]
[next]