index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fsck.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
fsck: only provide oid/type in fsck_error callback
Jeff King
1
-7
/
+10
2019-10-28
fsck: don't require object structs for display functions
Jeff King
1
-32
/
+37
2019-10-28
fsck: use oids rather than objects for object_name API
Jeff King
1
-6
/
+6
2019-10-28
fsck: unify object-name code
Jeff King
1
-37
/
+13
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-3
/
+3
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-1
/
+1
2019-03-20
Merge branch 'jk/fsck-doc'
Junio C Hamano
1
-0
/
+62
2019-03-05
fsck: always compute USED flags for unreachable objects
Jeff King
1
-0
/
+62
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-0
/
+1
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-1
/
+2
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+2
2019-01-04
Merge branch 'jk/loose-object-cache'
Junio C Hamano
1
-22
/
+13
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
1
-68
/
+92
2018-12-28
commit: prepare free_commit_buffer and release_commit_memory for any repo
Stefan Beller
1
-1
/
+2
2018-11-13
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
1
-21
/
+47
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
1
-18
/
+3
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
1
-8
/
+8
2018-11-13
fsck: do not reuse child_process structs
Jeff King
1
-0
/
+6
2018-11-12
pack-check.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-12
fsck: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-49
/
+57
2018-11-12
fsck: reduce word legos to help i18n
Nguyễn Thái Ngọc Duy
1
-25
/
+40
2018-10-22
fsck: check HEAD and reflog from other worktrees
Nguyễn Thái Ngọc Duy
1
-17
/
+38
2018-10-22
fsck: move fsck_head_link() to get_default_heads() to avoid some globals
Elijah Newren
1
-11
/
+16
2018-09-17
fsck: verify multi-pack-index
Derrick Stolee
1
-0
/
+18
2018-08-20
treewide: use get_all_packs
Derrick Stolee
1
-2
/
+2
2018-08-15
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
1
-1
/
+1
2018-07-18
check_replace_refs: rename to read_replace_refs
Jeff King
1
-1
/
+1
2018-07-17
commit-graph: add repo arg to graph readers
Jonathan Tan
1
-1
/
+1
2018-07-17
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
Junio C Hamano
1
-0
/
+21
2018-06-29
blob: add repository argument to lookup_blob
Stefan Beller
1
-1
/
+2
2018-06-29
object: add repository argument to object_as_type
Stefan Beller
1
-1
/
+1
2018-06-29
object: add repository argument to parse_object_buffer
Stefan Beller
1
-2
/
+5
2018-06-29
object: add repository argument to lookup_object
Stefan Beller
1
-2
/
+3
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-2
/
+2
2018-06-27
fsck: verify commit-graph
Derrick Stolee
1
-0
/
+21
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+1
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
1
-22
/
+23
2018-05-21
fsck: call fsck_finish() after fscking objects
Jeff King
1
-0
/
+3
2018-05-21
fsck: actually fsck blob data
Jeff King
1
-22
/
+20
2018-05-02
packfile: convert has_sha1_pack to object_id
brian m. carlson
1
-1
/
+1
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+2
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
1
-2
/
+0
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-3
/
+10
2018-03-26
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
1
-2
/
+0
2018-03-26
packfile: add repository argument to prepare_packed_git
Stefan Beller
1
-1
/
+1
2018-03-26
sha1_file: add repository argument to prepare_alt_odb
Stefan Beller
1
-1
/
+1
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-2
/
+4
2018-03-23
object-store: move alt_odb_list and alt_odb_tail to object store
Stefan Beller
1
-0
/
+4
2018-03-23
object-store: migrate alternates struct and functions from cache.h
Stefan Beller
1
-0
/
+1
[next]