From: Shawn Pearce Date: Fri, 19 May 2006 07:29:43 +0000 (-0400) Subject: Change 'master@noon' syntax to 'master@{noon}'. X-Git-Tag: v1.4.0-rc1~11^2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cce91a2caef9296bd4a69e51e48f1d679935d868?hp=cce91a2caef9296bd4a69e51e48f1d679935d868 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 Signed-off-by: Junio C Hamano ---