[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: |
Fri, 28 Nov 2014 09:33:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
>> From: Andreas Schwab <address@hidden>
>> Cc: address@hidden
>> Date: Thu, 27 Nov 2014 18:56:15 +0100
>>
>> Eli Zaretskii <address@hidden> writes:
>>
>> > If that's not true, how do I tell which commits in the linear list
>> > shown by "git log" were made on master, and which were committed to
>> > emacs-24 and later merged?
>>
>> By looking from which branch they are reachable.
>
> How do I do that?
If "git merge-base A B" outputs (the SHA1 of) B then you know that B is
reachable by A. Another way to visualize this is to use "git
show-branch A B".
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/27
- 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/27
- Re: merging emacs-24, Eli Zaretskii, 2014/11/27
- Re: merging emacs-24,
Andreas Schwab <=
- 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
- Re: merging emacs-24, Ted Zlatanov, 2014/11/27
- Re: merging emacs-24, Stephen J. Turnbull, 2014/11/27
- Re: merging emacs-24, Stephen J. Turnbull, 2014/11/27
- Re: merging emacs-24, Eli Zaretskii, 2014/11/28