1. 42fc113 Fix non-literal format in printf-style calls by Daniel Lowe · 16 years ago
  2. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  3. 4a3d85d add --no-filters option to git hash-object by Dmitry Potapov · 17 years ago
  4. 3970243 add --path option to git hash-object by Dmitry Potapov · 17 years ago
  5. 548601a use parse_options() in git hash-object by Dmitry Potapov · 17 years ago
  6. 9ae8e00 correct usage help string for git-hash-object by Dmitry Potapov · 17 years ago
  7. 43df4f8 teach index_fd to work with pipes by Dmitry Potapov · 17 years ago
  8. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  9. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  10. d8ee483 git-hash-object: Add --stdin-paths option by Adam Roben · 17 years ago
  11. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  12. 8a2f5e5 hash-object: cleanup handling of command line options by Gerrit Pape · 17 years ago
  13. ff350cc git-hash-object should honor config variables by Nicolas Pitre · 17 years ago
  14. 53bca91 index_fd(): pass optional path parameter as hint for blob conversion by Junio C Hamano · 18 years ago
  15. edaec3f index_fd(): use enum object_type instead of type name string. by Junio C Hamano · 18 years ago
  16. 8cdf336 Replace some calls to die(usage_str) with usage(usage_str). by Ramsay Allan Jones · 19 years ago
  17. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  18. 024510c Allow saving an object from a pipe by Daniel Barkalow · 19 years ago
  19. 9c2e7c0 hash-object: -- and --help by Junio C Hamano · 19 years ago
  20. 99e0169 hash-object.c: type-fix to squelch compiler warnings. by Junio C Hamano · 19 years ago
  21. 706fe6a hash-object: work within subdirectory. by Junio C Hamano · 19 years ago
  22. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  23. 7672db2 [PATCH] Expose object ID computation functions. by Bryan Larsen · 20 years ago