Skip to content

Instantly share code, notes, and snippets.

@pbraun9
Last active July 21, 2019 18:07
Show Gist options
  • Save pbraun9/647206d36d0f4ed0825756773b421117 to your computer and use it in GitHub Desktop.
Save pbraun9/647206d36d0f4ed0825756773b421117 to your computer and use it in GitHub Desktop.
untracked files not seen
platform: netbsd-current NetBSD 8.99.51 (XEN3_DOMU) amd64
built git 2.22
--with-curl=/usr/local \
--with-expat \
--without-python \
--without-tcltk \
in case it matters, filesystem is ext2fs which is exotic, even for a BSD
fetching a random repository (ideally a small one) e.g.
git clone https://github.com/ttsou/kalibrate.git
cd kalibrate/
echo ok > filename
git status
result is
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
while it should show `filename` as Untracked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment