Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
parse-options: drop OPT_DATE()
[gitweb.git]
/
range-diff.c
diff --git
a/range-diff.c
b/range-diff.c
index 60edb2f518d6d696b8091ef6246791cd730f326f..bd8083f2d10cea9a464ebfd1490295d13267421a 100644
(file)
--- a/
range-diff.c
+++ b/
range-diff.c
@@
-354,7
+354,7
@@
static struct diff_filespec *get_filespec(const char *name, const char *p)
{
struct diff_filespec *spec = alloc_filespec(name);
- fill_filespec(spec, &null_oid, 0, 0644);
+ fill_filespec(spec, &null_oid, 0, 0
100
644);
spec->data = (char *)p;
spec->size = strlen(p);
spec->should_munmap = 0;