Assuming that I know there is a git-daemon running at git://git.mycompany.com, how can I list all repositories served by that specific instance?
Update: I don't have shell access to git.mycompany.com.
|
Assuming that I know there is a Update: I don't have shell access to git.mycompany.com. |
||||
|
|
|
There is one other way but it needs some assistance of you companies server admins. Git features a browsable web frontend called 'GitWeb' which can be configured to show all projects served by git. Details are explained in the GitWeb README - the config key of interest is called "GITWEB_PROJECTROOT":
Maybe you could have a talk with you admins - gitweb can be a great profit for all developers. |
|||
|
|
|
As far as I can tell, this needs to be done on the machine that is running |
|||||
|
|