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
/
fsck.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-10
Merge branch 'ab/fsck-skiplist'
Junio C Hamano
1
-33
/
+27
2018-09-27
Sync with 2.18.1
Junio C Hamano
1
-0
/
+14
2018-09-27
Sync with 2.17.2
Junio C Hamano
1
-0
/
+14
2018-09-27
fsck: detect submodule paths starting with dash
Jeff King
1
-0
/
+7
2018-09-27
fsck: detect submodule urls starting with dash
Jeff King
1
-0
/
+7
2018-09-12
fsck: support comments & empty lines in skipList
Ævar Arnfjörð Bjarmason
1
-0
/
+14
2018-09-12
fsck: use oidset instead of oid_array for skipList
René Scharfe
1
-21
/
+2
2018-09-12
fsck: use strbuf_getline() to read skiplist file
René Scharfe
1
-13
/
+12
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-4
/
+5
2018-08-02
Merge branch 'jk/fsck-gitmodules-gently'
Junio C Hamano
1
-3
/
+6
2018-07-24
Merge branch 'rj/submodule-fsck-skip'
Junio C Hamano
1
-2
/
+11
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-1
/
+2
2018-07-16
fsck: downgrade gitmodulesParse default to "info"
Jeff King
1
-1
/
+1
2018-07-16
fsck: split ".gitmodules too large" error from parse failure
Jeff King
1
-1
/
+2
2018-07-03
fsck: check skiplist for object in fsck_blob()
Ramsay Jones
1
-2
/
+11
2018-07-03
fsck: silence stderr when parsing .gitmodules
Jeff King
1
-1
/
+3
2018-07-03
config: add options parameter to git_config_from_mem
Jeff King
1
-1
/
+1
2018-06-29
tree: add repository argument to lookup_tree
Stefan Beller
1
-1
/
+1
2018-06-29
blob: add repository argument to lookup_blob
Stefan Beller
1
-2
/
+2
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-1
/
+2
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-1
/
+2
2018-06-25
Merge branch 'nd/complete-config-vars'
Junio C Hamano
1
-17
/
+51
2018-06-13
Merge branch 'jk/submodule-fsck-loose-fixup'
Junio C Hamano
1
-1
/
+2
2018-06-11
fsck: avoid looking at NULL blob->object
Jeff King
1
-1
/
+2
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-9
/
+11
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
1
-4
/
+134
2018-05-29
fsck: produce camelCase config key names
Nguyễn Thái Ngọc Duy
1
-4
/
+18
2018-05-29
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2018-05-29
fsck: factor out msg_id_info[] lazy initialization code
Nguyễn Thái Ngọc Duy
1
-16
/
+24
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-3
/
+5
2018-05-21
fsck: complain when .gitmodules is a symlink
Jeff King
1
-2
/
+9
2018-05-21
fsck: check .gitmodules content
Jeff King
1
-1
/
+59
2018-05-21
fsck: handle promisor objects in .gitmodules check
Jeff King
1
-0
/
+3
2018-05-21
fsck: detect gitmodules files
Jeff King
1
-0
/
+58
2018-05-21
fsck: actually fsck blob data
Jeff King
1
-1
/
+7
2018-05-21
fsck: simplify ".git" check
Jeff King
1
-3
/
+1
2018-05-18
commit: add repository argument to lookup_commit_graft
Jonathan Nieder
1
-1
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-02
fsck: convert static functions to struct object_id
brian m. carlson
1
-9
/
+11
2018-04-11
treewide: replace maybe_tree with accessor methods
Derrick Stolee
1
-3
/
+5
2018-04-11
treewide: rename tree to maybe_tree
Derrick Stolee
1
-3
/
+3
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2017-10-11
Merge branch 'rs/fsck-null-return-from-lookup'
Junio C Hamano
1
-4
/
+4
2017-10-06
fsck: handle NULL return of lookup_blob() and lookup_tree()
René Scharfe
1
-4
/
+4
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
1
-0
/
+1
2017-07-13
commit: convert lookup_commit_graft to struct object_id
Stefan Beller
1
-1
/
+1
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-3
/
+3
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_tree to struct object_id
brian m. carlson
1
-1
/
+1
[next]