Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: add repository argument to lookup_commit_reference_gently
[gitweb.git]
/
sequencer.c
diff --git
a/sequencer.c
b/sequencer.c
index 4cf7afbab6de22184697c45c4d8e757c79ec925f..b4170b748cca94510602a269fe371a7e435fcd89 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-3610,7
+3610,7
@@
int sequencer_pick_revisions(struct replay_opts *opts)
continue;
if (!get_oid(name, &oid)) {
- if (!lookup_commit_reference_gently(&oid, 1)) {
+ if (!lookup_commit_reference_gently(
the_repository,
&oid, 1)) {
enum object_type type = oid_object_info(the_repository,
&oid,
NULL);