git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd2ca7b
)
adding pull command
author
Carl Fürstenberg
<azatoth@gmail.com>
Tue, 15 Mar 2011 20:42:58 +0000
(21:42 +0100)
committer
Carl Fürstenberg
<azatoth@gmail.com>
Tue, 15 Mar 2011 20:42:58 +0000
(21:42 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
7b67f7a
..
84816a1
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-104,4
+104,7
@@
pull_submodules:
@@git submodule foreach "git pull origin \$$(git branch --no-color --contains \$$(git rev-parse HEAD) | grep -v \( | head -1)"
@@git submodule summary
+pull: pull_submodules
+ @@git pull ${REMOTE} ${BRANCH}
+
.PHONY: all jquery lint min init jq clean