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
2015-12-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-7
/
+7
2015-11-20
fsck: treat a NUL in a tag header as an error
René Scharfe
1
-1
/
+2
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-3
/
+3
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-4
/
+4
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-3
/
+3
2015-08-03
Merge branch 'js/fsck-opt'
Junio C Hamano
1
-119
/
+436
2015-07-13
Merge branch 'jc/fsck-retire-require-eoh'
Junio C Hamano
1
-4
/
+13
2015-06-28
fsck: it is OK for a tag and a commit to lack the body
Junio C Hamano
1
-4
/
+13
2015-06-23
fsck: git receive-pack: support excluding objects from fsck'ing
Johannes Schindelin
1
-0
/
+50
2015-06-23
fsck: allow upgrading fsck warnings to errors
Johannes Schindelin
1
-7
/
+17
2015-06-23
fsck: optionally ignore specific fsck issues completely
Johannes Schindelin
1
-0
/
+5
2015-06-23
fsck: disallow demoting grave fsck errors to warnings
Johannes Schindelin
1
-2
/
+11
2015-06-23
fsck: make fsck_tag() warn-friendly
Johannes Schindelin
1
-1
/
+2
2015-06-23
fsck: handle multiple authors in commits specially
Johannes Schindelin
1
-4
/
+13
2015-06-23
fsck: make fsck_commit() warn-friendly
Johannes Schindelin
1
-8
/
+20
2015-06-23
fsck: make fsck_ident() warn-friendly
Johannes Schindelin
1
-22
/
+27
2015-06-23
fsck: report the ID of the error/warning
Johannes Schindelin
1
-0
/
+20
2015-06-23
fsck (receive-pack): allow demoting errors to warnings
Johannes Schindelin
1
-0
/
+8
2015-06-23
fsck: offer a function to demote fsck errors to warnings
Johannes Schindelin
1
-3
/
+73
2015-06-22
fsck: provide a function to parse fsck message IDs
Johannes Schindelin
1
-2
/
+33
2015-06-22
fsck: introduce identifiers for fsck messages
Johannes Schindelin
1
-57
/
+144
2015-06-22
fsck: introduce fsck options
Johannes Schindelin
1
-75
/
+75
2014-12-22
Merge branch 'js/fsck-tag-validation'
Junio C Hamano
1
-1
/
+2
2014-12-17
Sync with v2.1.4
Junio C Hamano
1
-1
/
+4
2014-12-17
Sync with v2.0.5
Junio C Hamano
1
-1
/
+4
2014-12-17
Sync with v1.9.5
Junio C Hamano
1
-1
/
+4
2014-12-17
Sync with v1.8.5.6
Junio C Hamano
1
-1
/
+3
2014-12-17
fsck: complain about NTFS ".git" aliases in trees
Johannes Schindelin
1
-1
/
+2
2014-12-17
fsck: complain about HFS+ ".git" aliases in trees
Jeff King
1
-1
/
+2
2014-12-17
fsck: notice .git case-insensitively
Jeff King
1
-1
/
+1
2014-12-09
fsck: properly bound "invalid tag name" error message
Jeff King
1
-1
/
+2
2014-09-11
fsck: check tag objects' headers
Johannes Schindelin
1
-1
/
+85
2014-09-11
Make sure fsck_commit_buffer() does not run out of the buffer
Johannes Schindelin
1
-0
/
+23
2014-09-10
fsck_object(): allow passing object data separately from the object itself
Johannes Schindelin
1
-9
/
+15
2014-07-10
fsck: simplify fsck_commit_buffer() by using commit_list_count()
René Scharfe
1
-16
/
+6
2014-07-09
Merge branch 'jk/skip-prefix'
Junio C Hamano
1
-9
/
+4
2014-06-20
refactor skip_prefix to return a boolean
Jeff King
1
-9
/
+5
2014-06-13
commit: record buffer length in cache
Jeff King
1
-1
/
+1
2014-06-13
use get_commit_buffer everywhere
Jeff King
1
-2
/
+11
2014-03-31
Merge branch 'hs/simplify-bit-setting-in-fsck-tree'
Junio C Hamano
1
-12
/
+6
2014-03-28
Merge branch 'ys/fsck-commit-parsing'
Junio C Hamano
1
-12
/
+14
2014-03-20
fsck: use bitwise-or assignment operator to set flag
Hiroyuki Sano
1
-12
/
+6
2014-03-19
fsck.c:fsck_commit(): use skip_prefix() to verify and skip constant
Yuxuan Shui
1
-11
/
+13
2014-03-13
fsck.c:fsck_ident(): ident points at a const string
Yuxuan Shui
1
-2
/
+2
2014-02-24
date: check date overflow against time_t
Jeff King
1
-1
/
+1
2014-02-24
fsck: report integer overflow in author timestamps
Jeff King
1
-6
/
+6
2012-11-28
fsck: warn about ".git" in trees
Jeff King
1
-0
/
+5
2012-11-28
fsck: warn about '.' and '..' in trees
Jeff King
1
-0
/
+10
2012-09-10
Merge branch 'jk/maint-null-in-trees' into maint-1.7.11
Junio C Hamano
1
-1
/
+7
2012-07-29
fsck: detect null sha1 in tree entries
Jeff King
1
-1
/
+7
[next]