sbt/util/io
Sanjin Sehic 972acc871a Allow retrieving of non-standard git URIs
Non-standard git URIs are ones that do not start with 'git:' nor end
with '.git'. An example of non-standard git URI is
'ssh://server/home/user/repo'.

The mechanism for specifying a non-standard git URI is done by
prefixing the whole URI with 'git:' to signify that it should be
handled with the git resolver. For example, non-standard git URIs like
'git:ssh://server/user/repo' and 'git:https://server/user/repo' can
now be used.
2012-02-13 22:02:44 -05:00
..
src/test/scala Use IO.write instead of explicit resource management 2011-10-26 21:43:42 +05:30
Hash.scala shorten default hash suffix for project ID 2011-07-12 23:09:57 -04:00
IO.scala more IO API documentation 2012-01-26 21:28:19 -05:00
IPC.scala Changes to assist with scripted testing of sbt 0.6.x series 2009-12-04 21:31:03 -05:00
NOTICE modified patch from Viktor and Ross 2010-10-28 23:02:46 -04:00
NameFilter.scala replace Path with RichFile 2011-05-14 18:21:41 -04:00
Pack.scala replace Path with RichFile 2011-05-14 18:21:41 -04:00
Path.scala Add Path.allSubpaths and API documentation for mappers 2012-01-26 21:28:19 -05:00
PathMapper.scala Add Path.allSubpaths and API documentation for mappers 2012-01-26 21:28:19 -05:00
Resources.scala * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
RichURI.scala Allow retrieving of non-standard git URIs 2012-02-13 22:02:44 -05:00
SourceModificationWatch.scala replace Path with RichFile 2011-05-14 18:21:41 -04:00
Using.scala readLines from URL 2011-03-13 21:32:38 -04:00