projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
config.txt: move fsck.* to a separate file
[git]
/
replace-object.h
diff --git
a/replace-object.h
b/replace-object.h
index
9345e10
..
16528df
100644
(file)
--- a/
replace-object.h
+++ b/
replace-object.h
@@
-10,6
+10,8
@@
struct replace_object {
struct object_id replacement;
};
+void prepare_replace_object(struct repository *r);
+
/*
* This internal function is only declared here for the benefit of
* lookup_replace_object(). Please do not call it directly.