[vtk-developers] Problems with git, and setup scripts

Brad King brad.king at kitware.com
Mon Jul 7 09:16:52 EDT 2014


On Thu, Jul 3, 2014 at 6:30 PM, jmerkow <jmerkow at gmail.com> wrote:
> I've made the changes, and I can add them but git commit is broken. use of
> git commit (i.e. git commit, git commit -m 'message', git commit -a), do
> nothing except print the following message ": No such file or directory"

To get verbose information about the execution of the pre-commit hook,
try running this from the top of the source tree:

 bash -x .git/hooks/pre-commit

That might show the command that fails in more detail.

-Brad



More information about the vtk-developers mailing list