Age | Commit message (Expand) | Author | Files | Lines |
2008-06-28 | git cat-file: Fix memory leak in batch mode | Björn Steinbrink | 1 | -0/+1 |
2008-06-09 | cat-file --batch / --batch-check: do not exit if hashes are missing | Lea Wiemann | 1 | -3/+6 |
2008-06-03 | cat-file --batch: flush stdout also when objects are missing | Lea Wiemann | 1 | -0/+1 |
2008-05-25 | Merge branch 'js/config-cb' | Junio C Hamano | 1 | -1/+1 |
2008-05-23 | builtin-cat-file.c: use parse_options() | Michele Ballabio | 1 | -73/+46 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
2008-05-05 | git-cat-file: Add --batch option | Adam Roben | 1 | -18/+45 |
2008-05-05 | git-cat-file: Add --batch-check option | Adam Roben | 1 | -2/+72 |
2008-05-05 | git-cat-file: Make option parsing a little more flexible | Adam Roben | 1 | -12/+30 |
2008-05-05 | git-cat-file: Small refactor of cmd_cat_file | Adam Roben | 1 | -16/+22 |
2007-04-22 | Cleanup variables in cat-file | Shawn O. Pearce | 1 | -12/+18 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -8/+11 |
2006-08-26 | Relative timestamps in git log | Linus Torvalds | 1 | -1/+1 |
2006-08-21 | Add write_or_die(), a helper function | Rene Scharfe | 1 | -23/+6 |
2006-08-14 | Make pprint_tag void and cleans up call in cmd_cat_file. | David Rientjes | 1 | -4/+5 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+1 |
2006-05-26 | Call builtin ls-tree in git-cat-file -p | Petr Baudis | 1 | -1/+1 |
2006-05-24 | Builtin git-cat-file | Timo Hirvonen | 1 | -0/+167 |