mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
41c7e9b85d12e66b69d24a6fdcf3d18bde442771
* Make Nothing a singleton * Make Maybe's constructor private * Optimise equals to use reference equality first * Optimise Just.equals by having proper, non-anonymous subclasses * Having non-anonymous subclasses makes them have nicer classnames * Give Just a value() method
utility modules for sbt
cd sbt-modules/util-take2
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- build.sbt LICENSE NOTICE interface util/appmacro util/collection util/complete util/control util/log util/logic util/process util/relation cache' --prune-empty
git reset --hard
git gc --aggressive
git prune
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%