You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2008/10/14 23:41:28 UTC

svn commit: r704698 - /ode/trunk/ode-git.rb

Author: mriou
Date: Tue Oct 14 14:41:27 2008
New Revision: 704698

URL: http://svn.apache.org/viewvc?rev=704698&view=rev
Log:
Testing some git config.

Modified:
    ode/trunk/ode-git.rb

Modified: ode/trunk/ode-git.rb
URL: http://svn.apache.org/viewvc/ode/trunk/ode-git.rb?rev=704698&r1=704697&r2=704698&view=diff
==============================================================================
--- ode/trunk/ode-git.rb (original)
+++ ode/trunk/ode-git.rb Tue Oct 14 14:41:27 2008
@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with this
 # work for additional information regarding copyright ownership.  The ASF
@@ -287,7 +288,6 @@
   
   `git clone #{origin} #{local} 1>&2` unless File.directory?(File.join('.git', origin))
   
-  puts
   puts "Entering #{local} directory"
   puts
   Dir.chdir(local) do