Re: t4055 failure: see error

2012-10-07 Thread Brian Charles Gernhardt
On Oct 2, 2012, at 3:09 PM, Junio C Hamano gits...@pobox.com wrote: I'll find a brown paper bag big enough to hide in. Please disregard it. -- 8 -- Subject: [PATCH] t4055: avoid use of sed 'a' command Sorry about being slow to respond. The patch does work for me. I see it's already

Re: t4055 failure: see error

2012-10-07 Thread Junio C Hamano
Brian Charles Gernhardt gernh...@cs.rochester.edu writes: On Oct 2, 2012, at 3:09 PM, Junio C Hamano gits...@pobox.com wrote: I'll find a brown paper bag big enough to hide in. Please disregard it. -- 8 -- Subject: [PATCH] t4055: avoid use of sed 'a' command Sorry about being slow to

t4055 failure: see error

2012-10-02 Thread Brian Charles Gernhardt
Another problem caused by BSD v GNU sed, I think. $ ./t4055-diff-context.sh -i -v Initialized empty Git repository in /Users/brian/dev/git/t/trash directory.t4055-diff-context/.git/ expecting success: cat x -\EOF firstline b c d e f

Re: t4055 failure: see error

2012-10-02 Thread Junio C Hamano
Brian Charles Gernhardt gernh...@cs.rochester.edu writes: Another problem caused by BSD v GNU sed, I think. Oh, that again X-. Will patch up in a stupid-but-trivial way, unless somebody knows a reliable workaround. Thanks. -- To unsubscribe from this list: send the line unsubscribe git in the

Re: t4055 failure: see error

2012-10-02 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Brian Charles Gernhardt gernh...@cs.rochester.edu writes: Another problem caused by BSD v GNU sed, I think. Oh, that again X-. Will patch up in a stupid-but-trivial way, unless somebody knows a reliable workaround. I no longer have a BSD handy to

Re: t4055 failure: see error

2012-10-02 Thread Junio C Hamano
Brian Charles Gernhardt gernh...@cs.rochester.edu writes: Another problem caused by BSD v GNU sed, I think. git cat-file blob HEAD:x | sed /preline/a\ ADDED x Actually, I think what is happening is that inside , the backslash at the end of line is eaten by the shell

Re: t4055 failure: see error

2012-10-02 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Brian Charles Gernhardt gernh...@cs.rochester.edu writes: Another problem caused by BSD v GNU sed, I think. git cat-file blob HEAD:x | sed /preline/a\ ADDED x Actually, I think what is happening is that inside , the backslash at