I am working in the FreeBSD ports repository.
The Mk directory has some changes and additions.
Other directories outside of Mk also have some additions.
The command I ran is:
> git stash push -m "x" -- Mk/
It is supposed to create a stash entry with only changes under Mk.
However, 'git stash show -p stash@{0}' shows changes outside of Mk as well.
Changes under Mk went into stash and disappeared from the directory.
Changes outside of Mk (wrongfully) also went into stash and remained in
the directory.
IMO, this is a bug in git-2.35.1
FreeBSD 13.1
Yuri