index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fsck.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-23
fsck: drop USE_THE_REPOSITORY
Patrick Steinhardt
-15
/
+13
2026-03-23
fsck: store repository in fsck options
Patrick Steinhardt
-0
/
+3
2026-03-23
fsck: initialize fsck options via a function
Patrick Steinhardt
-0
/
+45
2026-02-05
global: constify some pointers that are not written to
Collin Funk
-1
/
+1
2026-01-21
Merge branch 'rs/tree-wo-the-repository'
Junio C Hamano
-1
/
+1
2026-01-12
fsck: drop unused fields from `struct fsck_ref_report`
Patrick Steinhardt
-5
/
+0
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
-1
/
+1
2025-12-29
tag: support arbitrary repositories in parse_tag()
René Scharfe
-1
/
+1
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
-0
/
+6
2025-12-05
Merge branch 'jc/optional-path'
Junio C Hamano
-5
/
+7
2025-11-30
Merge branch 'jk/asan-bonanza'
Junio C Hamano
-21
/
+50
2025-11-25
builtin/index-pack: fix deferred fsck outside repos
Patrick Steinhardt
-0
/
+6
2025-11-24
config: really treat missing optional path as not configured
Junio C Hamano
-5
/
+7
2025-11-18
fsck: avoid parse_timestamp() on buffer that isn't NUL-terminated
Jeff King
-4
/
+19
2025-11-18
fsck: remove redundant date timestamp check
Jeff King
-1
/
+1
2025-11-18
fsck: avoid strcspn() in fsck_ident()
Jeff King
-10
/
+22
2025-11-18
fsck: assert newline presence in fsck_ident()
Jeff King
-7
/
+9
2025-10-09
fsck: consider gpgsig headers expected in tags
brian m. carlson
-0
/
+18
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
-0
/
+1
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-01-07
fsck: reject misconfigured fsck.skipList
Justin Tobler
-1
/
+1
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
-1
/
+1
2024-08-08
builtin/refs: add verify subcommand
shejialuo
-0
/
+11
2024-08-08
fsck: add refs report function
shejialuo
-0
/
+39
2024-08-08
fsck: add a unified interface for reporting fsck messages
shejialuo
-14
/
+30
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
-10
/
+16
2024-08-08
fsck: rename objects-related fsck error functions
shejialuo
-8
/
+9
2024-08-08
fsck: rename "skiplist" to "skip_oids"
shejialuo
-2
/
+2
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
-1
/
+4
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
-1
/
+1
2024-06-14
oidset: pass hash algorithm when parsing file
Patrick Steinhardt
-1
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
-1
/
+1
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
-2
/
+2
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
-2
/
+2
2024-05-24
Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maint
Junio C Hamano
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44
Junio C Hamano
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43
Junio C Hamano
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
-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
-56
/
+0
2024-05-22
Revert "fsck: warn about symlink pointing inside a gitdir"
Junio C Hamano
-56
/
+0
2024-04-29
Sync with 2.44.1
Johannes Schindelin
-0
/
+56
2024-04-19
Sync with 2.43.4
Johannes Schindelin
-0
/
+56
2024-04-19
Sync with 2.42.2
Johannes Schindelin
-0
/
+56
2024-04-19
Sync with 2.41.1
Johannes Schindelin
-0
/
+56
2024-04-19
Sync with 2.40.2
Johannes Schindelin
-0
/
+56
2024-04-19
Sync with 2.39.4
Johannes Schindelin
-0
/
+56
[next]