Test-release for wider distribution.

I'll make the first public RPM's etc, thus the tag.
[PATCH] alternate object store and fsck

The location alt_odb[j].name[0..] is filled with ??/?{38} to form a sha1
filename to try, but I was too lazy to allocate a copy, so while
fsck_object_dir() is running for the directory, the filenames ??/?{38}
are filled after NUL (usually and always the location should have '/'),
making them "not found".

This should fix it.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 file changed
tree: 07ff6f4a2a0f1f31fad6543be9a41c7d9f7a030f
  1. Documentation/
  2. mozilla-sha1/
  3. ppc/
  4. t/
  5. apply.c
  6. blob.c
  7. blob.h
  8. cache.h
  9. cat-file.c
  10. check-files.c
  11. checkout-cache.c
  12. clone-pack.c
  13. commit-tree.c
  14. commit.c
  15. commit.h
  16. connect.c
  17. convert-cache.c
  18. COPYING
  19. count-delta.c
  20. count-delta.h
  21. csum-file.c
  22. csum-file.h
  23. date.c
  24. delta.h
  25. diff-cache.c
  26. diff-delta.c
  27. diff-files.c
  28. diff-helper.c
  29. diff-stages.c
  30. diff-tree.c
  31. diff.c
  32. diff.h
  33. diffcore-break.c
  34. diffcore-order.c
  35. diffcore-pathspec.c
  36. diffcore-pickaxe.c
  37. diffcore-rename.c
  38. diffcore.h
  39. entry.c
  40. epoch.c
  41. epoch.h
  42. export.c
  43. fetch-pack.c
  44. fsck-cache.c
  45. get-tar-commit-id.c
  46. git
  47. git-add-script
  48. git-apply-patch-script
  49. git-checkout-script
  50. git-cherry
  51. git-clone-script
  52. git-commit-script
  53. git-cvsimport-script
  54. git-diff-script
  55. git-external-diff-script
  56. git-fetch-script
  57. git-format-patch-script
  58. git-log-script
  59. git-merge-one-file-script
  60. git-prune-script
  61. git-pull-script
  62. git-push-script
  63. git-rebase-script
  64. git-relink-script
  65. git-repack-script
  66. git-reset-script
  67. git-resolve-script
  68. git-sh-setup-script
  69. git-shortlog
  70. git-status-script
  71. git-tag-script
  72. git-verify-tag-script
  73. git-whatchanged
  74. git.spec.in
  75. gitenv.c
  76. gitk
  77. hash-object.c
  78. http-pull.c
  79. index.c
  80. init-db.c
  81. INSTALL
  82. local-pull.c
  83. ls-files.c
  84. ls-tree.c
  85. Makefile
  86. merge-base.c
  87. merge-cache.c
  88. mktag.c
  89. object.c
  90. object.h
  91. pack-check.c
  92. pack-objects.c
  93. pack.h
  94. patch-delta.c
  95. patch-id.c
  96. path.c
  97. pkt-line.c
  98. pkt-line.h
  99. prune-packed.c
  100. pull.c
  101. pull.h
  102. quote.c
  103. quote.h
  104. read-cache.c
  105. read-tree.c
  106. README
  107. receive-pack.c
  108. refs.c
  109. refs.h
  110. rev-list.c
  111. rev-parse.c
  112. rev-tree.c
  113. rsh.c
  114. rsh.h
  115. send-pack.c
  116. sha1_file.c
  117. show-index.c
  118. ssh-pull.c
  119. ssh-push.c
  120. strbuf.c
  121. strbuf.h
  122. stripspace.c
  123. tag.c
  124. tag.h
  125. tar-tree.c
  126. test-date.c
  127. test-delta.c
  128. tree.c
  129. tree.h
  130. unpack-file.c
  131. unpack-objects.c
  132. update-cache.c
  133. upload-pack.c
  134. usage.c
  135. verify-pack.c
  136. write-tree.c