[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: merging emacs-24
From: |
Eli Zaretskii |
Subject: |
Re: merging emacs-24 |
Date: |
Fri, 28 Nov 2014 10:54:07 +0200 |
> From: Andreas Schwab <address@hidden>
> Cc: address@hidden
> Date: Fri, 28 Nov 2014 09:33:47 +0100
>
> 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".
Yes, OK. Thanks. I think "git log --graph" and "C-x v L" are also
fine.
My point was that just "git log" does not provide that info, although
(unlike bzr) it does by default show the commits from merged branches.
- 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, 2014/11/28
- Re: merging emacs-24,
Eli Zaretskii <=
- 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
- Re: merging emacs-24, Ted Zlatanov, 2014/11/27