25 Commits (a983e6ac58094a3b2466ad3be13049ce213f9fc3)

Author SHA1 Message Date
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
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
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
Shawn O. Pearce 2b6854c863 Cleanup variables in cat-file 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Linus Torvalds 9a8e35e987 Relative timestamps in git log 19 years ago
Rene Scharfe 7230e6d042 Add write_or_die(), a helper function 19 years ago
David Rientjes eddd1c8cef Make pprint_tag void and cleans up call in cmd_cat_file. 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Petr Baudis b931aa5a48 Call builtin ls-tree in git-cat-file -p 19 years ago
Timo Hirvonen f81daefe56 Builtin git-cat-file 19 years ago
Dmitry V. Levin 31fff305bc Separate object name errors from usage errors 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Junio C Hamano 84a9b58c42 sha1_name: warning ambiguous refs. 19 years ago
Junio C Hamano a0f15fa502 Pretty-print tagger dates. 19 years ago
Junio C Hamano 1c15afb934 xread/xwrite: do not worry about EINTR at calling sites. 19 years ago