Show correct core version
This commit is contained in:
parent
ebb70a4d63
commit
6f92a67bd7
|
|
@ -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
2
core
|
|
@ -1 +1 @@
|
|||
Subproject commit e0de4ca6d7c1757de85094672a8c069e6a90fb65
|
||||
Subproject commit 3049dbb29b6d03f7c49722dbe2fa9c9b278f7120
|
||||
Loading…
Reference in New Issue