index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fsck.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-9
/
+6
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-4
/
+7
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-5
/
+4
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
1
-5
/
+4
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-7
/
+9
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in `read_loose_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
1
-6
/
+8
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-3
/
+4
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-3
/
+3
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-7
/
+7
2025-05-16
fsck: stop using object_info->type_name strbuf
Jeff King
1
-11
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-1
/
+1
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
1
-3
/
+3
2025-03-26
Merge branch 'sj/ref-consistency-checks-more'
Junio C Hamano
1
-1
/
+32
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-2
/
+2
2025-02-27
builtin/fsck: add `git refs verify` child process
shejialuo
1
-1
/
+32
2025-02-07
worktree: return allocated string from `get_worktree_git_dir()`
Patrick Steinhardt
1
-2
/
+6
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+1
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-4
/
+8
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-7
/
+11
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
1
-1
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-08-16
Merge branch 'sj/ref-fsck'
Junio C Hamano
1
-7
/
+10
2024-08-13
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-2
/
+2
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
1
-2
/
+5
2024-08-08
fsck: rename objects-related fsck error functions
shejialuo
1
-7
/
+7
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-3
/
+8
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
1
-3
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-08-19
fsck: use enum object_type for fsck_walk callback
Jeff King
1
-1
/
+1
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-5
/
+5
2023-07-18
Merge branch 'tb/fsck-no-progress'
Junio C Hamano
1
-0
/
+8
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
1
-5
/
+5
2023-07-10
fsck: suppress MIDX output with `--no-progress`
Taylor Blau
1
-0
/
+4
2023-07-10
fsck: suppress commit-graph output with `--no-progress`
Taylor Blau
1
-0
/
+4
2023-07-08
Merge branch 'jk/fsck-indices-in-worktrees'
Junio C Hamano
1
-2
/
+2
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-2
/
+4
2023-06-29
fsck: avoid misleading variable name
Eric Sunshine
1
-2
/
+2
2023-06-22
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
1
-1
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
[next]