Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Say when --track is useful in the git-checkout docs.
[gitweb.git]
/
blob.h
diff --git
a/blob.h
b/blob.h
index 8004c835e73d44f3d9f0adf533cbf2475c288b42..ea5d9e9f8b63be2c7048d19ee53feb06b0795c80 100644
(file)
--- a/
blob.h
+++ b/
blob.h
@@
-9,7
+9,7
@@
struct blob {
struct object object;
};
-struct blob *lookup_blob(unsigned char *sha1);
+struct blob *lookup_blob(
const
unsigned char *sha1);
int parse_blob_buffer(struct blob *item, void *buffer, unsigned long size);