-
-
Notifications
You must be signed in to change notification settings - Fork 610
honor showUntrackedFiles config #753
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
Conversation
Should you check gui.displayuntracked? I can't seem to find if it's an official flag or only for git-cola. It is mentioned in the official git repo here |
I went for the more standard config. did you test this branch on your use case again? |
It partially works, it doesn't show the untracked files. However it still attempts to stage them when I run "Stage All" I think either Stage-All should ignore untracked files (if For example these commits in my fork: |
I have manually 'rebased' my fork onto your new way of getting the https://github.com/IndianBoy42/gitui/tree/yadm If you are okay with it I can send a pull request after this PR is merged |
@IndianBoy42 I will fix the stage_all it should honour the same config. but an additional command for staging untracked files when you configured it to not show them does not carry its own weight IMO |
@IndianBoy42 |
This works well now. Sorry to keep bothering but I remembered another thing that I added in my branch. You may want the 'stash untracked' option to be unchecked by default if |
should work now |
closes #752