Show correct core version

This commit is contained in:
Nullptr 2022-03-18 13:14:32 +08:00
parent ebb70a4d63
commit 6f92a67bd7
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ val commitCount = run {
val coreCommitCount = run {
val repo = FileRepository(rootProject.file(".git/modules/core"))
val refId = repo.refDatabase.exactRef("refs/remotes/origin/lspatch").objectId!!
val refId = repo.refDatabase.exactRef("HEAD").objectId!!
Git(repo).log().add(refId).call().count()
}

2
core

@ -1 +1 @@
Subproject commit e0de4ca6d7c1757de85094672a8c069e6a90fb65
Subproject commit 3049dbb29b6d03f7c49722dbe2fa9c9b278f7120