- 817b0f6 mktree: do not check type of remote objects by Richard Oliver · 2 years, 7 months ago
- 430883a Merge branch 'ab/object-file-api-updates' by Junio C Hamano · 2 years, 10 months ago
- c80d226 object-file API: have write_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years ago
- 959d670 i18n: remove from i18n strings that do not hold translatable parts by Jean-Noël Avila · 3 years ago
- 338abb0 builtins + test helpers: use return instead of exit() in cmd_* by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
- be27fb7 mktree: drop unused length parameter by Jeff King · 6 years ago
- 58ce21b builtin/mktree: remove hard-coded constant by brian m. carlson · 6 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
- abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
- 83eb080 builtin/mktree: convert to struct object_id by brian m. carlson · 7 years ago
- 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
- debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
- a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 7 years ago
- 43e61e7 mktree: plug memory leaks reported by Coverity by Johannes Schindelin · 8 years ago
- 9ed0d8d use QSORT by René Scharfe · 8 years ago
- 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano · 9 years ago
- 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 9 years ago
- b4df87b mktree: there are only two possible line terminations by Junio C Hamano · 9 years ago
- 66d9f38 builtin/mktree.c: use ALLOC_GROW() in append_to_tree() by Dmitry S. Dolzhenko · 11 years ago
- a631281 i18n: mktree: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 12 years ago
- c444c16 Merge "Move 'builtin-*' into a 'builtin/' subdirectory" by Junio C Hamano · 13 years ago
- 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-mktree.c]
- 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
- 31c8221 mktree: validate entry type in input by Josh Micich · 16 years ago
- f1cf2d8 mktree --batch: build more than one tree object by Josh Micich · 16 years ago
- e01662b mktree --missing: updated usage message and man page by Josh Micich · 16 years ago
- 1c64e79 mktree --missing: allow missing objects by Junio C Hamano · 16 years ago
- ad87b5d mktree: do not barf on a submodule commit by Junio C Hamano · 16 years ago
- fe0bb5f builtin-mktree.c: use a helper function to handle one line of input by Junio C Hamano · 16 years ago
- 1fdee85 mktree: use parse-options by Junio C Hamano · 16 years ago
- 633e355 build-in git-mktree by Junio C Hamano · 16 years ago[Renamed (90%) from mktree.c]
- 34263de Replace deprecated dashed git commands in usage by Alexander Potashev · 16 years ago
- 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
- f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
- 7fb1011 Rework unquote_c_style to work on a strbuf. by Pierre Habouzit · 17 years ago
- e6c019d Drop strbuf's 'eof' marker, and make read_line a first class citizen. by Pierre Habouzit · 17 years ago
- ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
- f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 17 years ago
- d52bc66 mktree: Simplify write_tree() using strbuf API by Pierre Habouzit · 17 years ago
- b449f4c Rework strbuf API and semantics. by Pierre Habouzit · 17 years ago
- 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 18 years ago
- 96f1e58 remove unnecessary initializations by David Rientjes · 18 years ago
- 15e593e Fixup command names in some usage strings. by Ramsay Allan Jones · 18 years ago
- 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
- 83f5053 git-mktree: reverse of git-ls-tree. by Junio C Hamano · 19 years ago