summaryrefslogtreecommitdiffstats
path: root/git-rebase-subtree/upload-patches.sh
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-08-01 21:08:02 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-08-01 21:09:20 +0200
commit7a2ac4772aad51feb7e90956c30b2791ffc99fe8 (patch)
treee6584d6650a338f56e771622d381315042e3258c /git-rebase-subtree/upload-patches.sh
parent0710e25ff42a357e902bb005a07d8cb126c23b86 (diff)
downloadndim-git-utils-7a2ac4772aad51feb7e90956c30b2791ffc99fe8.tar.gz
ndim-git-utils-7a2ac4772aad51feb7e90956c30b2791ffc99fe8.tar.xz
ndim-git-utils-7a2ac4772aad51feb7e90956c30b2791ffc99fe8.zip
Remove obsolete rebase/diff/upload shell scriptsHEADmaster
Diffstat (limited to 'git-rebase-subtree/upload-patches.sh')
-rw-r--r--git-rebase-subtree/upload-patches.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/git-rebase-subtree/upload-patches.sh b/git-rebase-subtree/upload-patches.sh
deleted file mode 100644
index 88da064..0000000
--- a/git-rebase-subtree/upload-patches.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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