1. 30 7月, 2019 4 次提交
  2. 26 7月, 2019 26 次提交
  3. 15 7月, 2019 1 次提交
    • V
      read-cache.c: do not die if mmap fails · 02638d1e
      Varun Naik 提交于
      do_read_index() mmaps the index, or tries to die with an error message
      on failure. It should call xmmap_gently(), which returns MAP_FAILED,
      rather than xmmap(), which dies with its own error message.
      
      An easy way to cause this mmap to fail is by setting $GIT_INDEX_FILE to
      a path to a directory and then invoking any command that reads from the
      index.
      Signed-off-by: NVarun Naik <vcnaik94@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      02638d1e
  4. 13 7月, 2019 1 次提交
  5. 12 7月, 2019 1 次提交
  6. 14 6月, 2019 4 次提交
  7. 12 6月, 2019 2 次提交
  8. 08 6月, 2019 1 次提交