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 /xlog | |
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 'xlog')
-rwxr-xr-x | xlog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlog b/xlog index de94eee..c0ef306 100755 --- a/xlog +++ b/xlog @@ -2,4 +2,4 @@ # xlog PKG - open commit log for XBPS template cd $(xdistdir)/srcpkgs -git log -p "$@" +git log -p -- "$@" |