108 Commits (26597cb0cceb82b315c543f1cc02bbb72c537eaa)

Author SHA1 Message Date
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Alexander Kuleshov 331004836b cat-file: use "type" and "size" from outer scope 10 years ago
Alexander Kuleshov 10aff315f6 cat-file: remove unused includes 10 years ago
René Scharfe e3f1da982e use skip_prefix() to avoid more magic numbers 10 years ago
Jeff King a42fcd15d8 cat-file: restore warn_on_object_refname_ambiguity flag 11 years ago
Jeff King 648027c4c8 cat-file: fix a minor memory leak in batch_objects 11 years ago
Jeff King 07e2383945 cat-file: refactor error handling of batch_objects 11 years ago
Jeff King 65ea9c3c3d cat-file: provide %(deltabase) batch format 11 years ago
Christian Couder de7b5d6218 sha1_object_info_extended(): add an "unsigned flags" parameter 11 years ago
Jeff King 6554dfa97a cat-file: handle --batch format with missing type/size 11 years ago
Jeff King 370c9268d1 cat-file: pass expand_data to print_object_or_die 11 years ago
Jeff King 97be04077f cat-file: only split on whitespace when %(rest) is used 12 years ago
Junio C Hamano 062aeee8aa Revert "cat-file: split --batch input lines on whitespace" 12 years ago
Jeff King 5b0864070e sha1_object_info_extended: make type calculation optional 12 years ago
Jeff King 25fba78d36 cat-file: disable object/refname ambiguity check for batch mode 12 years ago
Jeff King c334b87b30 cat-file: split --batch input lines on whitespace 12 years ago
Jeff King a4ac106178 cat-file: add %(objectsize:disk) format atom 12 years ago
Jeff King 93d2a607ba cat-file: add --batch-check=<format> 12 years ago
Jeff King b71bd48017 cat-file: refactor --batch option parsing 12 years ago
Jeff King 98e2092b50 cat-file: teach --batch to stream blob objects 12 years ago
Michael J Gruber 3ac21617b0 cat-file: do not die on --textconv without textconv filters 12 years ago
Jeff King 9cfa5126a0 cat-file: print tags raw for "cat-file -p" 12 years ago
Ramsay Jones 803a777942 cat-file: Fix an gcc -Wuninitialized warning 12 years ago
Jeff King cbfd5e1cbb drop some obsolete "x = x" compiler warning hacks 12 years ago
Nguyễn Thái Ngọc Duy d68faec7c0 i18n: cat-file: mark parseopt strings for translation 13 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Junio C Hamano 33bd598c39 sha1_name.c: teach lookup context to get_sha1_with_context() 13 years ago
Nguyễn Thái Ngọc Duy 00c8fd493a cat-file: use streaming API to print blobs 13 years ago
Jeff King 6680a0874f drop odd return value semantics from userdiff_config 13 years ago
Jim Meyering dc4cd76710 plug a few coverity-spotted leaks 14 years ago
Kirill Smelkov 900647104e blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664'' 14 years ago
Clément Poulain e5fba602e5 textconv: support for cat_file 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Jeff King 0e5168fd18 fix cat-file usage message and documentation 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Heikki Orsila 34baebcee1 Start conforming code to "git subcmd" style 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Björn Steinbrink 5b8a94b1db git cat-file: Fix memory leak in batch mode 17 years ago
Lea Wiemann 3c076dbe3c cat-file --batch / --batch-check: do not exit if hashes are missing 17 years ago
Lea Wiemann 422b206342 cat-file --batch: flush stdout also when objects are missing 17 years ago
Michele Ballabio 15d8e56519 builtin-cat-file.c: use parse_options() 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Adam Roben a8128ed628 git-cat-file: Add --batch option 17 years ago
Adam Roben 05d5667fec git-cat-file: Add --batch-check option 17 years ago
Adam Roben 4814dbe830 git-cat-file: Make option parsing a little more flexible 17 years ago
Adam Roben 9cf71b176c git-cat-file: Small refactor of cmd_cat_file 17 years ago