Fabian Homborg
18d7123ff4
fish_git_prompt: Use count
from stdin
...
Removes any uses of `wc` in our codebase.
2019-03-15 14:31:36 +01:00
hyperfekt
8a0d794337
fish_git_prompt: optionally show stash state in informative mode
2019-03-12 18:47:28 +01:00
Max Nordlund
44ad92ef50
Fix typo
2019-02-20 16:00:59 -08:00
Fabian Homborg
df28f76698
git-prompt: Test untracked the right way around
...
This only showed untracked files if showuntrackedfiles was != true.
That's just exactly wrong.
Fortunately this wasn't in a release.
[ci skip]
2019-02-10 14:54:32 +01:00
Fabian Homborg
cb7762b7c0
Move __fish_git_prompt -> fish_git_prompt
...
This exposes it more, since it's quite an important function.
We should do the same with the other vcs functions.
We leave a compatibility shim in place for now.
2019-02-10 14:44:50 +01:00