1. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  2. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  3. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  4. 06f46f2 avoid "write_in_full(fd, buf, len) != len" pattern by Jeff King · 7 years ago
  5. c300b1e builtin/unpack-file: convert to struct object_id by brian m. carlson · 8 years ago
  6. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  7. 5096d49 convert trivial sprintf / strcpy calls to xsnprintf by Jeff King · 9 years ago
  8. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  9. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-unpack-file.c]
  10. b532581 make "git unpack-file" a built-in by Linus Torvalds · 15 years ago[Renamed (89%) from unpack-file.c]
  11. 1507301 Show usage string for 'git unpack-file -h' by Jonathan Nieder · 15 years ago
  12. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  13. 34263de Replace deprecated dashed git commands in usage by Alexander Potashev · 16 years ago
  14. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
  15. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  16. 7647b17 Use xmkstemp() instead of mkstemp() by Luiz Fernando N. Capitulino · 18 years ago
  17. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  18. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  19. 31fff30 Separate object name errors from usage errors by Dmitry V. Levin · 19 years ago
  20. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  21. 84a9b58 sha1_name: warning ambiguous refs. by Junio C Hamano · 19 years ago
  22. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  23. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  24. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  25. 3407bb4 Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile. by Linus Torvalds · 20 years ago