Support `options` in `git_status.fetch()`
It looks like support was available/built-in, but possibly left out for some reason?
Happy to rework, this is just to start conversations :)
This Pull Request fixes/closes #2263.
I followed the checklist:
- [ ] I added unittests
- [x] I ran
make checkwithout errors - [x] I tested the overall application
- [ ] I added an appropriate item to the changelog
It would also be good to know your stance on the ? idea, or any other additions you might want to this to make this mergeable.
I just realized I got it backwards! That is totally my bad :sweat_smile:
thanks for looking into this. i wonder what blame tells us how this got overseen - I assume no one ever used it so it went unnoticed 🙈
thanks for looking into this. i wonder what blame tells us how this got overseen - I assume no one ever used it so it went unnoticed 🙈
It seems to be, it's been 3 years! To be completely fair, most people (myself included) don't know how Git works in most cases. All you usually need is the good ol' clone <repo>; add <things>; commit -m <changes>; push;
I remember seeing this was from Stephan Dilly (though I'm not sure who that is, he's in a lot of the old code. Is that your old handle / name perhaps? Or an old maintainer?)
After blaming (using the recursive blame I just added! haHA!!), the project at that point was (as far as I can tell) fully able to support it (the options were there already). Maybe it was just planned to be done in a separate commit.
I'm glad someone is working on this. Thank you guys. I use stashing a lot, so this would definitely help me.
I suppose this solution doesn't really change anything in the functionality, when user swaps different values in Options -> Status -> Show untracked on Stash tab [4]. In my case switching to different values in the Show untracked option doesn't change what files are displayed on Stash tab [4], only what files are displayed on Status tab [1].