Aaron D. Marasco

Results 5 comments of Aaron D. Marasco

I have had problems with this in large repos as well, and appreciate the improvement. However, in the past, I've had trouble with "git rev-parse" before. I'll annotate the changeset.

Honestly, I don't want/use untracked indication. That is different than dirty.

`git help stash` says "The command takes options applicable to the `git log` command to control what is shown and how." I just got it from there. `--grep` without the...

`if [ -n "$(git stash ...)" ]; then do_something_because_string_is_not_blank; fi`

Instead of a variable that disables all repos in your current shell, another option is to have something in your local clone that you know is problematic. A quick example...