1. 06 Aug, 2018 1 commit
    • odb: fix use of wrong printf formatters · 0fcd0563
      The `git_odb_stream` members `declared_size` and `received_bytes` are
      both of the type `git_off_t`, which we usually defined to be a 64 bit
      signed integer. Thus, passing these members to "PRIdZ" formatters is not
      correct, as they are not guaranteed to accept big enough numbers.
      Instead, use the "PRId64" formatter, which is able to represent 64 bit
      signed integers.
      Patrick Steinhardt committed
  2. 03 Aug, 2018 14 commits
  3. 02 Aug, 2018 8 commits
  4. 30 Jul, 2018 2 commits
  5. 29 Jul, 2018 3 commits
  6. 28 Jul, 2018 2 commits
  7. 27 Jul, 2018 2 commits
  8. 26 Jul, 2018 8 commits