summaryrefslogtreecommitdiff
path: root/jh-checksource.sh
AgeCommit message (Collapse)Author
2013-05-12Specify that this is under the WTFPLLuke Shumaker
2013-05-12jh-checksource: ignore more filesLuke Shumaker
* ignore everything with the "audio/*" type * ignore XML files * ignore OGG files * ignore "*.git" directories * ignore gettext files based on filename ('/po/^[^/]*.gmo$')
2013-05-12jh-checksource: optimize check that reports whether unsafe files were foundLuke Shumaker
2013-05-12jh-checksource: local variablesLuke Shumaker
2013-05-12jh-checksource: remove temp files even for abnormal terminationLuke Shumaker
2013-04-25improve jh-checksourceLuke Shumaker
Code-wise: * add `-m` flag for machine readable * use mime-types instead of user-readable strings * ignore files less than 3 bytes Settings-wise: * ignore _all_ `inode/*`, `text/*`, `image/*` and `video/*` types * ignore PDFs and PostScript * ignore .hg files
2012-10-19jh-checksource: add more to the whitelistLuke Shumaker
2012-10-19jh-checksource: sort the unsafe files when printing themLuke Shumaker
2012-10-18fix a typov0.3.1Luke Shumaker
2012-10-18rewrite jh-checksourcev0.3Luke Shumaker
2012-10-10what is wrong with me?Luke Shumaker
2012-10-10fix problems with jh-checksourceLuke Shumaker
2012-10-10fix an error in checksourceLuke Shumaker
2012-10-10add 'checksource' and 'mksource'Luke Shumaker