Re: [PATCH] t4205: replace .\+ with ..* in sed commands

2013-07-01 Thread Junio C Hamano
Brian Gernhardt writes: > OS X's sed only accepts basic regular expressions, which does not > allow the + quantifier. However '..*' (anything, followed by zero or > more anything) is the same as '.\+' (one or more anything) and valid > in any regular expression language. Thanks for spotting thi

[PATCH] t4205: replace .\+ with ..* in sed commands

2013-07-01 Thread Brian Gernhardt
OS X's sed only accepts basic regular expressions, which does not allow the + quantifier. However '..*' (anything, followed by zero or more anything) is the same as '.\+' (one or more anything) and valid in any regular expression language. Signed-off-by: Brian Gernhardt --- t/t4205-log-pretty-f