index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fsck.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'nd/the-index'
Junio C Hamano
2019-01-04
1
-1
/
+2
|
\
|
*
pack-check.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+2
*
|
Merge branch 'jk/loose-object-cache'
Junio C Hamano
2019-01-04
1
-22
/
+13
|
\
\
|
*
|
sha1-file: use an object_directory for the main object dir
Jeff King
2018-11-13
1
-18
/
+3
|
*
|
rename "alternate_object_database" to "object_directory"
Jeff King
2018-11-13
1
-8
/
+8
|
*
|
fsck: do not reuse child_process structs
Jeff King
2018-11-13
1
-0
/
+6
|
|
/
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2019-01-04
1
-68
/
+92
|
\
\
|
*
|
fsck: mark strings for translation
Nguyễn Thái Ngọc Duy
2018-11-12
1
-49
/
+57
|
*
|
fsck: reduce word legos to help i18n
Nguyễn Thái Ngọc Duy
2018-11-12
1
-25
/
+40
|
|
/
*
|
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
2018-11-13
1
-21
/
+47
|
\
\
|
|
/
|
/
|
|
*
fsck: check HEAD and reflog from other worktrees
Nguyễn Thái Ngọc Duy
2018-10-22
1
-17
/
+38
|
*
fsck: move fsck_head_link() to get_default_heads() to avoid some globals
Elijah Newren
2018-10-22
1
-11
/
+16
*
|
fsck: verify multi-pack-index
Derrick Stolee
2018-09-17
1
-0
/
+18
|
/
*
treewide: use get_all_packs
Derrick Stolee
2018-08-21
1
-2
/
+2
*
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
2018-08-16
1
-1
/
+1
|
\
|
*
check_replace_refs: rename to read_replace_refs
Jeff King
2018-07-19
1
-1
/
+1
*
|
commit-graph: add repo arg to graph readers
Jonathan Tan
2018-07-18
1
-1
/
+1
*
|
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
Junio C Hamano
2018-07-18
1
-0
/
+21
|
\
\
|
*
|
fsck: verify commit-graph
Derrick Stolee
2018-06-27
1
-0
/
+21
|
|
/
*
|
blob: add repository argument to lookup_blob
Stefan Beller
2018-06-29
1
-1
/
+2
*
|
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
object: add repository argument to parse_object_buffer
Stefan Beller
2018-06-29
1
-2
/
+5
*
|
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
1
-2
/
+3
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-2
/
+2
|
/
*
Merge branch 'bc/object-id'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
|
*
packfile: convert has_sha1_pack to object_id
brian m. carlson
2018-05-02
1
-1
/
+1
*
|
Sync with Git 2.17.1
Junio C Hamano
2018-05-29
1
-22
/
+23
|
\
\
|
*
|
fsck: call fsck_finish() after fscking objects
Jeff King
2018-05-22
1
-0
/
+3
|
*
|
fsck: actually fsck blob data
Jeff King
2018-05-22
1
-22
/
+20
*
|
|
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-1
/
+2
|
|
/
|
/
|
*
|
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
2018-04-11
1
-2
/
+0
|
\
\
|
*
|
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
2018-03-26
1
-2
/
+0
|
*
|
packfile: add repository argument to prepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+1
*
|
|
Merge branch 'sb/object-store'
Junio C Hamano
2018-04-11
1
-3
/
+10
|
\
|
|
|
*
|
sha1_file: add repository argument to prepare_alt_odb
Stefan Beller
2018-03-26
1
-1
/
+1
|
*
|
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-2
/
+4
|
*
|
object-store: move alt_odb_list and alt_odb_tail to object store
Stefan Beller
2018-03-23
1
-0
/
+4
|
*
|
object-store: migrate alternates struct and functions from cache.h
Stefan Beller
2018-03-23
1
-0
/
+1
*
|
|
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
|
|
sha1_file: convert read_loose_object to use struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-2
/
+2
|
\
\
|
*
|
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-2
/
+2
*
|
|
Merge branch 'jt/fsck-code-cleanup'
Junio C Hamano
2018-02-15
1
-1
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fsck: fix leak when traversing trees
Eric Wong
2018-01-23
1
-1
/
+7
*
|
|
Merge branch 'jh/fsck-promisors'
Junio C Hamano
2018-02-13
1
-1
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
sha1_file: support lazily fetching missing objects
Jonathan Tan
2017-12-08
1
-0
/
+3
|
*
|
fsck: support promisor objects as CLI argument
Jonathan Tan
2017-12-05
1
-0
/
+2
|
*
|
fsck: support referenced promisor objects
Jonathan Tan
2017-12-05
1
-0
/
+11
|
*
|
fsck: support refs pointing to promisor objects
Jonathan Tan
2017-12-05
1
-0
/
+8
|
*
|
fsck: introduce partialclone extension
Jonathan Tan
2017-12-05
1
-1
/
+1
[next]