K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-06-29T18:45:29.021980Z K 7 svn:log V 480 newvers.sh: avoid possibly invalid relative directory Previously newvers.sh passed --work-tree=${VCSDIR}/.. when invoking git. When using git worktree .git is actually a file, not a directory, and .git/.. is not a valid path. Although it appears git handles this internally (perhaps it normalizes the path first), it is simple enough for the script to store both the working tree top-level directory and the VCS (.git) directory, so do so. Sponsored by: The FreeBSD Foundation END