Git balks at untracked files in zfs

bob prohaska <[email protected]>
Newsgroups gmane.os.freebsd.current
Message-ID <[email protected]>
For the last few git pull sessions git has been reporting
error: The following untracked working tree files would be overwritten by merge:
	share/man/man4/appleir.4
	sys/compat/linuxkpi/common/include/linux/hex.h
	sys/contrib/openzfs/.github/workflows/zfs-arm.yml
	sys/contrib/openzfs/man/man1/dbufstat.1
	sys/contrib/openzfs/tests/zfs-tests/cmd/clone_after_trunc.c
	sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key_userprop.ksh
.... and so forth. It looks like all the complaints are about openzfs

Runnig git reset --hard appears to clear the error:
root@www:/usr/src # git reset --hard
HEAD is now at 2b954770ddd nvme: Use passed in max_pages.

If I re-run git pull the system reports an update available and fails again:
root@www:/usr/src # git pull
Updating 2b954770ddd..7f207b6443f
error: The following untracked working tree files would be overwritten by merge:
	share/man/man4/appleir.4
	sys/compat/linuxkpi/common/include/linux/hex.h
	sys/contrib/openzfs/.github/workflows/zfs-arm.yml
	sys/contrib/openzfs/man/man1/dbufstat.1
	sys/contrib/openzfs/tests/zfs-tests/cmd/clone_after_trunc.c
	sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key_userprop.ksh
and so forth.

It looks like I'm stuck, is there a way to get unstuck? 

Thanks for reading,

bob prohaska
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.