From: "SZEDER Gábor" <szeder.dev@gmail.com>
To: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Cc: Jonathan Nieder <jrnieder@gmail.com>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>,
git-packagers@googlegroups.com, Git List <git@vger.kernel.org>
Subject: Re: Git for Windows for Unix?
Date: Sat, 29 Sep 2018 13:19:00 +0200 [thread overview]
Message-ID: <20180929111900.GH23446@localhost> (raw)
In-Reply-To: <87ftxtieeg.fsf@evledraar.gmail.com>
On Fri, Sep 28, 2018 at 09:57:11PM +0200, Ævar Arnfjörð Bjarmason wrote:
> Another way to look at it, which is closer to what I was thinking about,
> is to just view GFW as some alternate universe "next" branch (which by
> my count is ~2-3k commits ahead of master[1]).
> 1. $ git log --max-parents=1 --pretty=format:%s v2.19.0...v2.19.0.windows.1|sort|uniq|wc -l
> 2346
This command is missing a
grep -v -i -E '(^fixup!|^squash!|mingw|vcxproj|msvc|win32|vs2015|windows)'
from the middle of the pipe, then it's "only" ~1500.
next prev parent reply other threads:[~2018-09-29 11:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-27 16:01 Git for Windows for Unix? Ævar Arnfjörð Bjarmason
2018-09-27 16:05 ` Jonathan Nieder
2018-09-27 16:22 ` Ævar Arnfjörð Bjarmason
2018-09-27 16:26 ` Jonathan Nieder
2018-09-28 19:57 ` Ævar Arnfjörð Bjarmason
2018-09-28 20:42 ` Jonathan Nieder
2018-09-29 15:14 ` Ævar Arnfjörð Bjarmason
2018-09-29 11:19 ` SZEDER Gábor [this message]
2018-09-27 16:28 ` Duy Nguyen
2018-09-27 16:18 ` Derrick Stolee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180929111900.GH23446@localhost \
--to=szeder.dev@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=avarab@gmail.com \
--cc=git-packagers@googlegroups.com \
--cc=git@vger.kernel.org \
--cc=jrnieder@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).