index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsck.c
Age
Commit message (
Expand
)
Author
2024-04-29
Sync with 2.44.1
Johannes Schindelin
2024-04-19
Sync with 2.43.4
Johannes Schindelin
2024-04-19
Sync with 2.42.2
Johannes Schindelin
2024-04-19
Sync with 2.41.1
Johannes Schindelin
2024-04-19
Sync with 2.40.2
Johannes Schindelin
2024-04-19
Sync with 2.39.4
Johannes Schindelin
2024-04-19
fsck: warn about symlink pointing inside a gitdir
Johannes Schindelin
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
2024-01-26
Merge branch 'vd/fsck-submodule-url-test'
Junio C Hamano
2024-01-18
submodule-config.h: move check_submodule_url
Victoria Dye
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-09
fsck: handle NULL value when parsing message config
Jeff King
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-08-31
fsck: detect very large tree pathnames
Jeff King
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-28
config: pass ctx with config files
Glen Choo
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
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-04-24
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
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 "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-01-19
fsck: do not assume NUL-termination of buffers
Jeff King
2023-01-18
fsck: provide a function to fsck buffer without object struct
Jeff King
2022-12-13
Merge branch 'maint-2.36' into maint-2.37
Junio C Hamano
2022-12-09
fsck: implement checks for gitattributes
Patrick Steinhardt
2022-12-09
fsck: move checks for gitattributes
Patrick Steinhardt
2022-12-09
fsck: pull out function to check a set of blobs
Patrick Steinhardt
2022-12-09
fsck: refactor `fsck_blob()` to allow for more checks
Patrick Steinhardt
2022-08-10
fsck: actually detect bad file modes in trees
Jeff King
2022-08-10
tree-walk: add a mechanism for getting non-canonicalized modes
Jeff King
2022-05-16
dir API: add a generalized path_match_flags() function
Ævar Arnfjörð Bjarmason
2021-05-04
fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOW
Jeff King
2021-05-03
fsck_tree(): wrap some long lines
Jeff King
2021-05-03
fsck_tree(): fix shadowed variable
Jeff King
2021-03-28
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
2021-03-28
fsck.c: move gitmodules_{found,done} into fsck_options
Ævar Arnfjörð Bjarmason
2021-03-28
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
2021-03-28
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
[next]