[Dlang-internal] DIP1000 discussion and testing
Walter Bright via Dlang-internal
dlang-internal at puremagic.com
Sun Nov 6 18:23:45 PST 2016
On 11/5/2016 3:58 AM, Martin Nowak wrote:
> On Tuesday, 1 November 2016 at 09:19:55 UTC, Walter Bright wrote:
>> I implemented it, but now the PR got thoroughly fouled up after I rebased it
>> on master.
>
> You need help fixing this? In case of failed rebases it's usually best to git
> rebase --abort. If it's too late for that, you cat look at
> .git/logs/refs/heads/branch_name, to find the git commit hash before the rebase,
> then git reset --hard to that, and try again.
I'm concerned that if I dink around with it, I might wind up scrambling/deleting
the commit history of it. I'd rather learn this stuff on something less
important, so I'd prefer to defer it to you.
More information about the Dlang-internal
mailing list