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
2019-10-28
fsck: accept an oid instead of a "struct tree" for fsck_tree()
Jeff King
1
-15
/
+15
2019-10-28
fsck: accept an oid instead of a "struct commit" for fsck_commit()
Jeff King
1
-15
/
+14
2019-10-28
fsck: accept an oid instead of a "struct tag" for fsck_tag()
Jeff King
1
-14
/
+13
2019-10-28
fsck: rename vague "oid" local variables
Jeff King
1
-4
/
+4
2019-10-28
fsck: don't require an object struct in verify_headers()
Jeff King
1
-5
/
+7
2019-10-28
fsck: don't require an object struct for fsck_ident()
Jeff King
1
-14
/
+16
2019-10-28
fsck: drop blob struct from fsck_finish()
Jeff King
1
-14
/
+4
2019-10-28
fsck: accept an oid instead of a "struct blob" for fsck_blob()
Jeff King
1
-13
/
+13
2019-10-28
fsck: don't require an object struct for report()
Jeff King
1
-59
/
+69
2019-10-28
fsck: only require an oid for skiplist functions
Jeff King
1
-4
/
+5
2019-10-28
fsck: only provide oid/type in fsck_error callback
Jeff King
1
-4
/
+7
2019-10-28
fsck: use oids rather than objects for object_name API
Jeff King
1
-27
/
+34
2019-10-28
fsck_describe_object(): build on our get_object_name() primitive
Jeff King
1
-4
/
+1
2019-10-28
fsck: unify object-name code
Jeff King
1
-31
/
+51
2019-10-28
fsck: require an actual buffer for non-blobs
Jeff King
1
-42
/
+9
2019-10-28
fsck: stop checking tag->tagged
Jeff King
1
-13
/
+2
2019-10-28
fsck: stop checking commit->parent counts
Jeff King
1
-22
/
+1
2019-10-28
fsck: stop checking commit->tree value
Jeff King
1
-5
/
+0
2019-07-19
Merge branch 'br/blame-ignore'
Junio C Hamano
1
-36
/
+1
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-1
/
+1
2019-05-16
Move oidset_parse_file() to oidset.c
Barret Rhoden
1
-35
/
+0
2019-05-16
fsck: rename and touch up init_skiplist()
Barret Rhoden
1
-9
/
+9
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-1
/
+1
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-2
/
+2
2018-10-30
Merge branch 'jc/cocci-preincr'
Junio C Hamano
1
-1
/
+1
2018-10-24
fsck: s/++i > 1/i++/
Junio C Hamano
1
-1
/
+1
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
[next]