index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fsck.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ref: add symlink ref content check for files backend
shejialuo
2024-11-21
1
-0
/
+1
*
ref: check whether the target of the symref is a ref
shejialuo
2024-11-21
1
-0
/
+1
*
ref: add basic symref content check for files backend
shejialuo
2024-11-21
1
-0
/
+1
*
ref: add more strict checks for regular refs
shejialuo
2024-11-21
1
-0
/
+2
*
ref: port git-fsck(1) regular refs check for files backend
shejialuo
2024-11-21
1
-0
/
+1
*
fsck: add ref name check for files backend
shejialuo
2024-08-08
1
-0
/
+1
*
files-backend: add unified interface for refs scanning
shejialuo
2024-08-08
1
-0
/
+1
*
builtin/refs: add verify subcommand
shejialuo
2024-08-08
1
-1
/
+7
*
fsck: add refs report function
shejialuo
2024-08-08
1
-0
/
+25
*
fsck: make "fsck_error" callback generic
shejialuo
2024-08-08
1
-5
/
+12
*
fsck: rename objects-related fsck error functions
shejialuo
2024-08-08
1
-13
/
+13
*
fsck: rename "skiplist" to "skip_oids"
shejialuo
2024-08-08
1
-2
/
+2
*
Merge branch 'ps/no-writable-strings'
Junio C Hamano
2024-06-18
1
-1
/
+1
|
\
|
*
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-1
/
+1
*
|
Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43
Junio C Hamano
2024-05-25
1
-12
/
+0
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
2024-05-25
1
-12
/
+0
|
|
\
|
|
*
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
2024-05-25
1
-12
/
+0
|
|
|
\
|
|
|
*
Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40
Junio C Hamano
2024-05-24
1
-12
/
+0
|
|
|
|
\
|
|
|
|
*
Revert "fsck: warn about symlink pointing inside a gitdir"
Junio C Hamano
2024-05-23
1
-12
/
+0
*
|
|
|
|
Sync with 2.42.2
Johannes Schindelin
2024-04-19
1
-0
/
+12
|
\
|
|
|
|
|
*
|
|
|
Sync with 2.41.1
Johannes Schindelin
2024-04-19
1
-0
/
+12
|
|
\
|
|
|
|
|
*
|
|
Sync with 2.40.2
Johannes Schindelin
2024-04-19
1
-0
/
+12
|
|
|
\
|
|
|
|
|
*
|
Sync with 2.39.4
Johannes Schindelin
2024-04-19
1
-0
/
+12
|
|
|
|
\
|
|
|
|
|
*
fsck: warn about symlink pointing inside a gitdir
Johannes Schindelin
2024-04-19
1
-0
/
+12
*
|
|
|
|
fsck: detect very large tree pathnames
Jeff King
2023-09-01
1
-0
/
+1
|
/
/
/
/
*
/
/
/
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-1
/
+3
|
/
/
/
*
/
/
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
/
*
/
fsck: provide a function to fsck buffer without object struct
Jeff King
2023-01-18
1
-0
/
+8
|
/
*
Sync with 2.38.3
Junio C Hamano
2022-12-13
1
-0
/
+12
|
\
|
*
Merge branch 'maint-2.36' into maint-2.37
Junio C Hamano
2022-12-13
1
-0
/
+12
|
|
\
|
|
*
fsck: implement checks for gitattributes
Patrick Steinhardt
2022-12-09
1
-0
/
+12
*
|
|
fsck: document msg-id
John Cai
2022-10-26
1
-0
/
+6
*
|
|
fsck: remove the unused MISSING_TREE_OBJECT
Junio C Hamano
2022-10-26
1
-1
/
+0
*
|
|
fsck: remove the unused BAD_TAG_OBJECT
John Cai
2022-10-26
1
-1
/
+0
|
/
/
*
/
fsck: downgrade tree badFilemode to "info"
Jeff King
2022-08-10
1
-1
/
+1
|
/
*
fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOW
Jeff King
2021-05-04
1
-0
/
+3
*
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
2021-03-29
1
-3
/
+12
*
fsck.c: move gitmodules_{found,done} into fsck_options
Ævar Arnfjörð Bjarmason
2021-03-29
1
-1
/
+8
*
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
2021-03-29
1
-0
/
+3
*
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
2021-03-29
1
-2
/
+4
*
fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
Ævar Arnfjörð Bjarmason
2021-03-29
1
-0
/
+66
*
fsck.h: re-order and re-assign "enum fsck_msg_type"
Ævar Arnfjörð Bjarmason
2021-03-29
1
-4
/
+6
*
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
2021-03-29
1
-6
/
+10
*
fsck.c: rename variables in fsck_set_msg_type() for less confusion
Ævar Arnfjörð Bjarmason
2021-03-29
1
-1
/
+1
*
fsck.h: use "enum object_type" instead of "int"
Ævar Arnfjörð Bjarmason
2021-03-29
1
-1
/
+2
*
fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}
Ævar Arnfjörð Bjarmason
2021-03-29
1
-2
/
+8
*
fsck.c: refactor and rename common config callback
Ævar Arnfjörð Bjarmason
2021-03-17
1
-2
/
+1
*
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
2021-03-01
1
-0
/
+2
|
\
|
*
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
2021-02-22
1
-0
/
+2
*
|
fsck: make fsck_config() re-usable
Ævar Arnfjörð Bjarmason
2021-01-05
1
-0
/
+7
[next]