summaryrefslogtreecommitdiffstats
path: root/git-follow/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-follow/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-follow/upload-patches.sh')
-rw-r--r--git-follow/upload-patches.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/git-follow/upload-patches.sh b/git-follow/upload-patches.sh
deleted file mode 100644
index 88da064..0000000
--- a/git-follow/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