Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-06remove trailing LF in die() messagesAlexander Potashev
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-08-31Start conforming code to "git subcmd" styleHeikki Orsila
2008-07-14Make usage strings dash-lessStephan Beyer
2008-06-29git cat-file: Fix memory leak in batch modeBjörn Steinbrink
2008-06-10cat-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-26Merge 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-25Builtin git-cat-fileTimo Hirvonen