pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: 2013Q3 freeze pre-announcement
On Sat, Sep 14, 2013 at 03:22:10PM +0400, Sergey Svishchev wrote:
> git 1.8.4's rebase scripts misbehave in 6.1 -- if automatic merge
> fails and you are asked to merge manually, you cannot continue the
> rebase since .git/rebase-apply is deleted. Somehow, this 'if' block
> is not 'returning' and execution continues after 'fi'. It's sourced
> from libexec/git-core/git-rebase--am by libexec/git-core/git-rebase in
> run_specific_rebase():
>
> >if test 0 != $ret
> >then
> > test -d "$state_dir" && write_basic_state
> > return $ret
> >fi
> >
> >move_to_original_branch
>
> I could not reproduce this behaviour outside of git, but I do have a
> copy of git repository which triggers this. Reverting to 1.8.3.3 works.
Have you reported this upstream? I think they are the people most
likely to fix this.
Thomas
Home |
Main Index |
Thread Index |
Old Index