26 Sep
2007
26 Sep
'07
9:28 p.m.
Loui wrote:
I've a note of warning because I've run into this situation a few times before. When hosting a git repo via http you may have to `git-update-server-info` for people to pull/fetch the recent changes even if gitweb does show the changes.
I didn't know this but Eliott helped me out with this useful tip, so I'm sharing! If you do: chmod u+x whatever.git/hooks/post-update that should run update-server-info after you push changes to it for you... so you don't have to run it manually yourself each time. - P