cli/git
Odin Ugedal 12887db9c8
Fix wrong repo url being used for pushing
afaik this should be finalURL (the fork) and not initURL (the upstream),
otherwise a bit of the code above can be removed.
2020-02-13 17:30:54 +01:00
..
git.go Rename to cli/cli 2020-01-24 16:08:52 +01:00
git_test.go Rename to cli/cli 2020-01-24 16:08:52 +01:00
remote.go Fix wrong repo url being used for pushing 2020-02-13 17:30:54 +01:00
remote_test.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
ssh_config.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
ssh_config_test.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
url.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00