/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
object: convert parse_object* to take struct object_id
[git/git.git]
/
walker.c
diff --git
a/walker.c
b/walker.c
index
eae9fb9
..
274f1a4
100644
(file)
--- a/
walker.c
+++ b/
walker.c
@@
-180,7
+180,7
@@
static int loop(struct walker *walker)
}
}
if (!obj->type)
- parse_object(
obj->oid.hash
);
+ parse_object(
&obj->oid
);
if (process_object(walker, obj))
return -1;
}