55 Commits (c1b40bd7b616792de5f307ecdfd8ac45573bc4f9)

Author SHA1 Message Date
Jeff King 3115ee45c8 cat-file: sort and de-dup output of --batch-all-objects 10 years ago
Jeff King 6a951937ae cat-file: add --batch-all-objects option 10 years ago
Jeff King 44b877e9bc cat-file: split batch_one_object into two stages 10 years ago
Jeff King 82330950d9 cat-file: stop returning value from batch_one_object 10 years ago
Jeff King fc4937c372 cat-file: add --buffer option 10 years ago
Jeff King bfd155943e cat-file: move batch_options definition to top of file 10 years ago
Jeff King ad42f28d0c cat-file: minor style fix in options list 10 years ago
David Turner 122d53464b cat-file: add --follow-symlinks to --batch 10 years ago
Karthik Nayak 39e4ae3880 cat-file: teach cat-file a '--allow-unknown-type' option 10 years ago
Karthik Nayak b48158ac94 cat-file: make the options mutually exclusive 10 years ago
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'' 15 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 17 years ago
Heikki Orsila 34baebcee1 Start conforming code to "git subcmd" style 17 years ago