mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
f255894413af0d5efbe1161f4beb437042e58dfd
This code originates from a PR against sbt 0.13: https://github.com/sbt/sbt/pull/2576 The sbt/librarymanagement part was forward-ported to sbt/librarymanagement and merged, while the sbt/sbt part wasn't. So let's get rid of this so we can drop the dependency on util-completion.
librarymanagement module for sbt
git clone --no-hardlinks --branch 0.13 sbt sbt-modules/librarymanagement
cd sbt-modules/librarymanagement
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- ivy util/cross' --prune-empty
git reset --hard
git gc --aggressive
git prune
git cb 1.0
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%