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
2020-04-19
Git 2.18.4
Jonathan Nieder
1
-5
/
+136
2020-04-19
fsck: reject URL with empty host in .gitmodules
Jonathan Nieder
1
-3
/
+7
2020-04-19
credential: treat URL without scheme as invalid
Jonathan Nieder
1
-2
/
+45
2020-04-19
fsck: convert gitmodules url to URL passed to curl
Jonathan Nieder
1
-5
/
+89
2020-03-17
Git 2.18.3
Junio C Hamano
1
-1
/
+15
2020-03-12
fsck: detect gitmodules URLs with embedded newlines
Jeff King
1
-1
/
+15
2019-12-06
Sync with 2.17.3
Johannes Schindelin
1
-1
/
+24
2019-12-06
fsck: reject submodule.update = !command in .gitmodules
Jonathan Nieder
1
-0
/
+7
2019-12-06
Sync with 2.16.6
Johannes Schindelin
1
-1
/
+17
2019-12-06
Sync with 2.14.6
Johannes Schindelin
1
-1
/
+10
2019-12-05
is_ntfs_dotgit(): only verify the leading segment
Johannes Schindelin
1
-1
/
+10
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-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-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-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
2017-05-08
Convert lookup_blob to struct object_id
brian m. carlson
1
-1
/
+1
2017-04-23
parse_timestamp(): specify explicitly where we parse timestamps
Johannes Schindelin
1
-1
/
+1
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-3
/
+3
2017-03-31
Convert sha1_array_lookup to take struct object_id
brian m. carlson
1
-1
/
+1
2017-03-31
Make sha1_array_append take a struct object_id *
brian m. carlson
1
-1
/
+1
2017-03-28
sha1-array: convert internal storage for struct sha1_array to object_id
brian m. carlson
1
-2
/
+2
2017-03-28
fsck: convert init_skiplist to struct object_id
brian m. carlson
1
-5
/
+6
2017-01-26
fsck: lazily load types under --connectivity-only
Jeff King
1
-0
/
+4
2016-09-27
fsck: handle bad trees like other errors
David Turner
1
-6
/
+12
2016-07-18
fsck: optionally show more helpful info for broken links
Johannes Schindelin
1
-4
/
+17
2016-07-18
fsck: give the error function a chance to see the fsck_options
Johannes Schindelin
1
-2
/
+3
2016-07-18
fsck_walk(): optionally name objects on the go
Johannes Schindelin
1
-4
/
+83
2016-05-17
Merge branch 'jc/fsck-nul-in-commit'
Junio C Hamano
1
-3
/
+13
[next]