Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: refactor common shell functions into their own file
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index c311532791c7fddb59eee3aac6d7f716616230e8..c210681a1dbc4320e59f5b4b1e57aedabaa3f35d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-619,6
+619,7
@@
SCRIPT_SH += git-web--browse.sh
SCRIPT_LIB += git-mergetool--lib
SCRIPT_LIB += git-parse-remote
SCRIPT_LIB += git-rebase--am
+SCRIPT_LIB += git-rebase--common
SCRIPT_LIB += git-rebase--interactive
SCRIPT_LIB += git-rebase--preserve-merges
SCRIPT_LIB += git-rebase--merge