1. acf7189 Merge branch 'jc/fsck-retire-require-eoh' by Junio C Hamano · 10 years ago
  2. 84d18c0 fsck: it is OK for a tag and a commit to lack the body by Junio C Hamano · 10 years ago
  3. 1cb4b3d Merge branch 'js/fsck-tag-validation' by Junio C Hamano · 10 years ago
  4. 77933f4 Sync with v2.1.4 by Junio C Hamano · 10 years ago
  5. 58f1d95 Sync with v2.0.5 by Junio C Hamano · 10 years ago
  6. 5e519fb Sync with v1.9.5 by Junio C Hamano · 10 years ago
  7. 6898b79 Sync with v1.8.5.6 by Junio C Hamano · 10 years ago
  8. d08c13b fsck: complain about NTFS ".git" aliases in trees by Johannes Schindelin · 10 years ago
  9. a18fcc9 fsck: complain about HFS+ ".git" aliases in trees by Jeff King · 10 years ago
  10. 76e86fc fsck: notice .git case-insensitively by Jeff King · 10 years ago
  11. 7add441 fsck: properly bound "invalid tag name" error message by Jeff King · 10 years ago
  12. cec097b fsck: check tag objects' headers by Johannes Schindelin · 10 years ago
  13. 4d0d897 Make sure fsck_commit_buffer() does not run out of the buffer by Johannes Schindelin · 10 years ago
  14. 90a398b fsck_object(): allow passing object data separately from the object itself by Johannes Schindelin · 10 years ago
  15. 9d02150 fsck: simplify fsck_commit_buffer() by using commit_list_count() by René Scharfe · 11 years ago
  16. e91ae32 Merge branch 'jk/skip-prefix' by Junio C Hamano · 11 years ago
  17. cf4fff5 refactor skip_prefix to return a boolean by Jeff King · 11 years ago
  18. 8597ea3 commit: record buffer length in cache by Jeff King · 11 years ago
  19. bc6b8fc use get_commit_buffer everywhere by Jeff King · 11 years ago
  20. f7804e2 Merge branch 'hs/simplify-bit-setting-in-fsck-tree' by Junio C Hamano · 11 years ago
  21. 40adf52 Merge branch 'ys/fsck-commit-parsing' by Junio C Hamano · 11 years ago
  22. effd12e fsck: use bitwise-or assignment operator to set flag by Hiroyuki Sano · 11 years ago
  23. 2d820a6 fsck.c:fsck_commit(): use skip_prefix() to verify and skip constant by Yuxuan Shui · 11 years ago
  24. de42180 fsck.c:fsck_ident(): ident points at a const string by Yuxuan Shui · 11 years ago
  25. 7ca36d9 date: check date overflow against time_t by Jeff King · 11 years ago
  26. d4b8de0 fsck: report integer overflow in author timestamps by Jeff King · 11 years ago
  27. 5c17f51 fsck: warn about ".git" in trees by Jeff King · 12 years ago
  28. 5d34a43 fsck: warn about '.' and '..' in trees by Jeff King · 12 years ago
  29. 03adeea Merge branch 'jk/maint-null-in-trees' into maint-1.7.11 by Junio C Hamano · 12 years ago
  30. c479d14 fsck: detect null sha1 in tree entries by Jeff King · 13 years ago
  31. 82247e9 remove superfluous newlines in error messages by Pete Wyckoff · 13 years ago
  32. 53f53cf fsck: improve committer/author check by Dmitry Ivankov · 14 years ago
  33. 5b42477 Merge branch 'jm/maint-misc-fix' into maint by Junio C Hamano · 14 years ago
  34. 5dd5648 remove tests of always-false condition by Jim Meyering · 14 years ago
  35. ebeb609 strbuf: add strbuf_vaddf by Jeff King · 14 years ago
  36. 0adc6a3 fsck: fix bogus commit header check by Jonathan Nieder · 15 years ago
  37. daae192 fsck: check ident lines in commit objects by Jonathan Nieder · 15 years ago
  38. f290974 Allow the Unix epoch to be a valid commit date by Eric Wong · 16 years ago
  39. eb3a9dd Remove unused function scope local variables by Benjamin Kramer · 16 years ago
  40. 8bb4646 Merge branch 'maint' by Junio C Hamano · 16 years ago
  41. 9db56f7 Fix non-literal format in printf-style calls by Daniel Lowe · 16 years ago
  42. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  43. 79b1138 fsck.c: fix bogus "empty tree" check by Junio C Hamano · 17 years ago
  44. d6ffc8d add common fsck error printing function by Martin Koegler · 17 years ago
  45. ba002f3 builtin-fsck: move common object checking code to fsck.c by Martin Koegler · 17 years ago
  46. 355885d add generic, type aware object chain walker by Martin Koegler · 17 years ago
  47. b4dfefe Make fsck and fsck-objects be builtins. by Mark Wooding · 18 years ago
  48. df391b1 git-fsck-objects is now synonym to git-fsck by Junio C Hamano · 18 years ago[Renamed (98%) from fsck-objects.c]
  49. 18af29f fsck-objects: refactor checking for connectivity by Linus Torvalds · 18 years ago
  50. 9130ac1 Better error messages for corrupt databases by Linus Torvalds · 18 years ago
  51. 883d60f Sanitize for_each_reflog_ent() by Johannes Schindelin · 18 years ago
  52. 55dd552 Protect commits recorded in reflog from pruning. by Junio C Hamano · 18 years ago
  53. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  54. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  55. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  56. 5b10b09 fsck-objects: adjust to resolve_ref() clean-up. by Junio C Hamano · 18 years ago
  57. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 18 years ago
  58. 071fa89 git-fsck-objects: lacking default references should not be fatal by Linus Torvalds · 18 years ago
  59. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  60. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  61. 0bef57e make inline is_null_sha1 global by David Rientjes · 19 years ago
  62. b5524c8 Make fsck_dir void. by David Rientjes · 19 years ago
  63. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  64. fc046a7 Abstract out accesses to object hash array by Linus Torvalds · 19 years ago
  65. 3e4339e Remove "refs" field from "struct object" by Linus Torvalds · 19 years ago
  66. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  67. e9a95be fsck-objects: avoid unnecessary tree_entry_list usage by Linus Torvalds · 19 years ago
  68. 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  69. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds · 19 years ago
  70. 136f2e5 Make "struct tree" contain the pointer to the tree buffer by Linus Torvalds · 19 years ago
  71. 6d60bbe fsck-objects: do not segfault on missing tree in cache-tree by Junio C Hamano · 19 years ago
  72. cdc08b3 fsck-objects: mark objects reachable from cache-tree by Junio C Hamano · 19 years ago
  73. 53dc3f3 Teach fsck-objects about cache-tree. by Junio C Hamano · 19 years ago
  74. 7aaa715 fsck-objects: Remove --standalone by Junio C Hamano · 19 years ago
  75. 962554c Use setenv(), fix warnings by Timo Hirvonen · 19 years ago
  76. 070879c Use a hashtable for objects instead of a sorted list by Johannes Schindelin · 19 years ago
  77. 35a730f fsck-objects: support platforms without d_ino in struct dirent. by Junio C Hamano · 19 years ago
  78. 61e2b01 fsck-objects: work from subdirectory. by Junio C Hamano · 19 years ago
  79. 4a4e6fd Rework object refs tracking to reduce memory usage by Sergey Vlasov · 19 years ago
  80. 545f229 git-fsck-objects: Free tree entries after use by Sergey Vlasov · 19 years ago
  81. 230f132 Create object subdirectories on demand by Linus Torvalds · 19 years ago
  82. 8098a17 Add git-symbolic-ref by Junio C Hamano · 19 years ago
  83. a7928f8 [PATCH] Make some needlessly global stuff static by Peter Hagervall · 19 years ago
  84. 5da1606 [PATCH] Provide access to git_dir through get_git_dir(). by Sven Verdoolaege · 19 years ago
  85. f1f0d08 [PATCH] Make the git-fsck-objects diagnostics more useful by Petr Baudis · 19 years ago
  86. a9ab586 Retire support for old environment variables. by Junio C Hamano · 19 years ago
  87. 215a7ad Big tool rename. by Junio C Hamano · 19 years ago[Renamed (96%) from fsck-cache.c]
  88. e72a7d4 Replace unsetenv() and setenv() with older putenv(). by Jason Riedy · 20 years ago
  89. c7c81b3 Fix ?: statements. by Jason Riedy · 20 years ago
  90. d5a63b9 Alternate object pool mechanism updates. by Junio C Hamano · 20 years ago
  91. fb6a3d8 Document --strict flag to the fsck-cache command. by Junio C Hamano · 20 years ago
  92. 6407180 git-fsck-cache: be stricter about "tree" objects by Linus Torvalds · 20 years ago
  93. de2eb7f git-fsck-cache.c: check commit objects more carefully by Linus Torvalds · 20 years ago
  94. a3eb250 [PATCH] alternate object store and fsck by Junio C Hamano · 20 years ago v0.99
  95. 659cacf git-fsck-cache: don't complain about lacking references when they are all in packs. by Linus Torvalds · 20 years ago
  96. c333038 Make git-fsck-cache check HEAD integrity by Linus Torvalds · 20 years ago
  97. 944d858 Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache by Linus Torvalds · 20 years ago
  98. f3bf922 [PATCH] verify-pack updates. by Junio C Hamano · 20 years ago
  99. f925339 [PATCH] Add git-verify-pack command. by Junio C Hamano · 20 years ago
  100. 8a498a0 [PATCH] Update fsck-cache (take 2) by Junio C Hamano · 20 years ago