Bug#799286: setup puts auth token in ~/.git/config

2020-11-10 Thread Leandro Lucarella
I would say this issue is invalid, as the setup command already have a -- global option and it is explained in the man how this works. Is true that not using --global less useful than doing it locally (in particular for clone) but it is a valid use case, as you might want to have per-repo auth

Bug#799286: setup puts auth token in ~/.git/config

2015-09-17 Thread Joey Hess
Package: git-hub Version: 0.9.0-1 Severity: normal I have my home in git, and running git hub setup put the auth in ~/.git/config. This prevented git hub clone from working, since I ran it elsewhere and it didn't look at that config. Moving the auth token to ~/.gitconfig worked. Suggest passing