Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
replace_object: add mechanism to replace objects found in "refs/replace/"
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 0ab1cff30de7b3cc745ce79acca4a3f7cfbd1977..eaea65cc6f983a8cd6e4d492a54dab085e68fc4b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-512,6
+512,7
@@
LIB_OBJS += read-cache.o
LIB_OBJS += reflog-walk.o
LIB_OBJS += refs.o
LIB_OBJS += remote.o
+LIB_OBJS += replace_object.o
LIB_OBJS += rerere.o
LIB_OBJS += revision.o
LIB_OBJS += run-command.o