diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-08 09:16:38 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-08 09:16:38 -0700 |
| commit | bf0c6e839c692142784caf07b523cd69442e57a5 (patch) | |
| tree | 82e9dc75087c715ef4a9da6fc89674aa74efee1c /cache.h | |
| parent | e497ea2a9b6c378f01d092c210af20cbee762475 (diff) | |
| download | git-bf0c6e839c692142784caf07b523cd69442e57a5.tar.gz | |
Make "cat-file" output the file contents to stdout.
New syntax: "cat-file -t <sha1>" shows the tag, while "cat-file <tag> <sha1>"
outputs the file contents after checking that the supplied tag matches.
Diffstat (limited to 'cache.h')
| -rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ #include <stddef.h> #include <stdlib.h> #include <stdarg.h> +#include <string.h> #include <errno.h> #include <sys/mman.h> |
