index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fsck.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-3
/
+3
|
\
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
*
|
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
/
*
fsck: do not assume NUL-termination of buffers
Jeff King
2023-01-20
1
-13
/
+54
*
fsck: provide a function to fsck buffer without object struct
Jeff King
2023-01-18
1
-11
/
+18
*
Merge branch 'maint-2.36' into maint-2.37
Junio C Hamano
2022-12-13
1
-43
/
+94
|
\
|
*
fsck: implement checks for gitattributes
Patrick Steinhardt
2022-12-09
1
-1
/
+37
|
*
fsck: move checks for gitattributes
Patrick Steinhardt
2022-12-09
1
-5
/
+7
|
*
fsck: pull out function to check a set of blobs
Patrick Steinhardt
2022-12-09
1
-12
/
+22
|
*
fsck: refactor `fsck_blob()` to allow for more checks
Patrick Steinhardt
2022-12-09
1
-26
/
+29
*
|
fsck: actually detect bad file modes in trees
Jeff King
2022-08-10
1
-1
/
+1
*
|
tree-walk: add a mechanism for getting non-canonicalized modes
Jeff King
2022-08-10
1
-2
/
+2
*
|
dir API: add a generalized path_match_flags() function
Ævar Arnfjörð Bjarmason
2022-05-17
1
-17
/
+6
|
/
*
fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOW
Jeff King
2021-05-04
1
-0
/
+18
*
fsck_tree(): wrap some long lines
Jeff King
2021-05-03
1
-12
/
+36
*
fsck_tree(): fix shadowed variable
Jeff King
2021-05-03
1
-20
/
+22
*
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
2021-03-29
1
-5
/
+18
*
fsck.c: move gitmodules_{found,done} into fsck_options
Ævar Arnfjörð Bjarmason
2021-03-29
1
-13
/
+10
*
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
2021-03-29
1
-10
/
+17
*
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
-66
/
+0
*
fsck.c: give "FOREACH_MSG_ID" a more specific name
Ævar Arnfjörð Bjarmason
2021-03-29
1
-3
/
+3
*
fsck.c: undefine temporary STR macro after use
Ævar Arnfjörð Bjarmason
2021-03-29
1
-0
/
+1
*
fsck.c: call parse_msg_type() early in fsck_set_msg_type()
Ævar Arnfjörð Bjarmason
2021-03-29
1
-2
/
+1
*
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
2021-03-29
1
-11
/
+10
*
fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"
Ævar Arnfjörð Bjarmason
2021-03-29
1
-7
/
+5
*
fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
Ævar Arnfjörð Bjarmason
2021-03-29
1
-3
/
+3
*
fsck.c: remove (mostly) redundant append_msg_id() function
Ævar Arnfjörð Bjarmason
2021-03-29
1
-19
/
+2
*
fsck.c: rename variables in fsck_set_msg_type() for less confusion
Ævar Arnfjörð Bjarmason
2021-03-29
1
-12
/
+12
*
fsck.c: refactor and rename common config callback
Ævar Arnfjörð Bjarmason
2021-03-17
1
-2
/
+2
*
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
2021-03-01
1
-0
/
+5
|
\
|
*
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
2021-02-22
1
-0
/
+5
*
|
Merge branch 'js/fsck-name-objects-fix'
Junio C Hamano
2021-02-18
1
-0
/
+5
|
\
\
|
*
|
fsck --name-objects: be more careful parsing generation numbers
Johannes Schindelin
2021-02-10
1
-0
/
+5
|
*
|
Merge branch 'jk/forbid-lf-in-git-url' into maint
Junio C Hamano
2021-02-06
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/forbid-lf-in-git-url'
Junio C Hamano
2021-01-25
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fsck: reject .gitmodules git:// urls with newlines
Jeff King
2021-01-07
1
-1
/
+1
*
|
|
mktag: allow omitting the header/body \n separator
Ævar Arnfjörð Bjarmason
2021-01-05
1
-0
/
+2
*
|
|
fsck: make fsck_config() re-usable
Ævar Arnfjörð Bjarmason
2021-01-05
1
-0
/
+24
*
|
|
mktag: use fsck instead of custom verify_tag()
Ævar Arnfjörð Bjarmason
2021-01-05
1
-3
/
+29
|
|
/
|
/
|
*
|
Merge branch 'rs/fsck-duplicate-names-in-trees'
Junio C Hamano
2020-06-09
1
-2
/
+2
|
\
\
|
*
|
fsck: detect more in-tree d/f conflicts
René Scharfe
2020-05-21
1
-1
/
+1
|
*
|
fsck: fix a typo in a comment
René Scharfe
2020-05-21
1
-1
/
+1
*
|
|
Merge branch 'rs/fsck-duplicate-names-in-trees'
Junio C Hamano
2020-05-14
1
-2
/
+70
|
\
|
|
|
*
|
fsck: report non-consecutive duplicate names in trees
René Scharfe
2020-05-11
1
-2
/
+70
[next]