diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-11-17 13:58:45 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-11-17 13:58:55 +0100 |
commit | c80529b1c3ba3940384db7bb5593d81d12dd2e2e (patch) | |
tree | a0f1d3ff454f429800ccec6482d7562b7c90bfdc /xlg | |
parent | bb7f95af50745dd4eb453d600abbf69f7dd13d78 (diff) | |
download | xtools-c80529b1c3ba3940384db7bb5593d81d12dd2e2e.tar.gz xtools-c80529b1c3ba3940384db7bb5593d81d12dd2e2e.tar.xz xtools-c80529b1c3ba3940384db7bb5593d81d12dd2e2e.zip |
xlg: ensure srcpkgs is found, show patch author v0.49
Diffstat (limited to 'xlg')
-rwxr-xr-x | xlg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlg b/xlg index e85f3af..8e59cf4 100755 --- a/xlg +++ b/xlg @@ -1,5 +1,5 @@ #!/bin/sh # xlg PKG - open short commit log for XBPS template -cd $(xdistdir)/srcpkgs -git log --date=short --pretty='%cd %h%d %cE: %s' -- "$@" +cd $(xdistdir)/srcpkgs && +git log --date=short --pretty='%cd %h%d %aE: %s' -- "$@" |