This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# More information at https://github.com/jakeleboeuf/contributor/issues/8 | |
git log --author="Michael Stramel|mstramel|stramel" --perl-regexp --all --pretty=tformat: --numstat | \ | |
grep -v docs | \ | |
gawk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END \ | |
{ printf "added lines: %s removed lines : %s total lines: %s\n",add,subs,loc }' - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Tue Mar 04 20:32:56.275827 2014] [ssl:warn] [pid 10952:tid 140190021068608] AH01909: RSA certificate configured for 192.168.33.10.xip.io:443 does NOT include an ID which matches the server name | |
[Tue Mar 04 20:32:58.155500 2014] [ssl:warn] [pid 11202:tid 139739659188032] AH01909: RSA certificate configured for 192.168.33.10.xip.io:443 does NOT include an ID which matches the server name | |
[Tue Mar 04 20:32:58.231900 2014] [ssl:warn] [pid 11203:tid 139739659188032] AH01909: RSA certificate configured for 192.168.33.10.xip.io:443 does NOT include an ID which matches the server name | |
[Tue Mar 04 20:48:59.062314 2014] [fastcgi:error] [pid 14607:tid 139739552024320] [client 192.168.33.1:59866] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec) | |
[Tue Mar 04 20:48:59.062945 2014] [fastcgi:error] [pid 14607:tid 139739552024320] [client 192.168.33.1:59866] FastCGI: incomplete headers (0 bytes) received from server "/usr/lib/cgi-bin/php5-fcgi" |
NewerOlder