diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-08-01 21:08:02 +0200 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-08-01 21:09:20 +0200 |
commit | 7a2ac4772aad51feb7e90956c30b2791ffc99fe8 (patch) | |
tree | e6584d6650a338f56e771622d381315042e3258c /git-rebase-subtree/upload-patches.sh | |
parent | 0710e25ff42a357e902bb005a07d8cb126c23b86 (diff) | |
download | ndim-git-utils-master.tar.gz ndim-git-utils-master.tar.xz ndim-git-utils-master.zip |
Diffstat (limited to 'git-rebase-subtree/upload-patches.sh')
-rw-r--r-- | git-rebase-subtree/upload-patches.sh | 7 |
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 |