[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dynamic loading progress
From: |
Steinar Bang |
Subject: |
Re: Dynamic loading progress |
Date: |
Mon, 09 Nov 2015 14:16:21 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) |
>>>>> Aurélien Aptel <address@hidden>:
> I already merged master in my branch at some point, and did so with
> `merge --squash` IIRC, note to self: never do that again.
Indeed.
What this did was replace the master history merged into your branch
with a single commit containing the diffs.
This resulted in files with the same content, but with a broken history.
The way I would have fixed this, would have been
- make a copy of the current branch
- roll back the branch to the commit just before the squash merge
- do a regular merge with emacs master
- cherry pick all commits made to the original branch after the squash
merge
After this I would have had a branch with identical contents, but that
can be merged without problems to emacs master.
- Re: Freeze is almost here, (continued)
- Re: Dynamic loading progress, Aurélien Aptel, 2015/11/16
- Re: Dynamic loading progress, raman, 2015/11/16
- Re: Dynamic loading progress, Steinar Bang, 2015/11/17
- Re: Dynamic loading progress, Aurélien Aptel, 2015/11/17
- Re: Dynamic loading progress, John Wiegley, 2015/11/17
- Re: Dynamic loading progress, Xue Fuqiao, 2015/11/17
- Re: Dynamic loading progress, Xue Fuqiao, 2015/11/17
- Re: Dynamic loading progress, John Wiegley, 2015/11/17
- Re: Dynamic loading progress,
Steinar Bang <=
- Suggestion to enable git rerere by default, Nicolas Richard, 2015/11/10
- Re: Suggestion to enable git rerere by default, Artur Malabarba, 2015/11/10
- Re: Suggestion to enable git rerere by default, Nicolas Richard, 2015/11/10
- Re: Dynamic loading progress, John Wiegley, 2015/11/09
- Re: Dynamic loading progress, Ted Zlatanov, 2015/11/09
Re: Dynamic loading progress, Philipp Stephani, 2015/11/08