You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reported GitwebUrl assumes that the service will always be on port 80. This is untrue. The -port input should be used to append a :$port to the domain name when the port is not 80.
Current behavior:
$ ./goit
Usage of ./goit:
-excludeRegexp="": Exlude paths from being listed
-gitwebServer="localhost": Gitweb server's hostname
-port="8080": Port to listen from
-runServer=false: Run web server or just print repositories
$ ./goit .
{"Name":"goit","Path":"/home/buck/trees/theirs/goit","RelativePath":"home/buck/trees/theirs/goit","GitwebUrl":"https://localhost?p=home/buck/trees/theirs/goit","Type":1}
The reported GitwebUrl assumes that the service will always be on port 80. This is untrue. The -port input should be used to append a :$port to the domain name when the port is not 80.
Current behavior:
Correct behavior:
The text was updated successfully, but these errors were encountered: