-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect GIT_WORK_DIR with fish #345
Comments
To help bug-hunting: I cannot reproduce this with
|
I have a laptop with similar specs with Ubuntu. Also no issue. Note that expliclitly setting alias yadm="env GIT_WORK_TREE=$HOME yadm" |
This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Describe the bug
yadm lists all my tracked files as deleted when running
yadm status
in any folder except $HOME.To reproduce
Can this be reproduced with the yadm/testbed docker image: No
testbed doesn't allow easy install of fish.
Steps to reproduce the behavior:
Expected behavior
yadm status
should list current status of your dotfiles.Instead it lists all dotfiles as deleted, as if the
GIT_WORK_TREE=.
is current directory instead of$HOME
.In other words, if you are in your $HOME folder, things works as expected.
Environment
The text was updated successfully, but these errors were encountered: