summaryrefslogtreecommitdiffstats
path: root/git-rebase-subtree/upload-patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-rebase-subtree/upload-patches.sh')
-rw-r--r--git-rebase-subtree/upload-patches.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-rebase-subtree/upload-patches.sh b/git-rebase-subtree/upload-patches.sh
new file mode 100644
index 0000000..88da064
--- /dev/null
+++ b/git-rebase-subtree/upload-patches.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -x
+rsync -avz --delete patches/ "${RSYNC_HOST}:${RSYNC_DIR}/patches/"
+for branch in "" ndim-trivial-fixes ndim-doc ndim-git-version
+do
+ git push -f public ${branch}
+done