Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_file: convert index_path to struct object_id
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 9c382580306e340ed6333f96bc4919c4c507a7b9..65f8d1367044f039833c9611b7b2c25a9f3158de 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-3246,7
+3246,7
@@
static void diff_fill_oid_info(struct diff_filespec *one)
}
if (lstat(one->path, &st) < 0)
die_errno("stat '%s'", one->path);
- if (index_path(
one->oid.hash
, one->path, &st, 0))
+ if (index_path(
&one->oid
, one->path, &st, 0))
die("cannot hash %s", one->path);
}
}