Complex rebasing
Gilles Duboscq
gilles.m.duboscq at oracle.com
Thu Dec 8 18:14:38 UTC 2016
There was a lot of renaming and after a certain threshold, git gives up on trying to detect renames.
For me it helped to set
[merge]
renamelimit = 3000
in ~/.gitconfig.
That way git still tries to detect renames and thus gives better merge results.
Gilles
On 08/12/16 19:11, Andrew Haley wrote:
> My first rebase has run into the weeds.
>
> I've been hit by the reorganization, which causes quite a lot of merge
> errors in my imports. But the biggest problem I've come across is
> that my newly-added files seem to disappear when I do a git rebase!
> Is this usual, is this something to do with the reorganization, or is
> it that I must have made a mistake somewhere? I've followed the
> instructions about rebasing as carefully as I can.
>
> Thanks,
>
> Andrew.
>
More information about the graal-dev
mailing list