Michael Jarvis
Michael Jarvis
I wish there were easy step-by-step instructions on how to build the plugin locally, after bumping the supported version.
I've been struggling for several days, trying to get go-git to work, and I kept thinking it had something to do with ssh-agent, or that I had missed some minor...
I did some digging, to see how easy this would be to fix, and I don't think this is an issue in [go-git](https://github.com/go-git/go-git)'s code In [plumbing/transport/ssh/common.go](https://github.com/go-git/go-git/blob/f0b111ab70e4e90013658b0835929b2083902017/plumbing/transport/ssh/common.go#L158), in the `dial()` func,...
An even more fishier way would be to use the fish_user_paths universal variable. Example: `set -U fish_user_paths $HOME/.cargo/bin $fish_user_paths` No need to mess with config files. A universal variable, once...
Subscribing to this discussion to follow, because I was just bitten trying to type `git add chap1[345]` in fish shell, because I wanted commit the files in the directories `chap13`,...
I implemented something similar (see https://github.com/whilp/git-urls/pull/27) except I made my max len 8000, and it is still very performant.
This attempts to address https://github.com/advisories/GHSA-3f2q-6294-fmq5 and https://github.com/whilp/git-urls/issues/24. It is an alternative to https://github.com/whilp/git-urls/pull/25, but with a more generous URL length limit of 8000 instead of 1000. It still completes in...
vimcat does cat the file, but there are no colors, when I run it using Git Bash.