aboutsummaryrefslogtreecommitdiff
path: root/builtin-cat-file.c
Commit message (Expand)AuthorAge
* remove trailing LF in die() messagesAlexander Potashev2009-01-05
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* Start conforming code to "git subcmd" styleHeikki Orsila2008-08-30
* Make usage strings dash-lessStephan Beyer2008-07-13
* git cat-file: Fix memory leak in batch modeBjörn Steinbrink2008-06-28
* cat-file --batch / --batch-check: do not exit if hashes are missingLea Wiemann2008-06-09
* cat-file --batch: flush stdout also when objects are missingLea Wiemann2008-06-03
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | builtin-cat-file.c: use parse_options()Michele Ballabio2008-05-23
* | git-cat-file: Add --batch optionAdam Roben2008-05-05
* | git-cat-file: Add --batch-check optionAdam Roben2008-05-05
* | git-cat-file: Make option parsing a little more flexibleAdam Roben2008-05-05
* | git-cat-file: Small refactor of cmd_cat_fileAdam Roben2008-05-05
|/
* Cleanup variables in cat-fileShawn O. Pearce2007-04-22
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Relative timestamps in git logLinus Torvalds2006-08-26
* Add write_or_die(), a helper functionRene Scharfe2006-08-21
* Make pprint_tag void and cleans up call in cmd_cat_file.David Rientjes2006-08-14
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Call builtin ls-tree in git-cat-file -pPetr Baudis2006-05-26
* Builtin git-cat-fileTimo Hirvonen2006-05-24