mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJI-9 update repo before searching for icons
This commit is contained in:
@@ -33,6 +33,7 @@ private fun listGitTree(
|
||||
File(it).relativeTo(repo).path
|
||||
} ?: ""
|
||||
log("Inspecting $repo")
|
||||
listOf(GIT, "pull").execute(repo)
|
||||
return listOf(GIT, "ls-tree", "HEAD", "-r", relativeDirToList)
|
||||
.execute(repo).trim().lineSequence()
|
||||
.filter { it.isNotBlank() }.map { line ->
|
||||
|
||||
Reference in New Issue
Block a user