guberm / tortoisegit

Automatically exported from code.google.com/p/tortoisegit
0 stars 0 forks source link

Per-remote proxy settings #2502

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if TortoiseGit could be extended with per-remote proxy 
settings in the Settings -> Remote window.

This would enable different proxy settings for company-internal remotes that 
can be accessed directly vs. external internet remotes which might need to go 
through a proxy. As of TortoiseGit 1.8.14, I need to manually enable/disable 
proxy settings when alternating between repositories or remotes, which is 
rather inconvenient.

GIT already supports specifying "proxy = server:port" settings within [remote 
...] sections in the config file for a GIT repo. Therefore, it should be 
straight-forward to implement a GUI for this feature.

Original issue reported on code.google.com by forde...@gmail.com on 7 May 2015 at 3:40

GoogleCodeExporter commented 9 years ago

Original comment by sstrickr...@googlemail.com on 19 May 2015 at 3:43