projects
/
webpoll
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
subtrees for cgilite
author
Paul Hänsch
<paul@plutz.net>
Thu, 15 Jul 2021 13:49:43 +0000
(15:49 +0200)
committer
Paul Hänsch
<paul@plutz.net>
Thu, 15 Jul 2021 13:49:43 +0000
(15:49 +0200)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
24781a9
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,9
@@
+.PHONY: _subtrees
+
+_subtrees: _cgilite
+
+cgilite:
+ git subtree add --squash -P $@ https://git.plutz.net/git/$@ master
+
+_cgilite: cgilite
+ git subtree pull --squash -P $< https://git.plutz.net/git/$< master