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

Re: Rebase doesn't restore branch pointer back on out of memory

From: Alexander Kostikov <hidden>
Date: 2016-06-15 22:55:04

Possibly related (same subject, not in this thread)

Sorry to bother but I was wondering what would be the release version
that would have this patch.

-- Alexander


On Wed, Oct 10, 2012 at 8:54 PM, Andrew Wong [off-list ref] wrote:
For the 'format-patch' part, originally I was going to do something like:

        git format-patch ... || {
                ...
        }

But later I thought it's better to use a consistent style as the following
'am' part.

For the 'am' part, if we kept the following line at the end of the if-block:

        fi && move_to_original_branch

then, before exiting the if-block, we would have to do something like:

        test 0 != $ret && false

which seems a bit ugly to me. So I removed the use of '&&', and rearrange the
'write_basic_state' and 'move_to_original_branch' to make the logic flow a bit
better and easier to read.

Andrew Wong (1):
  rebase: Handle cases where format-patch fails

 git-rebase--am.sh | 51 +++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 45 insertions(+), 6 deletions(-)

--
1.8.0.rc0.19.gc58a63a.dirty


--
Alexander Kostikov
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help