summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAndy Parkins <andyparkins@gmail.com>2007-05-14 13:37:25 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-05-15 02:03:32 (GMT)
commitaf9b54bb2cb0e15780bf3e820b5f1ce399deb2c4 (patch)
treedc589b574cbadd85b0c573d6b5aed00262e6a693 /t
parent3545193735522f733fdb4e345f16ddf131e2007a (diff)
downloadgit-af9b54bb2cb0e15780bf3e820b5f1ce399deb2c4.zip
git-af9b54bb2cb0e15780bf3e820b5f1ce399deb2c4.tar.gz
git-af9b54bb2cb0e15780bf3e820b5f1ce399deb2c4.tar.bz2
Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent with other VCSs
$Id$ is present already in SVN and CVS; it would mean that people converting their existing repositories won't have to make any changes to the source files should they want to make use of the ident attribute. Given that it's a feature that's meant to calm those very people, it seems obtuse to make them edit every file just to make use of it. I think that bzr uses $Id$; Mercurial has examples hooks for $Id$; monotone has $Id$ on its wishlist. I can't think of a good reason not to stick with the de-facto standard and call ours $Id$ instead of $ident$. Signed-off-by: Andy Parkins <andyparkins@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't')
-rwxr-xr-xt/t0021-conversion.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh
index bab9ecc..6c26fd8 100755
--- a/t/t0021-conversion.sh
+++ b/t/t0021-conversion.sh
@@ -21,7 +21,7 @@ test_expect_success setup '
{
echo a b c d e f g h i j k l m
echo n o p q r s t u v w x y z
- echo '\''$ident$'\''
+ echo '\''$Id$'\''
} >test &&
cat test >test.t &&
cat test >test.o &&
@@ -31,7 +31,7 @@ test_expect_success setup '
git checkout -- test test.t test.i
'
-script='s/^\$ident: \([0-9a-f]*\) \$/\1/p'
+script='s/^\$Id: \([0-9a-f]*\) \$/\1/p'
test_expect_success check '