HomeFreeBSD

MFC r322798: newvers.sh: accommodate `git worktree`

Description

MFC r322798: newvers.sh: accommodate git worktree

newvers.sh looks for a .vcs subdirectory (e.g. .git, .svn) to determine
which vcs info tool to run (e.g., git rev-parse, svn info).

(As of r308789 in head / r323167 in stable/11 if a .vcs subdirectory is
not found at ${TOPDIR} then newvers.sh walks up successive parent
directories, testing for the .vcs subdirectory at each step. This is
done in case the FreeBSD source is built in a subdirectory as part of
some larger project, but either way newvers.sh still tests for the .vcs
subdirectory.)

However, when using git worktree there is no .git subdirectory but
rather a plain text .git file which contains a reference to the main
working tree.

Change findvcs() to test that the .vcs entry exists, regardless of type.

Sponsored by: The FreeBSD Foundation

Details

Provenance
emasteAuthored on
Parents
rS323167: MFC r308789 (glebius):
Branches
Unknown
Tags
Unknown