From c80529b1c3ba3940384db7bb5593d81d12dd2e2e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 17 Nov 2017 13:58:45 +0100 Subject: xlg: ensure srcpkgs is found, show patch author --- xlg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlg') 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' -- "$@" -- cgit 1.4.1