Merge branch 'sb/hook-cleanup'
commit1afcde6da1221bdb85a3630d995f9ca384042cb9
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Jan 2009 00:50:43 +0000 (21 16:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Jan 2009 00:50:43 +0000 (21 16:50 -0800)
tree9a010c9a301e5574aacd6d56a48e9c18d9496bb0
parent35e6afd4c6bc73cba7bc279ff43b498389bf805a
parent14e6298f1215da503f0f65b63e13d674dd781868
Merge branch 'sb/hook-cleanup'

* sb/hook-cleanup:
  run_hook(): allow more than 9 hook arguments
  run_hook(): check the executability of the hook before filling argv
  api-run-command.txt: talk about run_hook()
  Move run_hook() from builtin-commit.c into run-command.c (libgit)
  checkout: don't crash on file checkout before running post-checkout hook
builtin-commit.c