index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fsck.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
1
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
1
-56
/
+0
2024-05-24
Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40
Junio C Hamano
1
-56
/
+0
2024-05-22
Revert "fsck: warn about symlink pointing inside a gitdir"
Junio C Hamano
1
-56
/
+0
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+56
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+56
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-0
/
+56
2024-04-19
fsck: warn about symlink pointing inside a gitdir
Johannes Schindelin
1
-0
/
+56
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-2
/
+2
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
1
-2
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-4
/
+8
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass ctx with config files
Glen Choo
1
-1
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+2
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
1
-1
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-3
/
+3
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
1
-1
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2023-01-19
fsck: do not assume NUL-termination of buffers
Jeff King
1
-13
/
+54
2023-01-18
fsck: provide a function to fsck buffer without object struct
Jeff King
1
-11
/
+18
2022-12-13
Merge branch 'maint-2.36' into maint-2.37
Junio C Hamano
1
-43
/
+94
2022-12-09
fsck: implement checks for gitattributes
Patrick Steinhardt
1
-1
/
+37
2022-12-09
fsck: move checks for gitattributes
Patrick Steinhardt
1
-5
/
+7
2022-12-09
fsck: pull out function to check a set of blobs
Patrick Steinhardt
1
-12
/
+22
2022-12-09
fsck: refactor `fsck_blob()` to allow for more checks
Patrick Steinhardt
1
-26
/
+29
2022-08-10
fsck: actually detect bad file modes in trees
Jeff King
1
-1
/
+1
2022-08-10
tree-walk: add a mechanism for getting non-canonicalized modes
Jeff King
1
-2
/
+2
2022-05-16
dir API: add a generalized path_match_flags() function
Ævar Arnfjörð Bjarmason
1
-17
/
+6
2021-05-04
fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOW
Jeff King
1
-0
/
+18
2021-05-03
fsck_tree(): wrap some long lines
Jeff King
1
-12
/
+36
2021-05-03
fsck_tree(): fix shadowed variable
Jeff King
1
-20
/
+22
2021-03-28
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
1
-5
/
+18
2021-03-28
fsck.c: move gitmodules_{found,done} into fsck_options
Ævar Arnfjörð Bjarmason
1
-13
/
+10
2021-03-28
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
1
-10
/
+17
2021-03-28
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2021-03-28
fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
Ævar Arnfjörð Bjarmason
1
-66
/
+0
2021-03-28
fsck.c: give "FOREACH_MSG_ID" a more specific name
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-03-28
fsck.c: undefine temporary STR macro after use
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-03-28
fsck.c: call parse_msg_type() early in fsck_set_msg_type()
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-03-28
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
1
-11
/
+10
2021-03-28
fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"
Ævar Arnfjörð Bjarmason
1
-7
/
+5
2021-03-28
fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-03-28
fsck.c: remove (mostly) redundant append_msg_id() function
Ævar Arnfjörð Bjarmason
1
-19
/
+2
[next]