[Paraview-developers] [vtk-developers] New git commit hooks

Brad King brad.king at kitware.com
Fri Apr 23 14:33:35 EDT 2010


David Gobbi wrote:
> Is it just me, or is this all a just misunderstanding due to
> miscommunication, because people are saying "commit" when they should
> be saying "push"?

There are *two* sets of hooks involved:

1.) pre-commit & commit-msg
    These are local, and must be put in .git/hooks by developers
    http://www.vtk.org/Wiki/VTK/Git#Hooks
    They happen at commit time.

2.) update
    This is server-side.  It happens at push time.

-Brad


More information about the Paraview-developers mailing list