diff options
-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' -- "$@" |