Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: Black smoke from git rebase -i exec

From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:49:17

On Tue, Aug 10, 2010 at 14:12, Johannes Sixt [off-list ref] wrote:
You cannot apply single-command-export if the command is a shell function.
You must rewrite this as:

       (
               export FAKE_LINES="..." &&
               test_must_fail git rebase ....
       ) &&
Except that's not portable either, it should be:

    FAKE_LINES="..." &&
    export FAKE_LINES &&
	test_must_fail git rebase ...

See the other examples in t3404-rebase-interactive.sh
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help