LWN.net Logo

git Mailing List

git Mailing List

Posted Apr 13, 2005 7:21 UTC (Wed) by PaulDickson (subscriber, #478)
Parent article: The guts of git

I totally missed the announcement about the git mailing list. I only saw
a single refersnce to it. Here's a link:

http://vger.kernel.org/vger-lists.html#git


(Log in to post comments)

Howto checkin git hook

Posted Aug 17, 2009 17:13 UTC (Mon) by dajoe13 (guest, #60297) [Link]

I have not been able to find out how to commit and push a hook to my git server archive for everyone's benefit. The githooks man page does not descrive this and I have not turned up any fruitful google searches on the topic.

I am trying to add a post-checkout hook. I also noticed that the post-checkout sample does not exist when I init a new archive. I am running git version 1.6.0.2.

Regards,
Joe

Howto checkin git hook

Posted Aug 17, 2009 20:22 UTC (Mon) by nix (subscriber, #2304) [Link]

You can't push hooks, just as with everyting else under .git/: it would be
dangerous, if you think about it, because hooks are executable code!

You have to use some other mechanism (ssh, whatever) to install it at the
server end.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds