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
*
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
*
|
mktag: use fsck instead of custom verify_tag()
Ævar Arnfjörð Bjarmason
2021-01-05
1
-0
/
+9
|
/
*
fsck: only provide oid/type in fsck_error callback
Jeff King
2019-10-28
1
-2
/
+4
*
fsck: use oids rather than objects for object_name API
Jeff King
2019-10-28
1
-4
/
+5
*
fsck: unify object-name code
Jeff King
2019-10-28
1
-0
/
+24
*
fsck: require an actual buffer for non-blobs
Jeff King
2019-10-28
1
-1
/
+5
*
fsck: use oidset instead of oid_array for skipList
René Scharfe
2018-09-13
1
-3
/
+5
*
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-0
/
+1
*
fsck: detect gitmodules files
Jeff King
2018-05-22
1
-0
/
+7
*
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-1
/
+1
*
fsck: give the error function a chance to see the fsck_options
Johannes Schindelin
2016-07-18
1
-2
/
+4
*
fsck_walk(): optionally name objects on the go
Johannes Schindelin
2016-07-18
1
-0
/
+1
*
fsck: git receive-pack: support excluding objects from fsck'ing
Johannes Schindelin
2015-06-23
1
-0
/
+1
*
fsck: optionally ignore specific fsck issues completely
Johannes Schindelin
2015-06-23
1
-0
/
+1
*
fsck (receive-pack): allow demoting errors to warnings
Johannes Schindelin
2015-06-23
1
-0
/
+1
*
fsck: offer a function to demote fsck errors to warnings
Johannes Schindelin
2015-06-23
1
-2
/
+7
*
fsck: introduce identifiers for fsck messages
Johannes Schindelin
2015-06-22
1
-3
/
+2
*
fsck: introduce fsck options
Johannes Schindelin
2015-06-22
1
-3
/
+14
*
fsck_object(): allow passing object data separately from the object itself
Johannes Schindelin
2014-09-10
1
-1
/
+3
*
Check the format of more printf-type functions
Tarmigan Casebolt
2009-11-16
1
-0
/
+1
*
Fix typos / spelling in comments
Mike Ralphson
2009-04-23
1
-1
/
+1
*
add common fsck error printing function
Martin Koegler
2008-02-26
1
-0
/
+2
*
builtin-fsck: move common object checking code to fsck.c
Martin Koegler
2008-02-26
1
-0
/
+7
*
add generic, type aware object chain walker
Martin Koegler
2008-02-26
1
-0
/
+23