Change 'master@noon' syntax to 'master@{noon}'.
authorShawn Pearce <spearce@spearce.org>
Fri, 19 May 2006 07:29:43 +0000 (03:29 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 19 May 2006 22:02:55 +0000 (15:02 -0700)
commitcce91a2caef9296bd4a69e51e48f1d679935d868
treef07d98e7d05398013e29bc35a95693489a5a77c2
parentd0740d92beb019a7b02678e5acea79c0ff67e3ee
Change 'master@noon' syntax to 'master@{noon}'.

Its ambiguous to parse "master@2006-05-17 18:30:foo" when foo is
meant as a file name and ":30" is meant as 30 minutes past 6 pm.
Therefore all date specifications in a sha1 expression must now
appear within brackets and the ':' splitter used for the path name
in a sha1 expression ignores ':' appearing within brackets.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-parse.txt
sha1_name.c
t/t1400-update-ref.sh