From db2a05323172526c2662c016dcb020b2813c427e Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 21 Mar 2017 02:16:12 +0000 Subject: added a small tweak to whoisd to show current commit of resdb in whoisd. added and change angelica's resources. --- contrib/whoisd/whoisd.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/whoisd/whoisd.pl') diff --git a/contrib/whoisd/whoisd.pl b/contrib/whoisd/whoisd.pl index c056395..19af889 100755 --- a/contrib/whoisd/whoisd.pl +++ b/contrib/whoisd/whoisd.pl @@ -266,6 +266,7 @@ else { $user=$QUERY; } $user =~ s/[\r\n]//g; +printf "%%%% %s", `git log -1 | head -n1`; printf "%%%% found user: %s for the query.\n", $user; #k. we got user... now to find stuff belonging to that user. -- cgit v1.2.3