1. 11 4月, 2007 1 次提交
    • N
      get rid of num_packed_objects() · 57059091
      Nicolas Pitre 提交于
      The coming index format change doesn't allow for the number of objects
      to be determined from the size of the index file directly.  Instead, Let's
      initialize a field in the packed_git structure with the object count when
      the index is validated since the count is always known at that point.
      
      While at it let's reorder some struct packed_git fields to avoid padding
      due to needed 64-bit alignment for some of them.
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      57059091
  2. 10 4月, 2007 1 次提交
  3. 09 4月, 2007 8 次提交
  4. 08 4月, 2007 5 次提交
  5. 07 4月, 2007 24 次提交
  6. 06 4月, 2007 1 次提交