1. 13 May, 2015 1 commit
    • odb: make the writestream's size a git_off_t · 77b339f7
      Restricting files to size_t is a silly limitation. The loose backend
      writes to a file directly, so there is no issue in using 63 bits for the
      size.
      
      We still assume that the header is going to fit in 64 bytes, which does
      mean quite a bit smaller files due to the run-length encoding, but it's
      still a much larger size than you would want Git to handle.
      Carlos Martín Nieto committed
  2. 12 May, 2015 2 commits
  3. 11 May, 2015 18 commits
  4. 09 May, 2015 1 commit
  5. 07 May, 2015 1 commit
  6. 06 May, 2015 2 commits
  7. 05 May, 2015 2 commits
  8. 04 May, 2015 13 commits