[git-users] setup git server/web with lighttpd: gives …git-upload-pack not found

2013-08-01 Thread Jeanluca
I've setup lighttpd and gitweb. Created an empty repository as follows: $server git --version git version 1.7.11.7 $server git --bare init p1 $server cd p1 $server git update-server-info $server cd .. $server chown -R lighttpd:lighttpd p1 In the browser I can browse

Re: [git-users] Workflow from personal to local to remote?

2013-08-01 Thread Magnus Therning
On Wed, Jul 31, 2013 at 08:22:10AM -0700, leam hall wrote: I'm trying to design a workflow for our team and could use some advice. My git-fu is young. We have a remote repo that will store the authoritative code. That will be pulled to a server local repo where the team has access. Each

Re: [git-users] git on nfs is outrageously slow

2013-08-01 Thread dexter ietf
On Wednesday, July 31, 2013 5:36:41 PM UTC+5:30, John McKown wrote: That's exactly what I do. I have my bare repository on an NFS mounted filesystem, but my working directory on my local disk. It works well for me. Also, what is the speed between the local machine and the NFS server? I

[git-users] git name-rev --tags ouput

2013-08-01 Thread dexter ietf
what's the meaning of the following in git name-rev sha output. i know the commit went into 100.15 version, but what to make of ^2~4^2~1, any pointer to documentation ? tags/100.15^2~4^2~1 -- You received this message because you are subscribed to the Google Groups Git for human beings group.