3 # List all the files under version control in the source tree.
9 *) echo >&2 "Usage: $0 [top_srcdir]"; exit 2 ;;
12 if [ -r .git
/HEAD
]; then
14 exec ${GIT:-git} ls-files
18 echo >&2 'Cannot list sources without some version control system in use.'