From 5be898f07c4feaaceeecc0159cc142e26a7310bd Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 25 Dec 2017 14:42:27 +0100 Subject: astyle pass --- tools/qbs/GitRepo.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/qbs/GitRepo.js b/tools/qbs/GitRepo.js index 04021c8..f3431f9 100644 --- a/tools/qbs/GitRepo.js +++ b/tools/qbs/GitRepo.js @@ -5,11 +5,8 @@ function read(workingDirectory) { git.setWorkingDirectory(workingDirectory); var meta = Object.create(null); - git.exec("git", ["describe", "--abbrev=0", "--tag"], true); - meta.version = git.readLine(); - git.exec("git", ["describe", "--long"], true); - meta.describe = git.readLine(); + meta.version = git.readLine(); return meta; } -- cgit v1.2.1