mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 14:05:52 +01:00
add -Xfuture option. fix warnings
view bounds and procedure syntax are deprecated
This commit is contained in:
@@ -42,7 +42,7 @@ object GitSpecUtil {
|
||||
autorName: String = "dummy",
|
||||
autorEmail: String = "dummy@example.com",
|
||||
message: String = "test commit"
|
||||
) {
|
||||
): Unit = {
|
||||
val builder = DirCache.newInCore.builder()
|
||||
val inserter = git.getRepository.newObjectInserter()
|
||||
val headId = git.getRepository.resolve(branch + "^{commit}")
|
||||
|
||||
Reference in New Issue
Block a user