commit | 6b2bf41e6c1c9742c5ad5b5920f48a7b23aa6a50 | [log] [tgz] |
---|---|---|
author | Pete Wyckoff <pw@padd.com> | Sun Nov 04 17:04:02 2012 -0500 |
committer | Jeff King <peff@peff.net> | Thu Nov 08 12:46:14 2012 -0500 |
tree | aac1a6d862433fb4f4a1a7e93d4ec8eb842e71ee | |
parent | 7e2010537e96d0a1144520222f20ba1dc3d61441 [diff] |
git p4: RCS expansion should not span newlines This bug was introduced in cb585a9 (git-p4: keyword flattening fixes, 2011-10-16). The newline character is indeed special, and $File$ expansions should not try to match across multiple lines. Based-on-patch-by: Chris Goard <cgoard@gmail.com> Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Jeff King <peff@peff.net>