1. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-mktree.c]
  2. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  3. 31c8221 mktree: validate entry type in input by Josh Micich · 16 years ago
  4. f1cf2d8 mktree --batch: build more than one tree object by Josh Micich · 16 years ago
  5. e01662b mktree --missing: updated usage message and man page by Josh Micich · 16 years ago
  6. 1c64e79 mktree --missing: allow missing objects by Junio C Hamano · 16 years ago
  7. ad87b5d mktree: do not barf on a submodule commit by Junio C Hamano · 16 years ago
  8. fe0bb5f builtin-mktree.c: use a helper function to handle one line of input by Junio C Hamano · 16 years ago
  9. 1fdee85 mktree: use parse-options by Junio C Hamano · 16 years ago
  10. 633e355 build-in git-mktree by Junio C Hamano · 16 years ago[Renamed (90%) from mktree.c]
  11. 34263de Replace deprecated dashed git commands in usage by Alexander Potashev · 16 years ago
  12. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
  13. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  14. 7fb1011 Rework unquote_c_style to work on a strbuf. by Pierre Habouzit · 17 years ago
  15. e6c019d Drop strbuf's 'eof' marker, and make read_line a first class citizen. by Pierre Habouzit · 17 years ago
  16. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  17. f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 18 years ago
  18. d52bc66 mktree: Simplify write_tree() using strbuf API by Pierre Habouzit · 18 years ago
  19. b449f4c Rework strbuf API and semantics. by Pierre Habouzit · 18 years ago
  20. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  21. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  22. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  23. 15e593e Fixup command names in some usage strings. by Ramsay Allan Jones · 19 years ago
  24. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  25. 83f5053 git-mktree: reverse of git-ls-tree. by Junio C Hamano · 19 years ago