Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d287ec8f7cdb747d6f90acd09065f04970897629
commit d287ec8f7cdb747d6f90acd09065f04970897629 Author: VÃRÃSKÅI András <[email protected]> Date: Mon Jun 13 16:44:16 2011 +0200 docs/repos.txt make post-receive hook executable diff --git a/docs/repos.txt b/docs/repos.txt index c6233f3..f47eba7 100644 --- a/docs/repos.txt +++ b/docs/repos.txt @@ -74,6 +74,7 @@ For the last one: ---- mv .git/hooks/post-update{.sample,} echo "unset GIT_DIR; cd ..; git checkout -f" > .git/hooks/post-receive +chmod +x .git/hooks/post-receive ---- For the others:
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
