summaryrefslogtreecommitdiffstats
path: root/builtin-cat-file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/opt-filename'Junio C Hamano2009-05-311-1/+1
|\
| * parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* | fix cat-file usage message and documentationJeff King2009-05-251-2/+2
|/
* remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* Start conforming code to "git subcmd" styleHeikki Orsila2008-08-301-2/+2
* Make usage strings dash-lessStephan Beyer2008-07-131-2/+2
* git cat-file: Fix memory leak in batch modeBjörn Steinbrink2008-06-281-0/+1
* cat-file --batch / --batch-check: do not exit if hashes are missingLea Wiemann2008-06-091-3/+6
* cat-file --batch: flush stdout also when objects are missingLea Wiemann2008-06-031-0/+1
* Merge branch 'js/config-cb'Junio C Hamano2008-05-251-1/+1
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* | builtin-cat-file.c: use parse_options()Michele Ballabio2008-05-231-73/+46
* | git-cat-file: Add --batch optionAdam Roben2008-05-051-18/+45
* | git-cat-file: Add --batch-check optionAdam Roben2008-05-051-2/+72
* | git-cat-file: Make option parsing a little more flexibleAdam Roben2008-05-051-12/+30
* | git-cat-file: Small refactor of cmd_cat_fileAdam Roben2008-05-051-16/+22
|/
* Cleanup variables in cat-fileShawn O. Pearce2007-04-221-12/+18
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-8/+11
* Relative timestamps in git logLinus Torvalds2006-08-261-1/+1
* Add write_or_die(), a helper functionRene Scharfe2006-08-211-23/+6
* Make pprint_tag void and cleans up call in cmd_cat_file.David Rientjes2006-08-141-4/+5
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* Call builtin ls-tree in git-cat-file -pPetr Baudis2006-05-261-1/+1
* Builtin git-cat-fileTimo Hirvonen2006-05-241-0/+167