[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

git-migration: Changes to 'master'



 clone |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1b1515ec6b91ab9aa7e4e4cb31bc8465f5d8fac4
Author: Thierry Reding <thierry@gilfi.de>
Date:   Wed Jan 3 17:58:05 2007 +0100

    Convert Pull: lines to Push: lines.

diff --git a/clone b/clone
index da15d46..e22f7b2 100755
--- a/clone
+++ b/clone
@@ -29,7 +29,7 @@ EOF
 					read b
 					while [ "x$b" != "x" ]; do
 						if [ "x$b" != "xmaster" ]; then
-							echo "Pull: refs/heads/$b:refs/heads/svn-$b" \
+							echo "Push: refs/heads/$b:refs/heads/svn-$b" \
 								>> .git/remotes/origin
 						fi
 



Reply to: