63 Commits (9cc243f7a9b06fefb29cd8e4d91ecf97298c0cb5)

Author SHA1 Message Date
Junio C Hamano 84d18c0bcf fsck: it is OK for a tag and a commit to lack the body 10 years ago
Johannes Schindelin cd94c6f91e fsck: git receive-pack: support excluding objects from fsck'ing 10 years ago
Johannes Schindelin f27d05b170 fsck: allow upgrading fsck warnings to errors 10 years ago
Johannes Schindelin efaba7cc77 fsck: optionally ignore specific fsck issues completely 10 years ago
Johannes Schindelin f50c440730 fsck: disallow demoting grave fsck errors to warnings 10 years ago
Johannes Schindelin 7d7d5b0568 fsck: make fsck_tag() warn-friendly 10 years ago
Johannes Schindelin c9ad147f83 fsck: handle multiple authors in commits specially 10 years ago
Johannes Schindelin b3584761eb fsck: make fsck_commit() warn-friendly 10 years ago
Johannes Schindelin e6826e335a fsck: make fsck_ident() warn-friendly 10 years ago
Johannes Schindelin 71ab8fa840 fsck: report the ID of the error/warning 10 years ago
Johannes Schindelin 5d477a334a fsck (receive-pack): allow demoting errors to warnings 10 years ago
Johannes Schindelin 0282f4dced fsck: offer a function to demote fsck errors to warnings 10 years ago
Johannes Schindelin f417eed8cd fsck: provide a function to parse fsck message IDs 10 years ago
Johannes Schindelin c99ba492f1 fsck: introduce identifiers for fsck messages 10 years ago
Johannes Schindelin 22410549fc fsck: introduce fsck options 10 years ago
Johannes Schindelin d08c13b947 fsck: complain about NTFS ".git" aliases in trees 10 years ago
Jeff King a18fcc9ff2 fsck: complain about HFS+ ".git" aliases in trees 10 years ago
Jeff King 76e86fc6e3 fsck: notice .git case-insensitively 10 years ago
Jeff King 7add441984 fsck: properly bound "invalid tag name" error message 10 years ago
Johannes Schindelin cec097be3a fsck: check tag objects' headers 11 years ago
Johannes Schindelin 4d0d89755e Make sure fsck_commit_buffer() does not run out of the buffer 11 years ago
Johannes Schindelin 90a398bbd7 fsck_object(): allow passing object data separately from the object itself 11 years ago
René Scharfe 9d02150cf4 fsck: simplify fsck_commit_buffer() by using commit_list_count() 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King bc6b8fc130 use get_commit_buffer everywhere 11 years ago
Hiroyuki Sano effd12ec87 fsck: use bitwise-or assignment operator to set flag 11 years ago
Yuxuan Shui 2d820a61df fsck.c:fsck_commit(): use skip_prefix() to verify and skip constant 11 years ago
Yuxuan Shui de42180f6a fsck.c:fsck_ident(): ident points at a const string 11 years ago
Jeff King 7ca36d9398 date: check date overflow against time_t 11 years ago
Jeff King d4b8de0420 fsck: report integer overflow in author timestamps 11 years ago
Jeff King 5c17f51270 fsck: warn about ".git" in trees 12 years ago
Jeff King 5d34a4359d fsck: warn about '.' and '..' in trees 12 years ago
Jeff King c479d14a80 fsck: detect null sha1 in tree entries 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Dmitry Ivankov 53f53cff24 fsck: improve committer/author check 14 years ago
Jim Meyering 5dd564895e remove tests of always-false condition 14 years ago
Jeff King ebeb60900f strbuf: add strbuf_vaddf 14 years ago
Jonathan Nieder 0adc6a3d49 fsck: fix bogus commit header check 15 years ago
Jonathan Nieder daae19224a fsck: check ident lines in commit objects 15 years ago
Eric Wong f290974390 Allow the Unix epoch to be a valid commit date 16 years ago
Benjamin Kramer eb3a9dd327 Remove unused function scope local variables 16 years ago
Daniel Lowe 9db56f71b9 Fix non-literal format in printf-style calls 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Junio C Hamano 79b1138e78 fsck.c: fix bogus "empty tree" check 17 years ago
Martin Koegler d6ffc8d784 add common fsck error printing function 17 years ago
Martin Koegler ba002f3b28 builtin-fsck: move common object checking code to fsck.c 17 years ago
Martin Koegler 355885d531 add generic, type aware object chain walker 17 years ago
Mark Wooding b4dfefe00f Make fsck and fsck-objects be builtins. 18 years ago
Junio C Hamano df391b192d git-fsck-objects is now synonym to git-fsck 18 years ago