File: mkcontrib.sh

package info (click to toggle)
libfreenect 1%3A0.1.2%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,700 kB
  • sloc: ansic: 6,092; cs: 2,060; cpp: 1,896; python: 948; ruby: 873; java: 722; xml: 40; makefile: 28; sh: 27
file content (9 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "The following people have contributed to libfreenect:" > CONTRIB
echo >> CONTRIB

# note: some exclusions to clean up botched git author tags that got fixed in
# later commits, hopefully we'll be more careful about this in the future
git log --format='%aN <%aE>' | sort | uniq | grep -E -v \
	'brandyn@router|sl203|mwise@bvo|richmattes|kai.*none' | sort >> CONTRIB