diff options
Diffstat (limited to 'contrib/whoisd')
| -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. | 
