Jim Myhrberg

Results 115 comments of Jim Myhrberg

I'm afraid git-aware-prompt is very specific to bash right now. For years I have wanted to do a complete rewrite that'll work on both bash and zsh, as I haven't...

Cool, I'll try to have a proper look at this week and merge it in :)

@joeytwiddle Very nice :)... I'll be spending some time on a proper update for git-aware-prompt soon. I personally haven't used the project since about 5 years ago when I switched...

@joeytwiddle @mikeweilgart You've both done some very impressive work :) I really like some of the features you two have added to your forks, and would love to incorporate at...

Hey, the use of `git diff-files` won't be surviving. As #7 points out there's some issues with it. Hopefully `git status` which I'm planning to use instead is faster for...

Would you mind running `time git status --porcelain 2>/dev/null` to see how it compares to `git diff-files`?

That's even worse than `git diff-files`. Unfortunately I need to switch back to `git status` again as `diff-files` doesn't notice untracked files. Have you garbage collected/optimized the repo with `git...

I've just pushed some changes which switches `find_git_dirty` back to using `git status` again so it works properly. As for your repo, I'm hoping running `git gc` will help with...

Any news about the performance after running `git gc`? :)

I'm gonna try to find some time to see if I can improve performance. Anyone know of any open source project I can clone that's causing these kinds of slow...