summaryrefslogtreecommitdiff
path: root/contrib/whoisd/whoisd.pl
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.ano>2017-03-21 02:16:12 +0000
committerepoch <epoch@hacking.allowed.ano>2017-03-21 02:16:14 +0000
commitdb2a05323172526c2662c016dcb020b2813c427e (patch)
tree80cf96aa76a636b120676c67be365dcf0349df86 /contrib/whoisd/whoisd.pl
parent22dd5e6fcfcae798be76ca088b80f5788f97abfe (diff)
downloadresdb-db2a05323172526c2662c016dcb020b2813c427e.tar.gz
resdb-db2a05323172526c2662c016dcb020b2813c427e.zip
added a small tweak to whoisd to show current commit of resdb in whoisd. added and change angelica's resources.
Diffstat (limited to 'contrib/whoisd/whoisd.pl')
-rwxr-xr-xcontrib/whoisd/whoisd.pl1
1 files changed, 1 insertions, 0 deletions
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.