1. 13 4月, 2005 1 次提交
  2. 11 4月, 2005 3 次提交
    • L
      Oops. Fix bad initialization of the "seen" array, causing us to not · 91af81a9
      Linus Torvalds 提交于
      properly clear the reference count at init time. It happened to work
      for me by pure luck.
      
      Until it broke, and my unreferenced commit suddenly looked referenced
      again. Fixed.
      91af81a9
    • L
      Oops, the actual 'printf' for missing objects was missing. · f1257f3a
      Linus Torvalds 提交于
      Which made fsck very quiet about objects it hadn't found. So add
      it. 
      
      We'll need to make things like these optional, because it's
      perfectly ok to have partial history if you don't want it,
      and don't want to go backwards. But for development, it's best
      to always complain about missing sha1 object files that are
      referenced from somewhere else.
      f1257f3a
    • L
      Add connectivity tracking to fsck. · 8ba0bbb2
      Linus Torvalds 提交于
      This shows that I've lost track of one commit already. Most likely
      because I forgot to update the .dircache/HEAD file when doing a
      commit, so that the next commit referenced not the top-of-tree, but
      the one older commit.
      
      Having dangling commits is fine (in fact, you should always have
      at least _one_ dangling commit in the top-of-tree). But it's
      good to know about them.
      8ba0bbb2
  3. 10 4月, 2005 3 次提交
  4. 09 4月, 2005 3 次提交