--------------------------------------------
On Sun, 8/6/14, Gary O'Neall <g...@sourceauditor.com> wrote:
 
> I was
 not able to find an easy way to make the git repo cloneable
 without
 the ".git".  We are using
 gitolite to configure the repositories, so if
 there are any git experts on the mailing list
 with a solution, pls. let me
 know.
 
That sounds rubbish. Although git has its own protocol
(git://, over port 9418), it can operate over ftp, http, rsync,
etc and a dozen of other network protocols also also.
A non-exhaustive list is at the bottom of "man git-clone".

Though, it is not often documented that a directory needs to have an 
empty file "git-daemon-export-ok" to be acted on by the git server
daemon. Please just read up on that.
_______________________________________________
Spdx-tech mailing list
Spdx-tech@lists.spdx.org
https://lists.spdx.org/mailman/listinfo/spdx-tech

Reply via email to