index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsck.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-04
fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOW
Jeff King
1
-0
/
+3
2021-03-28
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
1
-3
/
+12
2021-03-28
fsck.c: move gitmodules_{found,done} into fsck_options
Ævar Arnfjörð Bjarmason
1
-1
/
+8
2021-03-28
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
1
-0
/
+3
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
-0
/
+66
2021-03-28
fsck.h: re-order and re-assign "enum fsck_msg_type"
Ævar Arnfjörð Bjarmason
1
-4
/
+6
2021-03-28
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
1
-6
/
+10
2021-03-28
fsck.c: rename variables in fsck_set_msg_type() for less confusion
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-03-28
fsck.h: use "enum object_type" instead of "int"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-28
fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}
Ævar Arnfjörð Bjarmason
1
-2
/
+8
2021-03-17
fsck.c: refactor and rename common config callback
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
1
-0
/
+2
2021-02-22
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
1
-0
/
+2
2021-01-05
fsck: make fsck_config() re-usable
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2021-01-05
mktag: use fsck instead of custom verify_tag()
Ævar Arnfjörð Bjarmason
1
-0
/
+9
2019-10-28
fsck: only provide oid/type in fsck_error callback
Jeff King
1
-2
/
+4
2019-10-28
fsck: use oids rather than objects for object_name API
Jeff King
1
-4
/
+5
2019-10-28
fsck: unify object-name code
Jeff King
1
-0
/
+24
2019-10-28
fsck: require an actual buffer for non-blobs
Jeff King
1
-1
/
+5
2018-09-12
fsck: use oidset instead of oid_array for skipList
René Scharfe
1
-3
/
+5
2018-08-15
Add missing includes and forward declarations
Elijah Newren
1
-0
/
+1
2018-05-21
fsck: detect gitmodules files
Jeff King
1
-0
/
+7
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-1
/
+1
2016-07-18
fsck: give the error function a chance to see the fsck_options
Johannes Schindelin
1
-2
/
+4
2016-07-18
fsck_walk(): optionally name objects on the go
Johannes Schindelin
1
-0
/
+1
2015-06-23
fsck: git receive-pack: support excluding objects from fsck'ing
Johannes Schindelin
1
-0
/
+1
2015-06-23
fsck: optionally ignore specific fsck issues completely
Johannes Schindelin
1
-0
/
+1
2015-06-23
fsck (receive-pack): allow demoting errors to warnings
Johannes Schindelin
1
-0
/
+1
2015-06-23
fsck: offer a function to demote fsck errors to warnings
Johannes Schindelin
1
-2
/
+7
2015-06-22
fsck: introduce identifiers for fsck messages
Johannes Schindelin
1
-3
/
+2
2015-06-22
fsck: introduce fsck options
Johannes Schindelin
1
-3
/
+14
2014-09-10
fsck_object(): allow passing object data separately from the object itself
Johannes Schindelin
1
-1
/
+3
2009-11-15
Check the format of more printf-type functions
Tarmigan Casebolt
1
-0
/
+1
2009-04-22
Fix typos / spelling in comments
Mike Ralphson
1
-1
/
+1
2008-02-25
add common fsck error printing function
Martin Koegler
1
-0
/
+2
2008-02-25
builtin-fsck: move common object checking code to fsck.c
Martin Koegler
1
-0
/
+7
2008-02-25
add generic, type aware object chain walker
Martin Koegler
1
-0
/
+23