| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-03 | Fix author-scan.sh on BSD systems. | Matt Armstrong | |
| BSD xargs does not have the -d option. Here we use tr to convert newlines to NUL characters, then pass -0 to xargs (which BSD does support). I looked at passing -z to 'git ls-files', but I did not find a BSD grep option to turn on NUL deliminted line processing. | |||
| 2020-06-05 | devel: script to calculate a list of authors. | David Bremner | |
| As an initial heuristic, report anyone with at least 15 lines of code in the current source tree. Test corpora are excluded, although probabably this doesn't change much about the list of authors produced. | |||
