Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase -i: implement the logic to initialize $revisions in C
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 08e5c545492c7261dea349d002aef8d3ea1d232f..909a687857ce97ce5c4fde1b37caa69c0b344a76 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-922,6
+922,7
@@
LIB_OBJS += protocol.o
LIB_OBJS += quote.o
LIB_OBJS += reachable.o
LIB_OBJS += read-cache.o
+LIB_OBJS += rebase-interactive.o
LIB_OBJS += reflog-walk.o
LIB_OBJS += refs.o
LIB_OBJS += refs/files-backend.o