receive-pack hooks updates.
authorJunio C Hamano <junkio@cox.net>
Tue, 2 Aug 2005 21:24:22 +0000 (14:24 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Aug 2005 05:51:09 +0000 (22:51 -0700)
commit19614330ddaf02367a7faf2ff5e09f1f39fd63c4
tree363ef273adc90690bad1f4665f5246a87faabc33
parent0bc3cdfc823e48069b778468196d8f5185a452cb
receive-pack hooks updates.

The earlier one conflated update and post-update hooks for no
good reason.  Correct that ugly hack.  Now post-update hooks
will take the list of successfully updated refs.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-receive-pack.txt
receive-pack.c
run-command.c
run-command.h