Re: [git-users] Git Clone issue web vs ssh and file system

2011-09-19 Thread Konstantin Khomoutov
On Mon, 19 Sep 2011 07:59:24 -0700 (PDT)
Sébastien Chartrand  wrote:

> I have strange bug with git and apache once  I push my change to the
> server. I clone it again on an other computer the changes are not
> there. If I use ssh to clone, my changes are their. Same thing locally
> on server if I go trough the file system it's working.
> Any ideas ?
Looks like a missing call to `git update-server-info` in the
post-update hook.  Refer to githooks(5).

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Git Clone issue web vs ssh and file system

2011-09-19 Thread Sébastien Chartrand
Hi

I have strange bug with git and apache once  I push my change to the
server. I clone it again on an other computer the changes are not
there. If I use ssh to clone, my changes are their. Same thing locally
on server if I go trough the file system it's working.


Any ideas ?

Seb

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.