/
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
notes-utils.c: remove the_repository references
[git/git.git]
/
builtin
/
am.c
diff --git
a/builtin/am.c
b/builtin/am.c
index
9537031
..
d320445
100644
(file)
--- a/
builtin/am.c
+++ b/
builtin/am.c
@@
-527,7
+527,7
@@
static int copy_notes_for_rebase(const struct am_state *state)
}
finish:
- finish_copy_notes_for_rewrite(c, msg);
+ finish_copy_notes_for_rewrite(
the_repository,
c, msg);
fclose(fp);
strbuf_release(&sb);
return ret;