diff options
author | epoch <epoch@hacking.allowed.ano> | 2017-03-21 02:16:12 +0000 |
---|---|---|
committer | epoch <epoch@hacking.allowed.ano> | 2017-03-21 02:16:14 +0000 |
commit | db2a05323172526c2662c016dcb020b2813c427e (patch) | |
tree | 80cf96aa76a636b120676c67be365dcf0349df86 /contrib/whoisd/whoisd.pl | |
parent | 22dd5e6fcfcae798be76ca088b80f5788f97abfe (diff) | |
download | resdb-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-x | contrib/whoisd/whoisd.pl | 1 |
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. |