hub/git
Mislav Marohnić 64cfcdd19e Use `git symbolic-ref` to read the branch name for HEAD
This affects reading the current branch as well as reading the default
branch for a remote. Because we're no longer trying to read the ref
manually from the filesystem, this approach works with git worktrees.
2020-03-01 10:52:11 +01:00
..
git.go Use `git symbolic-ref` to read the branch name for HEAD 2020-03-01 10:52:11 +01: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