Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tree-diff: convert diff_root_tree_sha1 to struct object_id
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 1043e5376f35bd56f498f9078676c08ffcff687d..5ad435380f2055055744881465874001e7d037c9 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-163,7
+163,7
@@
int textconv_object(const char *path,
struct userdiff_driver *textconv;
df = alloc_filespec(path);
- fill_filespec(df, oid
->hash
, oid_valid, mode);
+ fill_filespec(df, oid, oid_valid, mode);
textconv = get_textconv(df);
if (!textconv) {
free_filespec(df);