Re: [PATCH] git p4: RCS expansion should not span newlines

2012-11-08 Thread Jeff King
On Sun, Nov 04, 2012 at 05:04:02PM -0500, Pete Wyckoff wrote: > 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 Goar

[PATCH] git p4: RCS expansion should not span newlines

2012-11-04 Thread Pete Wyckoff
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 Signed-off-by: Pete Wyckoff --- cgo...@gmail.com wrote on Mon, 16 Jul