diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 15:57:52 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 15:57:52 +0000 |
commit | 2d299f2c13e6e0c7593592b22b4597d940fc90bf (patch) | |
tree | 2a087d6185efd37e9bbe53f1dc386f408d7ffa2a /Scripts | |
parent | 773cf8b0ee231da963c2da62590e9bed7f5e6252 (diff) | |
download | sequelpro-2d299f2c13e6e0c7593592b22b4597d940fc90bf.tar.gz sequelpro-2d299f2c13e6e0c7593592b22b4597d940fc90bf.tar.bz2 sequelpro-2d299f2c13e6e0c7593592b22b4597d940fc90bf.zip |
Removing unnecessary --oneline option.
Diffstat (limited to 'Scripts')
-rwxr-xr-x | Scripts/build-version.pl | 2 |
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`; } # |