aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-08 09:16:38 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-08 09:16:38 -0700
commitbf0c6e839c692142784caf07b523cd69442e57a5 (patch)
tree82e9dc75087c715ef4a9da6fc89674aa74efee1c /cache.h
parente497ea2a9b6c378f01d092c210af20cbee762475 (diff)
downloadgit-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 98a32a9ad3..b1313c503c 100644
--- a/cache.h
+++ b/cache.h
@@ -7,6 +7,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <string.h>
#include <errno.h>
#include <sys/mman.h>