[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: merging emacs-24
From: |
Andreas Schwab |
Subject: |
Re: merging emacs-24 |
Date: |
Thu, 27 Nov 2014 18:11:32 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
>> You do it to the two branches that were merged. So e.g.
>>
>> commit ba4502fe1465f7803beca3ae187e41f0b25bef10
>> Merge: b121ef1 81e0cca
>> Author: Ted Zlatanov <address@hidden>
>> Date: Wed Nov 26 21:31:11 2014 -0500
>>
>> Merge branch 'emacs-24'
>>
>> means you do `git log b121ef1..81e0cca'
>
> AFAIU, this only shows the merge-commits, but doesn't otherwise
> identify the commits that were done on another branch.
It shows all commits reachable by 81e0cca that are not reachable by
b121ef1, which means all commits that were merged in.
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- Re: merging emacs-24, (continued)
Re: merging emacs-24, Ted Zlatanov, 2014/11/26
- Re: merging emacs-24, Óscar Fuentes, 2014/11/26
- Re: merging emacs-24, Ted Zlatanov, 2014/11/27
- Re: merging emacs-24, Eli Zaretskii, 2014/11/27
- Re: merging emacs-24,
Andreas Schwab <=
- Re: merging emacs-24, Eli Zaretskii, 2014/11/27
- Re: merging emacs-24, Andreas Schwab, 2014/11/27
- Re: merging emacs-24, Eli Zaretskii, 2014/11/27
- Re: merging emacs-24, Andreas Schwab, 2014/11/28
- Re: merging emacs-24, Eli Zaretskii, 2014/11/28
- Re: merging emacs-24, Sergey Organov, 2014/11/28
- Re: merging emacs-24, David Kastrup, 2014/11/28
Re: merging emacs-24, Stefan Monnier, 2014/11/27
Re: merging emacs-24, David Engster, 2014/11/27
Re: merging emacs-24, Andreas Schwab, 2014/11/27