1. aec8130 Merge branch 'jc/maint-1.6.0-keep-pack' by Junio C Hamano · 16 years ago
  2. cd673c1 has_sha1_pack(): refactor "pretend these packs do not exist" interface by Junio C Hamano · 16 years ago
  3. e15ef66 fsck: check loose objects from alternate object stores by default by Junio C Hamano · 16 years ago
  4. 469e2eb fsck: HEAD is part of refs by Junio C Hamano · 16 years ago
  5. 6af384c Merge branch 'ap/clone-into-empty' by Junio C Hamano · 16 years ago
  6. 78f111e Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  7. 3aed2fd builtin-fsck: fix off by one head count by Christian Couder · 16 years ago
  8. 8ca12c0 add is_dot_or_dotdot inline function by Alexander Potashev · 16 years ago
  9. de0db42 Merge branch 'maint' by Junio C Hamano · 16 years ago
  10. 04d3975 fsck: reduce stack footprint by Linus Torvalds · 16 years ago
  11. 47d32af Make some of fwrite/fclose/write/close failures visible by Alex Riesen · 16 years ago
  12. 3d32a46 Teach fsck and prune that tmp_obj_ file names may not be 14 bytes long by Brandon Casey · 17 years ago
  13. a08c53a fsck: Don't require tmp_obj_ file names are 14 bytes in length by Shawn O. Pearce · 17 years ago
  14. 0e8316c Teach fsck and prune about the new location of temporary objects by Brandon Casey · 17 years ago
  15. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  16. 77d3ece move show_pack_info() where it belongs by Nicolas Pitre · 17 years ago
  17. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  18. ba002f3 builtin-fsck: move common object checking code to fsck.c by Martin Koegler · 17 years ago
  19. 4516338 builtin-fsck: reports missing parent commits by Martin Koegler · 17 years ago
  20. 271b8d2 builtin-fsck: move away from object-refs to fsck_walk by Martin Koegler · 17 years ago
  21. e0197c9 Merge branch 'lt/in-core-index' by Junio C Hamano · 17 years ago
  22. d4fe07f git-fsck: report missing author/commit line in a commit as an error by Martin Koegler · 17 years ago
  23. 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 17 years ago
  24. 6232f62 Make 'git fsck' complain about non-commit branches by Linus Torvalds · 17 years ago
  25. dd46b9b Fixed a command line option type for builtin-fsck.c by Emil Medve · 17 years ago
  26. 5ac0a20 Make builtin-fsck.c use parse_options. by Pierre Habouzit · 17 years ago
  27. 16a7fcf fsck --lost-found: write blob's contents, not their SHA-1 by Johannes Schindelin · 18 years ago
  28. baffc0e Make every builtin-*.c file #include "builtin.h" by Peter Hagervall · 18 years ago
  29. 68f6c01 git-fsck: add --lost-found option by Johannes Schindelin · 18 years ago
  30. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  31. 20f1eb6 git-fsck: learn about --verbose by Johannes Schindelin · 18 years ago
  32. b77ffe8 Ensure the pack index is opened before access by Shawn O. Pearce · 18 years ago
  33. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  34. 39231b1 Merge branch 'maint' by Junio C Hamano · 18 years ago
  35. cb2cada Catch empty pathnames in trees during fsck by Shawn O. Pearce · 18 years ago
  36. afb5b6a Merge branch 'lt/gitlink' by Junio C Hamano · 18 years ago
  37. 99ebd06 Merge branch 'np/pack' by Junio C Hamano · 18 years ago
  38. 566f5b2 Merge branch 'maint' by Junio C Hamano · 18 years ago
  39. 8eb2d0b fsck: do not complain on detached HEAD. by Junio C Hamano · 18 years ago
  40. 8d9721c Teach "fsck" not to follow subproject links by Linus Torvalds · 18 years ago
  41. 5705909 get rid of num_packed_objects() by Nicolas Pitre · 18 years ago
  42. 566842f Fix lost-found to show commits only referenced by reflogs by Shawn O. Pearce · 18 years ago
  43. d72308e clean up and optimize nth_packed_object_sha1() usage by Nicolas Pitre · 18 years ago
  44. 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
  45. 8509fed Merge branch 'jc/fsck' by Junio C Hamano · 18 years ago
  46. 326bf39 Use uint32_t for all packed object counts. by Shawn O. Pearce · 18 years ago
  47. e2b4f63 fsck: exit with non-zero status upon errors by Junio C Hamano · 18 years ago
  48. efec43c fsck: fix broken loose object check. by Junio C Hamano · 18 years ago
  49. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  50. d77ee72 Merge branch 'master' into np/dreflog by Junio C Hamano · 18 years ago
  51. 3dff537 Assorted typo fixes by Pavel Roskin · 18 years ago
  52. b4dfefe Make fsck and fsck-objects be builtins. by Mark Wooding · 18 years ago[Renamed (99%) from fsck.c]
  53. df391b1 git-fsck-objects is now synonym to git-fsck by Junio C Hamano · 18 years ago[Renamed (98%) from fsck-objects.c]
  54. 18af29f fsck-objects: refactor checking for connectivity by Linus Torvalds · 18 years ago
  55. 9130ac1 Better error messages for corrupt databases by Linus Torvalds · 18 years ago
  56. 883d60f Sanitize for_each_reflog_ent() by Johannes Schindelin · 18 years ago
  57. 55dd552 Protect commits recorded in reflog from pruning. by Junio C Hamano · 18 years ago
  58. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  59. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  60. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  61. 5b10b09 fsck-objects: adjust to resolve_ref() clean-up. by Junio C Hamano · 18 years ago
  62. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  63. 071fa89 git-fsck-objects: lacking default references should not be fatal by Linus Torvalds · 19 years ago
  64. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  65. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  66. 0bef57e make inline is_null_sha1 global by David Rientjes · 19 years ago
  67. b5524c8 Make fsck_dir void. by David Rientjes · 19 years ago
  68. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  69. fc046a7 Abstract out accesses to object hash array by Linus Torvalds · 19 years ago
  70. 3e4339e Remove "refs" field from "struct object" by Linus Torvalds · 19 years ago
  71. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  72. e9a95be fsck-objects: avoid unnecessary tree_entry_list usage by Linus Torvalds · 19 years ago
  73. 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  74. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds · 19 years ago
  75. 136f2e5 Make "struct tree" contain the pointer to the tree buffer by Linus Torvalds · 19 years ago
  76. 6d60bbe fsck-objects: do not segfault on missing tree in cache-tree by Junio C Hamano · 19 years ago
  77. cdc08b3 fsck-objects: mark objects reachable from cache-tree by Junio C Hamano · 19 years ago
  78. 53dc3f3 Teach fsck-objects about cache-tree. by Junio C Hamano · 19 years ago
  79. 7aaa715 fsck-objects: Remove --standalone by Junio C Hamano · 19 years ago
  80. 962554c Use setenv(), fix warnings by Timo Hirvonen · 19 years ago
  81. 070879c Use a hashtable for objects instead of a sorted list by Johannes Schindelin · 19 years ago
  82. 35a730f fsck-objects: support platforms without d_ino in struct dirent. by Junio C Hamano · 19 years ago
  83. 61e2b01 fsck-objects: work from subdirectory. by Junio C Hamano · 19 years ago
  84. 4a4e6fd Rework object refs tracking to reduce memory usage by Sergey Vlasov · 19 years ago
  85. 545f229 git-fsck-objects: Free tree entries after use by Sergey Vlasov · 19 years ago
  86. 230f132 Create object subdirectories on demand by Linus Torvalds · 19 years ago
  87. 8098a17 Add git-symbolic-ref by Junio C Hamano · 19 years ago
  88. a7928f8 [PATCH] Make some needlessly global stuff static by Peter Hagervall · 19 years ago
  89. 5da1606 [PATCH] Provide access to git_dir through get_git_dir(). by Sven Verdoolaege · 19 years ago
  90. f1f0d08 [PATCH] Make the git-fsck-objects diagnostics more useful by Petr Baudis · 19 years ago
  91. a9ab586 Retire support for old environment variables. by Junio C Hamano · 20 years ago
  92. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (96%) from fsck-cache.c]
  93. e72a7d4 Replace unsetenv() and setenv() with older putenv(). by Jason Riedy · 20 years ago
  94. c7c81b3 Fix ?: statements. by Jason Riedy · 20 years ago
  95. d5a63b9 Alternate object pool mechanism updates. by Junio C Hamano · 20 years ago
  96. fb6a3d8 Document --strict flag to the fsck-cache command. by Junio C Hamano · 20 years ago
  97. 6407180 git-fsck-cache: be stricter about "tree" objects by Linus Torvalds · 20 years ago
  98. de2eb7f git-fsck-cache.c: check commit objects more carefully by Linus Torvalds · 20 years ago
  99. a3eb250 [PATCH] alternate object store and fsck by Junio C Hamano · 20 years ago v0.99
  100. 659cacf git-fsck-cache: don't complain about lacking references when they are all in packs. by Linus Torvalds · 20 years ago