index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsck.c
Age
Commit message (
Expand
)
Author
Files
Lines
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.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-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
-10
/
+17
2022-12-13
Merge branch 'maint-2.36' into maint-2.37
Junio C Hamano
1
-42
/
+93
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
2021-03-28
fsck.c: rename variables in fsck_set_msg_type() for less confusion
Ævar Arnfjörð Bjarmason
1
-12
/
+12
2021-03-17
fsck.c: refactor and rename common config callback
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
1
-0
/
+5
2021-02-22
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
1
-0
/
+5
2021-02-17
Merge branch 'js/fsck-name-objects-fix'
Junio C Hamano
1
-0
/
+5
2021-02-10
fsck --name-objects: be more careful parsing generation numbers
Johannes Schindelin
1
-0
/
+5
2021-02-05
Merge branch 'jk/forbid-lf-in-git-url' into maint
Junio C Hamano
1
-1
/
+1
2021-01-25
Merge branch 'jk/forbid-lf-in-git-url'
Junio C Hamano
1
-1
/
+1
2021-01-07
fsck: reject .gitmodules git:// urls with newlines
Jeff King
1
-1
/
+1
2021-01-05
mktag: allow omitting the header/body \n separator
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-01-05
fsck: make fsck_config() re-usable
Ævar Arnfjörð Bjarmason
1
-0
/
+24
[next]