diff options
author | Michael Gehring <mg@ebfe.org> | 2016-02-15 13:51:25 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-02-15 14:04:31 +0100 |
commit | 28d26dcee792a2474e30c434bc6d73551afbf3c3 (patch) | |
tree | 7512a11e74044353838621dd20342ed7d1f8dc0a /xlg | |
parent | 12fe6680be056fca142a42a1c21d73da432c7bb6 (diff) | |
download | xtools-28d26dcee792a2474e30c434bc6d73551afbf3c3.tar.gz xtools-28d26dcee792a2474e30c434bc6d73551afbf3c3.tar.xz xtools-28d26dcee792a2474e30c434bc6d73551afbf3c3.zip |
xlog, xlg: don't get confused by branches
Closes: #32 [via git-merge-pr]
Diffstat (limited to 'xlg')
-rwxr-xr-x | xlg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlg b/xlg index 3f36bb6..e85f3af 100755 --- a/xlg +++ b/xlg @@ -2,4 +2,4 @@ # xlg PKG - open short commit log for XBPS template cd $(xdistdir)/srcpkgs -git log --date=short --pretty='%cd %h%d %cE: %s' "$@" +git log --date=short --pretty='%cd %h%d %cE: %s' -- "$@" |