23 Commits (69c5f17f11a2afe6b56b04f5a4377e4332858cde)

Author SHA1 Message Date
Richard Oliver 817b0f6027 mktree: do not check type of remote objects 2 years ago
Ævar Arnfjörð Bjarmason c80d226a04 object-file API: have write_object_file() take "enum object_type" 3 years ago
Jean-Noël Avila 959d670d1a i18n: remove from i18n strings that do not hold translatable parts 3 years ago
Ævar Arnfjörð Bjarmason 338abb0f04 builtins + test helpers: use return instead of exit() in cmd_* 3 years ago
Jeff King be27fb7b28 mktree: drop unused length parameter 6 years ago
brian m. carlson 58ce21b819 builtin/mktree: remove hard-coded constant 6 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson 83eb08020c builtin/mktree: convert to struct object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Johannes Schindelin 43e61e7152 mktree: plug memory leaks reported by Coverity 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Junio C Hamano b4df87b8ca mktree: there are only two possible line terminations 9 years ago
Dmitry S. Dolzhenko 66d9f38bc7 builtin/mktree.c: use ALLOC_GROW() in append_to_tree() 11 years ago
Nguyễn Thái Ngọc Duy a631281022 i18n: mktree: mark parseopt strings for translation 12 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Josh Micich 31c8221acb mktree: validate entry type in input 16 years ago
Josh Micich f1cf2d8b14 mktree --batch: build more than one tree object 16 years ago
Josh Micich e01662bb5d mktree --missing: updated usage message and man page 16 years ago
Junio C Hamano 1c64e79a62 mktree --missing: allow missing objects 16 years ago
Junio C Hamano 633e3556cc build-in git-mktree 16 years ago
Alexander Potashev 34263de026 Replace deprecated dashed git commands in usage 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Pierre Habouzit 7fb1011e61 Rework unquote_c_style to work on a strbuf. 17 years ago
Pierre Habouzit e6c019d0b0 Drop strbuf's 'eof' marker, and make read_line a first class citizen. 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 17 years ago
Pierre Habouzit d52bc66152 mktree: Simplify write_tree() using strbuf API 17 years ago
Pierre Habouzit b449f4cfc9 Rework strbuf API and semantics. 17 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Ramsay Allan Jones 15e593e4d3 Fixup command names in some usage strings. 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Junio C Hamano 83f50539a9 git-mktree: reverse of git-ls-tree. 19 years ago