hub/git
Mislav Marohnić 2da8235c10 [remotes] Fix parsing `~/.ssh/config` on Windows
Use `homedir.Dir()` instead of `Getenv("HOME")` on Windows to look up
`~/.ssh/config` in the correct location.
2019-09-20 22:43:59 +02:00
..
git.go Only process stdout when shelling out to git 2019-05-08 20:51:49 +02:00
git_test.go Fixed ineffectual assignments in tests 2019-07-23 09:31:17 +02:00
ssh_config.go [remotes] Fix parsing `~/.ssh/config` on Windows 2019-09-20 22:43:59 +02:00
ssh_config_test.go Allow specifying a literal `%h` in `HostName` ssh config 2018-11-09 15:17:53 +01:00
url.go Handle all sorts of weird git remote URLs 2016-01-22 01:28:31 +11:00
url_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00