1. 55b38a4 warn_on_inaccessible(): a helper to warn on inaccessible paths by Junio C Hamano · 13 years ago
  2. ba8bd83 config: warn on inaccessible files by Jeff King · 13 years ago
  3. 2f70587 ident: report passwd errors with a more friendly message by Jeff King · 13 years ago
  4. d41489a Add more large blob test cases by Nguyễn Thái Ngọc Duy · 13 years ago
  5. 56d7c27 read_in_full: always report errors by Jeff King · 14 years ago
  6. e2a57aa Name make_*_path functions more accurately by Carlos Martín Nieto · 14 years ago
  7. b308bf1 Merge branch 'maint' by Junio C Hamano · 14 years ago
  8. 1368f65 compat: helper for detecting unsigned overflow by Jonathan Nieder · 14 years ago
  9. 6cf6bb3 Improve error messages when temporary file creation fails by Arnout Engelen · 14 years ago
  10. 00b0d7f set_try_to_free_routine(NULL) means "do nothing special" by Junio C Hamano · 14 years ago
  11. e050029 Remove pack file handling dependency from wrapper.o by Jonathan Nieder · 14 years ago
  12. b0613ce wrapper: give zlib wrappers their own translation unit by Jonathan Nieder · 14 years ago
  13. 33f2393 path helpers: move git_mkstemp* to wrapper.c by Jonathan Nieder · 14 years ago
  14. 463db9b wrapper: move odb_* to environment.c by Jonathan Nieder · 14 years ago
  15. 58ecbd5 wrapper: move xmmap() to sha1_file.c by Jonathan Nieder · 14 years ago
  16. 8bd9fd5 xmalloc: include size in the failure message by Matthieu Moy · 15 years ago
  17. 44e08b0 Merge branch 'js/try-to-free-stackable' by Junio C Hamano · 15 years ago
  18. ea5f75a Merge branch 'np/malloc-threading' by Junio C Hamano · 15 years ago
  19. 851c34b Have set_try_to_free_routine return the previous routine by Johannes Sixt · 15 years ago
  20. 80d706a Introduce remove_or_warn function by Peter Collingbourne · 15 years ago
  21. d172329 Implement the rmdir_or_warn function by Peter Collingbourne · 15 years ago
  22. 10e13ec Generalise the unlink_or_warn function by Peter Collingbourne · 15 years ago
  23. a9a7463 Make xmalloc and xrealloc thread-safe by Nicolas Pitre · 15 years ago
  24. f80c7ae Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later. by Matthieu Moy · 15 years ago
  25. b862b61 git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. by Matthieu Moy · 15 years ago
  26. 5bf9219 Add xmallocz() by Ilari Liusvaara · 15 years ago
  27. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  28. fc71db3 Introduce an unlink(2) wrapper which gives warning if unlink failed by Alex Riesen · 16 years ago
  29. f474c52 Merge branch 'jc/maint-1.6.0-pack-directory' by Junio C Hamano · 16 years ago
  30. 2c626e5 Fix odb_mkstemp() on AIX by Mike Ralphson · 16 years ago
  31. bb0cebd Merge branch 'jc/maint-1.6.0-pack-directory' by Junio C Hamano · 16 years ago
  32. 6e180cd Make sure objects/pack exists before creating a new pack by Junio C Hamano · 16 years ago
  33. 39c6854 Wrap inflate and other zlib routines for better error reporting by Linus Torvalds · 16 years ago
  34. 559e840 Move read_in_full() and write_in_full() to wrapper.c by Junio C Hamano · 17 years ago
  35. 112db55 Shrink the git binary a bit by avoiding unnecessary inline functions by Linus Torvalds · 17 years ago