public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Fixed authenticated git uri.


git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@648733 
13f79535-47bb-0310-9956-ffa450edef68
vic (author)
Wed Apr 16 09:12:52 -0700 2008
commit  d85e0e5eef9bdbba7be3d1d4e263433cef084b90
tree    e2618f19511778356afbf2ed635246ca783e9eb8
parent  9d67bc6336e2990718f4b6ec2a7e2df499c0ddaf
...
206
207
208
209
 
210
211
212
213
 
 
214
215
216
...
206
207
208
 
209
210
211
 
 
212
213
214
215
216
0
@@ -206,11 +206,11 @@ def optparse(options = OpenStruct.new, argv = ARGV)
0
     opt.separator ""
0
     opt.separator "OPTIONS:"
0
 
0
- opt.on('-a', "--anonymous", "Use git://github.com/vic/buildr.git as origin") do
0
+ opt.on('-a', "--anon", "Use git://github.com/vic/buildr.git as origin") do
0
       options.origin = "git://github.com/vic/buildr.git"
0
     end
0
- opt.on('-A', "--authenticated", "Use git@github.com:vic/buildr.git as origin") do
0
- options.origin = "git@github.com/vic/buildr.git"
0
+ opt.on('-A', "--auth", "Use git@github.com:vic/buildr.git as origin") do
0
+ options.origin = "git@github.com:vic/buildr.git"
0
     end
0
     opt.on("-o", "--origin GIT_URL", "Clone from GIT_URL origin") do |value|
0
       options.origin = value

Comments

    No one has commented yet.