summaryrefslogtreecommitdiffstats
path: root/git-rebase-subtree/upload-patches.sh
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-07 18:40:27 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-07 18:40:27 +0100
commitc6d8622c527ab58018928c617d03f747cef9a70b (patch)
treee985f157144d7d608e4af3e4d203b0d5056c53c3 /git-rebase-subtree/upload-patches.sh
parent797dc152f1885e9eee2c8826a491a52ef2f61699 (diff)
downloadndim-git-utils-c6d8622c527ab58018928c617d03f747cef9a70b.tar.gz
ndim-git-utils-c6d8622c527ab58018928c617d03f747cef9a70b.tar.xz
ndim-git-utils-c6d8622c527ab58018928c617d03f747cef9a70b.zip
Completed rename to git-rebase-subtree
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