Remove prompting from example Git pre-commit hook.
commite5f47376c8aa54c5d4eb8709b95f9cf68c4fa32f
authorRomain Francoise <rfrancoise@debian.org>
Sun, 12 Sep 2010 08:56:36 +0000 (12 10:56 +0200)
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>
Thu, 9 Feb 2012 23:41:10 +0000 (10 00:41 +0100)
tree2a494a9047c9d7a366c0aba763d51b05ac8c9417
parentf2024c74cbb81e6f42cb878c803265e429711ddf
Remove prompting from example Git pre-commit hook.

Hooks now run with stdin closed (since Git version 1.5.4) and prompting
will not work when using a high-level interface such as git-gui or Emacs
anyway.
examples/pre-commit