Add test case for $Id$ expanded in the repository
commitdfab71cb923d031715ebc3cf9f920d801250c552
authorAndy Parkins <andyparkins@gmail.com>
Sun, 27 May 2007 10:52:11 +0000 (27 11:52 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 May 2007 06:54:35 +0000 (28 23:54 -0700)
tree909ff942bbc62d261ca4fd5a5d2e19e9d7c05539
parentcdd5b82ee8e6941eee9c7b09df63c44789fd5c4b
Add test case for $Id$ expanded in the repository

This test case would have caught the bug fixed by revision
c23290d5.

It puts various forms of $Id$ into a file in the repository,
without allowing git to collapse them to uniformity.  Then enables the
$Id$ expansion on checkout, and checks that what is checked out has
coped with the various forms.

Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t0021-conversion.sh