The "table-of-contents" in the update hook script should match the body
commit9a894e8e7c85794d39745eb83462a2001816ac3b
authorAndy Parkins <andyparkins@gmail.com>
Wed, 14 Feb 2007 11:20:32 +0000 (14 11:20 +0000)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 18:14:26 +0000 (14 10:14 -0800)
tree9f5d0aed171d2892b98e03d536bea84c1cba7d92
parentf5d43056a1b2487d032682a70c58f04d159718d7
The "table-of-contents" in the update hook script should match the body

44478d99ee0 introduced a filter using "git-rev-parse --not --all" to the
log display to prevent the display of revisions already in the
repository.  However, the table of contents generation didn't get that
same update.

This patch fixes that.  The table of contents before the log and the log
now both display the same list of revisions.

Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
templates/hooks--update