aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-19 15:57:52 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-19 15:57:52 +0000
commit2d299f2c13e6e0c7593592b22b4597d940fc90bf (patch)
tree2a087d6185efd37e9bbe53f1dc386f408d7ffa2a /Scripts
parent773cf8b0ee231da963c2da62590e9bed7f5e6252 (diff)
downloadsequelpro-2d299f2c13e6e0c7593592b22b4597d940fc90bf.tar.gz
sequelpro-2d299f2c13e6e0c7593592b22b4597d940fc90bf.tar.bz2
sequelpro-2d299f2c13e6e0c7593592b22b4597d940fc90bf.zip
Removing unnecessary --oneline option.
Diffstat (limited to 'Scripts')
-rwxr-xr-xScripts/build-version.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/build-version.pl b/Scripts/build-version.pl
index e435573f..27a615c7 100755
--- a/Scripts/build-version.pl
+++ b/Scripts/build-version.pl
@@ -57,7 +57,7 @@ sub _get_revision_number
#
sub _get_revision_short_hash
{
- return `git log -n 1 --oneline --format=%h`;
+ return `git log -n 1 --pretty=format:%h`;
}
#