[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: merging emacs-24
From: |
David Kastrup |
Subject: |
Re: merging emacs-24 |
Date: |
Fri, 28 Nov 2014 16:56:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Sergey Organov <address@hidden> writes:
> The fact that it "shows the commits from merged brahcnes" is a
> side-effect of its simple default definition of showing all reachable
> commits. That, e.g., makes it trivial (and fast) to see if given commit,
> say git:ef97653, is "included" in any given release, say, rel-3.4.8:
>
> $ git log --oneline rel-3.4.8 | grep ef97653
This can be done quite more efficiently.
git log -1 --exit-code rel-3.4.8..ef97653 > /dev/null
--
David Kastrup
- Re: merging emacs-24, (continued)
- Re: merging emacs-24, Andreas Schwab, 2014/11/27
- 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, 2014/11/28
- Re: merging emacs-24, Sergey Organov, 2014/11/28
- Re: merging emacs-24,
David Kastrup <=
- 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
- Re: merging emacs-24, Andreas Schwab, 2014/11/28
- Re: merging emacs-24, Eli Zaretskii, 2014/11/28