1. 15 5月, 2006 3 次提交
  2. 14 5月, 2006 3 次提交
    • J
      Merge branch 'ml/cvs' · 5f7f211a
      Junio C Hamano 提交于
      * ml/cvs:
        Change to allow subdir updates from Eclipse
        Many fixes for most operations in Eclipse.
        Added logged warnings for CVS error returns
        cvsserver: use git-rev-list instead of git-log
        git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups.
      5f7f211a
    • J
      Merge branch 'fix' · 3a3e89b8
      Junio C Hamano 提交于
      * fix:
        Fix git-pack-objects for 64-bit platforms
      3a3e89b8
    • D
      Fix git-pack-objects for 64-bit platforms · 66561f5a
      Dennis Stosberg 提交于
      The offset of an object in the pack is recorded as a 4-byte integer
      in the index file.  When reading the offset from the mmap'ed index
      in prepare_pack_revindex(), the address is dereferenced as a long*.
      This works fine as long as the long type is four bytes wide.  On
      NetBSD/sparc64, however, a long is 8 bytes wide and so dereferencing
      the offset produces garbage.
      
      [jc: taking suggestion by Linus to use uint32_t]
      Signed-off-by: NDennis Stosberg <dennis@stosberg.net>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      66561f5a
  3. 11 5月, 2006 1 次提交
  4. 10 5月, 2006 11 次提交
  5. 09 5月, 2006 9 次提交
  6. 08 5月, 2006 13 次提交