-- Calvin Taylor 506 260-2866
Thank you for filling out a Git bug report! Please answer the following questions to help us understand your issue. What did you do before the bug happened? (Steps to reproduce your issue) have macos and I have some commands possibly remapped like gsed, gfind to sed, find What did you expect to happen? (Expected behavior) git ls-files -d to show deleted files in my repository What happened instead? (Actual behavior) nothing is shown, I enabled GIT_TRACE=1, and started bash incase oh-my-zsh might have been interfereing, and got similar results $ git ls-files -d 09:42:47.692880 exec-cmd.c:139 trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/bin/git 09:42:47.693591 exec-cmd.c:238 trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/bin 09:42:47.695053 git.c:444 trace: built-in: git ls-files -d 09:42:47.764089 exec-cmd.c:139 trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/bin/git 09:42:47.764921 exec-cmd.c:238 trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/bin 09:42:47.765919 git.c:444 trace: built-in: git config --get oh-my-zsh.hide-dirty What's different between what you expected and what actually happened? I have several directories I'd like to delete temporarily so I can simplify and study build processes Anything else you want to add: Please review the rest of the bug report below. You can delete any lines you don't wish to share. [System Info] git version: git version 2.30.1 (Apple Git-130) cpu: x86_64 no commit associated with this build sizeof-long: 8 sizeof-size_t: 8 shell-path: /bin/sh uname: Darwin 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64 compiler info: clang: 12.0.5 (clang-1205.0.22.6) libc info: no libc information available $SHELL (typically, interactive shell): /bin/zsh [Enabled Hooks]