diff options
| author | Charles Bailey <charles@hashpling.org> | 2007-12-19 12:25:27 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2007-12-19 14:59:19 -0800 |
| commit | c5699693638d0471bf74425238d802d2bc9e8c0f (patch) | |
| tree | f11cd2e1509a242e2458f1f127d078d61e932039 /merge-recursive.c | |
| parent | test "git clone -o" (diff) | |
| download | git-c5699693638d0471bf74425238d802d2bc9e8c0f.tar.gz git-c5699693638d0471bf74425238d802d2bc9e8c0f.zip | |
Fix git-instaweb breakage on MacOS X due to the limited sed functionality
git-instaweb relied on a pipe in a sed script, but this is not supported
by MacOS X sed when using BREs. git-instaweb relies on a working perl
in any case, and perl re are more consistent between platforms, so
replace sed invocation with an equivalent perl invocation.
Also, fix the documented -b "" to work without giving a spurious 'command
not found' error.
Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
