summaryrefslogtreecommitdiff
path: root/builtin-cat-file.c
AgeCommit message (Expand)Author
2009-05-31Merge branch 'sb/opt-filename'Junio C Hamano
2009-05-25fix cat-file usage message and documentationJeff King
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-29git cat-file: Fix memory leak in batch modeBjörn Steinbrink
2008-06-09cat-file --batch / --batch-check: do not exit if hashes are missingLea Wiemann
2008-06-03cat-file --batch: flush stdout also when objects are missingLea Wiemann
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-23builtin-cat-file.c: use parse_options()Michele Ballabio
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-06git-cat-file: Add --batch optionAdam Roben
2008-05-06git-cat-file: Add --batch-check optionAdam Roben
2008-05-06git-cat-file: Make option parsing a little more flexibleAdam Roben
2008-05-06git-cat-file: Small refactor of cmd_cat_fileAdam Roben
2007-04-22Cleanup variables in cat-fileShawn O. Pearce
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-08-27Relative timestamps in git logLinus Torvalds
2006-08-22Add write_or_die(), a helper functionRene Scharfe
2006-08-15Make pprint_tag void and cleans up call in cmd_cat_file.David Rientjes
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-05-26Call builtin ls-tree in git-cat-file -pPetr Baudis
2006-05-24Builtin git-cat-fileTimo Hirvonen