index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsck.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-1
/
+1
2024-08-08
builtin/refs: add verify subcommand
shejialuo
1
-0
/
+11
2024-08-08
fsck: add refs report function
shejialuo
1
-0
/
+39
2024-08-08
fsck: add a unified interface for reporting fsck messages
shejialuo
1
-14
/
+30
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
1
-10
/
+16
2024-08-08
fsck: rename objects-related fsck error functions
shejialuo
1
-8
/
+9
2024-08-08
fsck: rename "skiplist" to "skip_oids"
shejialuo
1
-2
/
+2
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-1
/
+4
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-1
/
+1
2024-06-14
oidset: pass hash algorithm when parsing file
Patrick Steinhardt
1
-1
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+1
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-2
/
+2
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
1
-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
1
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44
Junio C Hamano
1
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43
Junio C Hamano
1
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
1
-56
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
1
-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
1
-56
/
+0
2024-05-22
Revert "fsck: warn about symlink pointing inside a gitdir"
Junio C Hamano
1
-56
/
+0
2024-04-29
Sync with 2.44.1
Johannes Schindelin
1
-0
/
+56
2024-04-19
Sync with 2.43.4
Johannes Schindelin
1
-0
/
+56
2024-04-19
Sync with 2.42.2
Johannes Schindelin
1
-0
/
+56
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+56
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+56
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-0
/
+56
2024-04-19
fsck: warn about symlink pointing inside a gitdir
Johannes Schindelin
1
-0
/
+56
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-2
/
+4
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
1
-1
/
+0
2024-01-26
Merge branch 'vd/fsck-submodule-url-test'
Junio C Hamano
1
-133
/
+0
2024-01-18
submodule-config.h: move check_submodule_url
Victoria Dye
1
-133
/
+0
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-09
fsck: handle NULL value when parsing message config
Jeff King
1
-2
/
+6
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-2
/
+4
2023-08-31
fsck: detect very large tree pathnames
Jeff King
1
-1
/
+23
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-2
/
+2
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
1
-2
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-4
/
+8
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass ctx with config files
Glen Choo
1
-1
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+2
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
1
-1
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-3
/
+3
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
[next]