23 Commits (d2feb01aa580843261c25d8609369d17bcdf6028)

Author SHA1 Message Date
Jeff King 0e5168fd18 fix cat-file usage message and documentation 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 16 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 18 years ago
Rene Scharfe 7230e6d042 Add write_or_die(), a helper function 18 years ago
David Rientjes eddd1c8cef Make pprint_tag void and cleans up call in cmd_cat_file. 18 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
H. Peter Anvin 7950571ad7 A few more options for git-cat-file 19 years ago
Junio C Hamano 5da22bc14b cat-file: make it work in a subdirectory. 19 years ago
Junio C Hamano f16ebbdd1a [PATCH] cat-file: be consistent in usage string and documentation. 20 years ago
Junio C Hamano c62266f37c [PATCH] Avoid unnecessarily inflating and interpreting delta 20 years ago
Junio C Hamano 62bb99606d [PATCH] git-cat-file: '-s' to find out object size. 20 years ago
Junio C Hamano f2a06330f0 [PATCH] git-cat-file: use sha1_object_info() on '-t'. 20 years ago
Alexey Nezhdanov bab5583a49 [PATCH] git-export complains about mising cat-file 20 years ago
Linus Torvalds fa9e9c7bc4 Fix missing '\n' at end of git-cat-file -t output. 20 years ago
Linus Torvalds 11e7d5c594 Make "cat-file" use "read_object_with_reference()" 20 years ago
Linus Torvalds 3c249c9506 Add "get_sha1()" helper function. 20 years ago
Petr Baudis 2de381f919 [PATCH] Consolidate the error handling 20 years ago
Linus Torvalds 19b2860cba Use "-Wall -O2" for the compiler to get more warnings. 20 years ago
Linus Torvalds bf0c6e839c Make "cat-file" output the file contents to stdout. 20 years ago
Linus Torvalds 8bc9a0c769 Add copyright notices. 20 years ago
Linus Torvalds e83c516331 Initial revision of "git", the information manager from hell 20 years ago