emacs-devel
[Top][All Lists]
Advanced

[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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]