Fix Login Detection By Repo Param #151
Merged
6543
merged 5 commits from 6543/tea:fix-login-detection-by-repo-param
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch '6543/tea:fix-login-detection-by-repo-param'
Deleting a branch is permanent. It CANNOT be undone. Continue?
close #51
// initCommand returns repository and *Login based on flags
func initCommand() (*Login, string, string) {
login := initCommandLoginOnly()
Why remove this line?
login is overwritten later in any case now
2135af0304
into master 2 years ago2135af0304
.