Re: [git-for-windows] Git for Windows v2.24.0-rc0, was Re: [ANNOUNCE] Git v2.24.0-rc0

2019-10-22 Thread Philip Oakley
ip On 21/10/2019 23:05, Johannes Schindelin wrote: Team, a couple of days later than I wanted, but at least it is now here: https://github.com/git-for-windows/git/releases/tag/v2.24.0-rc0.windows.1 Please test... Thank you, Johannes

Git for Windows v2.24.0-rc0, was Re: [ANNOUNCE] Git v2.24.0-rc0

2019-10-21 Thread Johannes Schindelin
Team, a couple of days later than I wanted, but at least it is now here: https://github.com/git-for-windows/git/releases/tag/v2.24.0-rc0.windows.1 Please test... Thank you, Johannes

Git for Windows v2.24.0-rc0 delayed a bit

2019-10-19 Thread Johannes Schindelin
Hi all, I tried pretty hard yesterday to get a preview of Git for Windows out, based on v2.24.0-rc0, but I need a bit more time. The PR at https://github.com/git-for-windows/git/pull/2360 shows where I am going, and I started the automation based on it, but it failed (and I could not monkey

Re: [PATCH 4/4] git-gui--askyesno (mingw): use Git for Windows' icon, if available

2019-09-29 Thread Pratyush Yadav
Since this is a git-gui dialog/prompt, why not use the git-gui icon? This will mean some uniformity between all the platforms (though I'm not sure if other platforms even use GIT_ASK_YESNO). It would also probably save you the hacks needed to find out the git-for-windows icon. Well, the

[PATCH 4/4] git-gui--askyesno (mingw): use Git for Windows' icon, if available

2019-09-26 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin For additional GUI goodness. Signed-off-by: Johannes Schindelin --- git-gui--askyesno | 12 1 file changed, 12 insertions(+) diff --git a/git-gui--askyesno b/git-gui--askyesno index 45b0260eff..c0c82e7cbd 100755 --- a/git-gui--askyesno +++ b/git-gui--ask

[PATCH 0/4] git-gui: GIT_ASK_YESNO/GIT_ASKPASS patches from Git for Windows

2019-09-26 Thread Johannes Schindelin via GitGitGadget
This is another set of patches from Git for Windows' fork that have been sitting there since 2010, providing cross-platform GUI helpers to ask the user a question or allow typing in a password. This patch series was first submitted as https://github.com/patthoyts/git-gui/pull/5 which was ig

[ANNOUNCE] Git for Windows 2.23.0

2019-08-17 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.23.0 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.22.0 (June 8th 2019) New Features * Comes with Git v2.23.0. * Comes with patch level 3 of the MSYS2 runtime (Git for Windows

No Git for Windows v2.22.1

2019-08-12 Thread Johannes Schindelin
Team, seeing as v2.23.0 is just around the corner, I decided on skipping a full Git for Windows release for v2.22.1: while the list of patches between v2.22.0 and v2.22.1 is extensive, nothing sticks out to me that says that we need a new Git for Windows only to release another one in six days

Git for Windows v2.23.0-rc2, was Re: [ANNOUNCE] Git v2.23.0-rc2

2019-08-09 Thread Johannes Schindelin
t > url = git://repo.or.cz/alt-git.git > url = https://github.com/gitster/git The corresponding Git for Windows v2.23.0-rc2 can be found here: https://github.com/git-for-windows/git/releases/tag/v2.23.0-rc2.windows.1 Please test as much as you can. Thanks! Johannes > > New contributors who

Re: Git For Windows' installer can't see my Atom installation.

2019-08-09 Thread Taylor Blau
Hi Jadian, On Fri, Aug 09, 2019 at 12:31:12AM -0500, Jadian Radiator wrote: > Git For Windows' installer can't see my Atom installation. > I got Atom directly from Atom's official site. This is the Git mailing list, which does not answers questions about Git for Windows, o

Git For Windows' installer can't see my Atom installation.

2019-08-08 Thread Jadian Radiator
Git For Windows' installer can't see my Atom installation. I got Atom directly from Atom's official site. I think git can't see it because of this unfortunate fact. It doesn't let you choose where to install, and it installs to your appdata folder. Any idea what I need to do?

Git for Windows v2.23.0-rc1, was Re: [ANNOUNCE] Git v2.23.0-rc1

2019-08-03 Thread Johannes Schindelin
: > > https://www.kernel.org/pub/software/scm/git/testing/ The corresponding Git for Windows v2.23.0-rc1 can be found here: https://github.com/git-for-windows/git/releases/tag/v2.23.0-rc1.windows.1 Thanks, Johannes

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-02 Thread Jeff King
On Fri, Aug 02, 2019 at 09:53:55AM -0700, Junio C Hamano wrote: > Jonathan Nieder writes: > > > We'll also want to update the docs. And as Todd suggests, we should > > cover how to disable mailmap in tests. > > > > Signed-off-by: Jonathan Nieder > > --- > > I avoided the "don't bother initial

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-02 Thread Junio C Hamano
Jonathan Nieder writes: > We'll also want to update the docs. And as Todd suggests, we should > cover how to disable mailmap in tests. > > Signed-off-by: Jonathan Nieder > --- I avoided the "don't bother initializing use_mailmap_config to unknown" simplification, but I guess the change is clea

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Jonathan Nieder
Junio C Hamano wrote: > I suspect that you may have misread the "is interactive" bit in the > original; that was used only to decide if we are going to warn. Ah. That was indeed confusing. Anyway, it's nice to see the complexity go away. [...] > +++ b/builtin/log.c [...] > @@ -214,12 +204,8 @@

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Todd Zullinger
Junio C Hamano wrote: > Junio C Hamano writes: > >> Jeff King writes: >> + if (mailmap < 0) mailmap = 0; - } >>> >>> This should be "mailmap = 1" to match the commit message, no? (Which >>> also implies we may want a new test). >> [...] > +test_expect_success 'log.mai

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Junio C Hamano
Junio C Hamano writes: > Jeff King writes: > >>> + if (mailmap < 0) >>> mailmap = 0; >>> - } >> >> This should be "mailmap = 1" to match the commit message, no? (Which >> also implies we may want a new test). > > Gaa, of course. -- >8 -- From: Junio C Hamano Date: Thu, 1 Aug 20

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Junio C Hamano
Jeff King writes: >> +if (mailmap < 0) >> mailmap = 0; >> -} > > This should be "mailmap = 1" to match the commit message, no? (Which > also implies we may want a new test). Gaa, of course. > I'd also be OK with leaving it at "0" for now, making a note of the > upcoming cha

Re: [git-for-windows] Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Johannes Schindelin
for > > > testing at the usual places. It is comprised of 420 non-merge > > > commits since v2.22.0, contributed by 62 people, 23 of which are > > > new faces. > > > > > > The tarballs are found at: > > > > > > https://www.kernel

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Johannes Schindelin
Hi, On Wed, 31 Jul 2019, Ariadne Conill wrote: > Hello, > > On Wed, Jul 31, 2019 at 10:21 PM Junio C Hamano wrote: > > > > Jeff King writes: > > > > > This seems OK to me, though I kind of wonder if anybody really wants > > > "auto". Unlike log.decorate, which changes the syntax, there is no re

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Jeff King
On Thu, Aug 01, 2019 at 08:45:54AM -0700, Junio C Hamano wrote: > While I think "revert to hardcoded default" may be a good idea, I do > not think the hardcoded default you implemented that changes the > behaviour based on the output destination makes much sense. If I > want to eradicate jun...@c

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Ariadne Conill
Hello, On Thu, Aug 1, 2019 at 10:46 AM Junio C Hamano wrote: > > Jonathan Nieder writes: > > > Although as Dscho mentions, it's particularly irritating because it is > > not part of the paginated output. > > ... > > Let's bite the bullet and jump straight to --use-mailmap in case (4). > > > > Wh

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-08-01 Thread Junio C Hamano
Jonathan Nieder writes: > Although as Dscho mentions, it's particularly irritating because it is > not part of the paginated output. > ... > Let's bite the bullet and jump straight to --use-mailmap in case (4). > > While at it, add a new log.mailmap setting "auto" that can be used to > explicitly

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Ariadne Conill
Hello, On Wed, Jul 31, 2019 at 10:21 PM Junio C Hamano wrote: > > Jeff King writes: > > > This seems OK to me, though I kind of wonder if anybody really wants > > "auto". Unlike log.decorate, which changes the syntax, there is no real > > reason to avoid mailmap when somebody else is parsing the

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Junio C Hamano
Jeff King writes: > This seems OK to me, though I kind of wonder if anybody really wants > "auto". Unlike log.decorate, which changes the syntax, there is no real > reason to avoid mailmap when somebody else is parsing the output. And I > could imagine it is especially confusing if: > > git log

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Jeff King
On Wed, Jul 31, 2019 at 08:38:14PM -0500, Ariadne Conill wrote: > > Something like: > > > > Author: A U Thor > > Original-Author: I M Mailmapped > > > > gives even more information while leaving the "Author:" line untouched. > > But in introducing a new line, it may also be breaking somebody

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Ariadne Conill
Hello, On Wed, Jul 31, 2019 at 8:00 PM Jeff King wrote: > > On Wed, Jul 31, 2019 at 05:21:25PM -0700, Jonathan Nieder wrote: > > > Although as Dscho mentions, it's particularly irritating because it is > > not part of the paginated output. > > > > I wonder if the ideal might not be to trigger it

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Jonathan Nieder
Jeff King wrote: > This seems OK to me, though I kind of wonder if anybody really wants > "auto". Sure. It's just the usual way of handling the lack of support for an "unset" directive in git's config syntax (for example, if a script author wants to test the default behavior). Thanks, Jonathan

Re: [git-for-windows] Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Bryan Turner
since v2.22.0, contributed by 62 people, 23 of which are > > new faces. > > > > The tarballs are found at: > > > > https://www.kernel.org/pub/software/scm/git/testing/ > > And a corresponding Git for Windows v2.23.0-rc0 can be found here: > > https://github

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Jeff King
On Wed, Jul 31, 2019 at 05:21:25PM -0700, Jonathan Nieder wrote: > Although as Dscho mentions, it's particularly irritating because it is > not part of the paginated output. > > I wonder if the ideal might not be to trigger it more selectively, when > the output actually changed due to a reflog e

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Ariadne Conill
Hello, On Wed, Jul 31, 2019 at 7:21 PM Jonathan Nieder wrote: > > Jeff King wrote: > > > I think part of what my annoyance is responding to (and your willingness > > to just squelch this for everybody) is that switching this particular > > default isn't really that big a deal, that it requires an

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Jonathan Nieder
Jeff King wrote: > I think part of what my annoyance is responding to (and your willingness > to just squelch this for everybody) is that switching this particular > default isn't really that big a deal, that it requires annoying people > on every single "git log" invocation. Perhaps we would be b

Re: Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Jeff King
On Wed, Jul 31, 2019 at 02:43:10PM +0200, Johannes Schindelin wrote: > And a corresponding Git for Windows v2.23.0-rc0 can be found here: > > https://github.com/git-for-windows/git/releases/tag/v2.23.0-rc0.windows.1 > > Please test! > > One (slightly annoying) issue I fo

Git for Windows v2.23.0-rc0, was Re: [ANNOUNCE] Git v2.23.0-rc0

2019-07-31 Thread Johannes Schindelin
balls are found at: > > https://www.kernel.org/pub/software/scm/git/testing/ And a corresponding Git for Windows v2.23.0-rc0 can be found here: https://github.com/git-for-windows/git/releases/tag/v2.23.0-rc0.windows.1 Please test! One (slightly annoying) issue I found already is that a `git log

[ANNOUNCE] Git for Windows 2.22.0

2019-06-08 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.22.0 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.21.0 (February 26th 2019) New Features * Comes with Git v2.22.0. * The awk included in Git for Windows now includes extensions

Git for Windows v2.22.0-rc3, was Re: [ANNOUNCE] Git v2.22.0-rc3

2019-06-04 Thread Johannes Schindelin
Team, I was a bit too tired last night to wait for the trusty Azure Pipelines to finish publishing this preview, so with a bit of delay, here comes the announcement: https://github.com/git-for-windows/git/releases/tag/v2.22.0-rc3.windows.1 Thanks, Johannes On Mon, 3 Jun 2019, Junio C Hamano

Git for Windows v2.22.0-rc2, was Re: [ANNOUNCE] Git v2.22.0-rc2

2019-05-31 Thread Johannes Schindelin
Team, here is the corresponding Git for Windows v2.22.0-rc2: https://github.com/git-for-windows/git/releases/tag/v2.22.0-rc2.windows.1 So far, I am rather happy with the robustness of the release candidates, but please y'all: test! Thanks, Johannes On Thu, 30 May 2019, Junio C Hamano

RE: Bug: git for Windows spawning a lot of processes recursively

2019-03-13 Thread Garcia, Pierre
Great, thanks for the feedback. Version 2.21 was also working BTW. Bye Pierre -Original Message- From: Johannes Schindelin Sent: Tuesday, March 12, 2019 18:09 To: Garcia, Pierre Cc: git@vger.kernel.org Subject: RE: Bug: git for Windows spawning a lot of processes recursively Hi Pierre

RE: Bug: git for Windows spawning a lot of processes recursively

2019-03-12 Thread Johannes Schindelin
Hi Pierre, On Mon, 11 Mar 2019, Garcia, Pierre wrote: > Hello Johannes, > > I installed the following snapshot on the problematic machine: > Sun, 10 Mar 2019 17:37:25 +0100 > (commit eb5d06f545) > Git for Windows installer: 64-bit > > And the problem is gone! No mo

RE: Bug: git for Windows spawning a lot of processes recursively

2019-03-11 Thread Garcia, Pierre
Hello Johannes, I installed the following snapshot on the problematic machine: Sun, 10 Mar 2019 17:37:25 +0100 (commit eb5d06f545) Git for Windows installer: 64-bit And the problem is gone! No more issue! At the time I had the issue I was on field trip with limited time and no other version to

Re: Bug: git for Windows spawning a lot of processes recursively

2019-03-08 Thread Johannes Schindelin
Hi Pierre, On Fri, 22 Feb 2019, Garcia, Pierre wrote: > I'd like to report an issue with git for Windows > > Git version 2.20.1 > Windows 7 x64 (Build 7601: Service Pack 1) > > > Issue: &g

Git for Windows v2.21.0 due Tuesday, was Re: [ANNOUNCE] Git v2.21.0

2019-02-24 Thread Johannes Schindelin
Team, the corresponding Git for Windows v2.21.0 will probably be published on Tuesday, as we are waiting for a Git LFS version that fixes a known regression that is considered critical. In the meantime, feel free to grab the current snapshot (which differs from the final v2.21.0 probably only in

Bug: git for Windows spawning a lot of processes recursively

2019-02-21 Thread Garcia, Pierre
Hello, I'd like to report an issue with git for Windows Git version 2.20.1 Windows 7 x64 (Build 7601: Service Pack 1) Issue: When running from Git-bash (not even inside a repo), git commands from built-in are OK

Git for Windows v2.21.0-rc2, was Re: [ANNOUNCE] Git v2.21.0-rc2

2019-02-21 Thread Johannes Schindelin
Team, the Git for Windows v2.21.0-rc pre-release followed suite last night: https://github.com/git-for-windows/git/releases/tag/v2.21.0-rc2.windows.1 Please test (and don't worry when I don't reply during the next few days, please, I'll reply, no worries). Ciao, Johannes On T

[ANNOUNCE] Git for Windows 2.20.1

2018-12-15 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.20.1 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.20.0 (December 10th 2018) New Features * Comes with Git v2.20.1. * Comes with cURL v7.63.0. Bug Fixes * Fixes a speed

Git for Windows v2.19.2 demoted to "pre-release"

2018-11-27 Thread Johannes Schindelin
Team, sorry for the inconvenience, but I had to "pull" Git for Windows v2.19.2 because of two major bugs: 32-bit Git Bash simply failed to start, and all operations using git:// URLs were broken. This close to v2.20.0, I was uncomfortable pushing yet another upgrade to users that would

Re: Git for Windows v2.20.0-rc0

2018-11-22 Thread Johannes Schindelin
starting the git bash two windows pop up instead of one. > One that's "empty" and the other one containing the real git bash. Thank you for the report. This has been also reported at https://github.com/git-for-windows/git/issues/1942, and I fixed it in the meantime. Ciao, Johannes

Re: Git for Windows v2.20.0-rc0, was Re: [ANNOUNCE] Git v2.20.0-rc0

2018-11-22 Thread Jeff King
On Wed, Nov 21, 2018 at 11:28:28AM -0800, Bryan Turner wrote: > But that test code exists because Bitbucket Server provides a Java API > [1][2] which allows third-party developers to easily build arbitrary > Git commands to invoke for their own functionality. Setting > `GitBranchCreateBuilder.refl

Re: Git for Windows v2.20.0-rc0

2018-11-22 Thread stefan.naewe
, 23 of which are >> new faces. > > The "for Windows" flavor of Git v2.20.0-rc0 is available here: > > https://github.com/git-for-windows/git/releases/tag/v2.20.0-rc0.windows.1 > > The current change log for v2.20.0 reads like this: > > Changes since Git for

Re: Git for Windows v2.20.0-rc0, was Re: [ANNOUNCE] Git v2.20.0-rc0

2018-11-21 Thread Bryan Turner
On Wed, Nov 21, 2018 at 6:20 AM Jeff King wrote: > > On Tue, Nov 20, 2018 at 03:17:07PM -0800, Bryan Turner wrote: > > > I've run 2.20.0-rc0 through the test matrix for Bitbucket Server on > > both Linux and Windows, and the only failures were related to this > > change: > > > > * "git branch -l "

Re: Git for Windows v2.20.0-rc0, was Re: [ANNOUNCE] Git v2.20.0-rc0

2018-11-21 Thread Jeff King
On Tue, Nov 20, 2018 at 03:17:07PM -0800, Bryan Turner wrote: > I've run 2.20.0-rc0 through the test matrix for Bitbucket Server on > both Linux and Windows, and the only failures were related to this > change: > > * "git branch -l " used to be a way to ask a reflog to be >created while creat

Re: Git for Windows v2.20.0-rc0, was Re: [ANNOUNCE] Git v2.20.0-rc0

2018-11-20 Thread Bryan Turner
On Tue, Nov 20, 2018 at 12:57 PM Johannes Schindelin wrote: > > Team, > > On Sun, 18 Nov 2018, Junio C Hamano wrote: > > > An early preview release Git v2.20.0-rc0 is now available for > > testing at the usual places. It is comprised of 887 non-merge > > commits since v2.19.0, contributed by 71 p

Git for Windows v2.20.0-rc0, was Re: [ANNOUNCE] Git v2.20.0-rc0

2018-11-20 Thread Johannes Schindelin
ws" flavor of Git v2.20.0-rc0 is available here: https://github.com/git-for-windows/git/releases/tag/v2.20.0-rc0.windows.1 The current change log for v2.20.0 reads like this: Changes since Git for Windows v2.19.1 (Oct 5th 2018) Please note: Git CMD is deprecated as of this Git for Windows vers

[version 2.19.1] gpg issue in new Git for Windows release version 2.19.1

2018-10-11 Thread Himanshu Singh
Hi, I use git-repo which makes use of Git for Windows and also uses the gpg tool bundled in Git for Windows. I am able to run the git-repo with Git-2.18.0-64-bit.exe, but recently I updated the Git to new release of Git for Windows 2.19.1 and that does not work with git-repo tool. I found that

[ANNOUNCE] Git for Windows 2.19.1

2018-10-05 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.19.1 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.19.0 (September 11th 2018) New Features * Comes with Git v2.19.1. * Comes with Git LFS v2.5.2. * Comes with Git Credential

[PATCH 2/3] mingw: set _WIN32_WINNT explicitly for Git for Windows

2018-10-03 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin Previously, we only ever declared a target Windows version if compiling with Visual C. Which meant that we were relying on the MinGW headers to guess which Windows version we want to target... Let's be explicit about it, in particular because we actually want to bump t

Re: WG: [git-for-windows/git] log -L//,+1 not accepted (#1856)

2018-10-02 Thread Jeff King
On Tue, Oct 02, 2018 at 06:56:29AM +, peter.doll...@mt.com wrote: > Please see my original observation below. > Is it possible, to extend the git-log syntax in the way, that it > accepts the short -L option (without :file) of blame in unique cases > (only one file is logged or respectively the

WG: [git-for-windows/git] log -L//,+1 not accepted (#1856)

2018-10-02 Thread Peter.Dolland
: Dienstag, 2. Oktober 2018 01:06 An: git-for-windows/git Cc: Dolland Peter MTPCE; Mention Betreff: Re: [git-for-windows/git] log -L//,+1 not accepted (#1856) It would be appropriate, but what @PhilipOakley asked you, @pdolland, was whether this is Windows-specific behavior. Because if it is not

Re: Git for Windows for Unix?

2018-09-29 Thread Ævar Arnfjörð Bjarmason
On Fri, Sep 28 2018, Jonathan Nieder wrote: > Ævar Arnfjörð Bjarmason wrote: >> On Thu, Sep 27 2018, Jonathan Nieder wrote: > >>> That said, that seems to me like a lot of work to avoid adding some >>> patches to "next" that belong in "next"

Re: Git for Windows for Unix?

2018-09-29 Thread SZEDER Gábor
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

Re: Git for Windows for Unix?

2018-09-28 Thread Jonathan Nieder
Ævar Arnfjörð Bjarmason wrote: > On Thu, Sep 27 2018, Jonathan Nieder wrote: >> That said, that seems to me like a lot of work to avoid adding some >> patches to "next" that belong in "next" anyway. I understand why the >> Git for Windows maintai

Re: Git for Windows for Unix?

2018-09-28 Thread Ævar Arnfjörð Bjarmason
gt; recall one offhand that's quite similar to GFW v.s. git.git. >> >> My only stake in this is I thought it would be neat to be able to "apt >> install git-for-windows", but I understand there's a support burden, but >> if some *nix packagers are inter

Re: Git for Windows for Unix?

2018-09-27 Thread Duy Nguyen
On Thu, Sep 27, 2018 at 6:24 PM Ævar Arnfjörð Bjarmason wrote: > My only stake in this is I thought it would be neat to be able to "apt > install git-for-windows", That's what private builds are for (or "PPA" if debian has an equivalent). I already largely ignor

Re: Git for Windows for Unix?

2018-09-27 Thread Jonathan Nieder
only stake in this is I thought it would be neat to be able to "apt > install git-for-windows", but I understand there's a support burden, but > if some *nix packagers are interested, maybe never taking it out of the > Debian equivalent of "experimental" and sayi

Re: Git for Windows for Unix?

2018-09-27 Thread Ævar Arnfjörð Bjarmason
t have "alternates" and are semi or permanently forked, like emacs & xemacs, JDK etc., although I can't recall one offhand that's quite similar to GFW v.s. git.git. My only stake in this is I thought it would be neat to be able to "apt install git-for-windows", bu

Re: Git for Windows for Unix?

2018-09-27 Thread Derrick Stolee
On 9/27/2018 12:01 PM, Ævar Arnfjörð Bjarmason wrote: I had an IRC conversation with Johannes saying I didn't know Git For Windows builds perfectly well for Linux, this just isn't advertised in the ANNOUNCE E-Mails, so I hadn't tried. We run CI to ensure it builds and tests

Re: Git for Windows for Unix?

2018-09-27 Thread Jonathan Nieder
Ævar Arnfjörð Bjarmason wrote: > GFW is a "friendly fork", but a permanent one it seems. The diff between > it and 2.19.0 proper is ~10k lines, and e.g. this last release had > experimental stash/rebase in C that 2.19.0 didn't. > > So it would be great if this were packaged up by linux distro as s

Git for Windows for Unix?

2018-09-27 Thread Ævar Arnfjörð Bjarmason
I had an IRC conversation with Johannes saying I didn't know Git For Windows builds perfectly well for Linux, this just isn't advertised in the ANNOUNCE E-Mails, so I hadn't tried. Johannes doesn't build his own tarballs, but these are provided at: https://github.com/git-

[ANNOUNCE] Git for Windows 2.19.0

2018-09-12 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.19.0 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.18.0 (June 22nd 2018) New Features * Comes with Git v2.19.0. * There are now fast, built-in versions of git stash and git rebase

Git for Windows v2.19.0-rc1, was Re: [ANNOUNCE] Git v2.19.0-rc1

2018-08-29 Thread Johannes Schindelin
Team, the corresponding Git for Windows v2.19.0-rc1 (most notably with the Experimental Options page in the installer letting you opt into using the built-in `stash` and `rebase`) was built by Jameson Miller (and me) last night and can be found here: https://github.com/git-for-windows/git

Re: [git-for-windows] Request for testing v2.19.0-rc0 *with builtin stash/rebase*

2018-08-24 Thread Johannes Schindelin
Team, On Fri, 24 Aug 2018, Johannes Schindelin wrote: > while this mail talks about Git for Windows, please keep in mind that we > try *very* hard to keep Git for Windows' master working correctly not only > on Windows but also on macOS and Linux. > > I, for one, run Gi

[ANNOUNCE] Git for Windows 2.18.0

2018-06-22 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.18.0 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.17.1(2) (May 29th 2018) New Features * Comes with Git v2.18.0. * Comes with Git Credential Manager v1.16.2. Bug Fixes * The

[ANNOUNCE] Git for Windows 2.17.1(2)

2018-05-29 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.17.1(2) is available from: https://gitforwindows.org/ Changes since Git for Windows v2.17.0 (April 3rd 2018) New Features * Comes with Git v2.17.1. * Comes with Perl v5.26.2. * The installer now offers VS Code

[ANNOUNCE] Git for Windows 2.17.0

2018-04-03 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.17.0 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.16.3 (March 23rd 2018) New Features * Comes with Git v2.17.0. * Comes with OpenSSL v1.0.2o. * Comes with Git Credential

[ANNOUNCE] Git for Windows 2.16.3

2018-03-23 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.16.3 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.16.2 (February 20th 2018) New Features * Comes with Git v2.16.3. * When choosing to "Use Git from the Windows Command P

[ANNOUNCE] Git for Windows 2.16.2

2018-02-20 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.16.2 is available from: https://gitforwindows.org/ Changes since Git for Windows v2.16.1(4) (February 7th 2018) New Features * Comes with Git v2.16.2. * For every new Git for Windows version, .zip archives

Re: Please test Git for Windows' latest snapshot

2018-02-19 Thread Johannes Schindelin
Hi Bryan, On Fri, 16 Feb 2018, Bryan Turner wrote: > On Fri, Feb 16, 2018 at 3:30 PM, Johannes Schindelin > wrote: > > Hi team, > > > > I am unwilling to release Git for Windows v2.16.2 on a Friday night, but I > > have something almost as good. Ther

Re: Please test Git for Windows' latest snapshot

2018-02-16 Thread Bryan Turner
On Fri, Feb 16, 2018 at 3:30 PM, Johannes Schindelin wrote: > Hi team, > > I am unwilling to release Git for Windows v2.16.2 on a Friday night, but I > have something almost as good. There is a snapshot available here: > > > https://urldefense.proofpoi

Please test Git for Windows' latest snapshot

2018-02-16 Thread Johannes Schindelin
Hi team, I am unwilling to release Git for Windows v2.16.2 on a Friday night, but I have something almost as good. There is a snapshot available here: https://wingit.blob.core.windows.net/files/index.html That snapshot brings quite a few updated components apart from Git proper (such as

[ANNOUNCE] Git for Windows 2.16.1(4)

2018-02-07 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.16.1(4) is available from: https://git-for-windows.github.io/ Changes since Git for Windows v2.16.1(3) (February 6th 2018) Bug Fixes * When called from TortoiseGit, git.exe can now spawn processes again

Re: [ANNOUNCE] Git for Windows 2.16.1(3)

2018-02-06 Thread Johannes Schindelin
Dear Git for Windows SDK users, [This mail only concerns the *SDK* of Git for Windows, i.e. the build environment to work on, and contribute to, Git for Windows.] On Tue, 6 Feb 2018, Johannes Schindelin wrote: > Changes since Git for Windows v2.16.1(2) (February 2nd 2018) > > New

[ANNOUNCE] Git for Windows 2.16.1(3)

2018-02-06 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.16.1(3) is available from: https://git-for-windows.github.io/ Changes since Git for Windows v2.16.1(2) (February 2nd 2018) New Features * Git for Windows' SDK packages are now hosted on Azure Blobs, fixing

Re: [ANNOUNCE] Git for Windows 2.16.1(2)

2018-02-02 Thread Johannes Schindelin
Hi all, in particular packagers, On Fri, 2 Feb 2018, Johannes Schindelin wrote: > It is my pleasure to announce that Git for Windows 2.16.1(2) is > available from: > > https://git-for-windows.github.io/ Typically, every Git for Windows version is accompanied with updates t

[ANNOUNCE] Git for Windows 2.16.1(2)

2018-02-02 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.16.1(2) is available from: https://git-for-windows.github.io/ The main purpose of this out-of-band release is to update the BusyBox, cURL, Perl and Heimdal components to newer versions. Changes since Git for Windows

[ANNOUNCE] Git for Windows 2.16.1

2018-01-22 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.16.1 is available from: https://git-for-windows.github.io/ Changes since Git for Windows v2.16.0(2) (January 18th 2018) This is a hotfix release, based on upstream Git's hotfix to address a possible segmentation

[ANNOUNCE] Git for Windows 2.16.0(2)

2018-01-18 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.16.0(2) is available from: https://git-for-windows.github.io/ Changes since Git for Windows v2.15.1(2) (November 30th 2017) Git for Windows now has a new homepage: https://gitforwindows.org/ (it is still graciously

Git for Windows v2.16.0-rc2, was Re: [ANNOUNCE] Git v2.16.0-rc2

2018-01-13 Thread Johannes Schindelin
ls are found at: > > https://www.kernel.org/pub/software/scm/git/testing/ And the corresponding Git for Windows files can be found here: https://github.com/git-for-windows/git/releases/tag/v2.16.0-rc2.windows.1 Please test! (Probably the best way is to install the portable Git side-by-side wit

Re: [git-for-windows] Re: [ANNOUNCE] Git v2.16.0-rc1

2018-01-10 Thread Johannes Sixt
Cygwin's Bash does (and hence the MSYS2 Bash used by Git for Windows, too). Then the MSYS2 Bash calls git.exe, which is *not* an MSYS2 program, hence the MSYS2 runtime knows that it has to convert the path lists to Windows paths separated by semicolons. The next thing happening in our case i

Re: [ANNOUNCE] Git for Windows 2.15.1(2), was Re:Git for Windows 2.15.1

2017-11-30 Thread stefan.naewe
Am 30.11.2017 um 02:50 schrieb Johannes Schindelin: > Hi all, > > unfortunately, a last-minute bug slipped in: MSYS2 updated vim (including > its defaults.vim, in a way that interacted badly with Git for Windows' > configuration). The result was that an ugly warning is shown

[ANNOUNCE] Git for Windows 2.15.1(2), was Re:Git for Windows 2.15.1

2017-11-29 Thread Johannes Schindelin
Hi all, unfortunately, a last-minute bug slipped in: MSYS2 updated vim (including its defaults.vim, in a way that interacted badly with Git for Windows' configuration). The result was that an ugly warning is shown every time a user opens vim (which is still the default editor of Git for Wi

Re: [ANNOUNCE] Git for Windows 2.15.1

2017-11-29 Thread Johannes Schindelin
as it could\should greatly help > Windows people in lowering friction in first encounter with Git (for > Windows). > > Being pretty unfamiliar with Linux and its tools at the time, I > remember the initial frustration in trying to do what otherwise felt > as a no-brain, simple and tri

Re: [ANNOUNCE] Git for Windows 2.15.1

2017-11-29 Thread Igor Djordjevic
encounter with Git (for Windows). Being pretty unfamiliar with Linux and its tools at the time, I remember the initial frustration in trying to do what otherwise felt as a no-brain, simple and trivial task - write the damn commit message after `git commit`, lol. Even had to kill the bash windo

[ANNOUNCE] Git for Windows 2.15.1

2017-11-29 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.15.1 is available from: https://git-for-windows.github.io/ Changes since Git for Windows v2.15.0 (October 30th 2017) New Features * Comes with Git v2.15.1. * Operations in massively-sparse worktrees are now much

Re: [ANNOUNCE] Git for Windows 2.15.0

2017-10-30 Thread Johannes Schindelin
Hi team, On Mon, 30 Oct 2017, Johannes Schindelin wrote: > It is my pleasure to announce that Git for Windows 2.15.0 is available from: > > https://git-for-windows.github.io/ By the way, to everybody who tested the RC2: thank you so much. You caught three bugs. Three bugs tha

[ANNOUNCE] Git for Windows 2.15.0

2017-10-30 Thread Johannes Schindelin
Dear Git users, It is my pleasure to announce that Git for Windows 2.15.0 is available from: https://git-for-windows.github.io/ Changes since Git for Windows v2.14.3 (October 23rd 2017) New Features * Comes with Git v2.15.0. Bug Fixes * The auto-updater tried to run at a precise

Re: [git-for-windows] Git for Windows v2.15.0-rc prerelease, was Re: [ANNOUNCE] Git v2.15.0-rc2

2017-10-28 Thread Lars Schneider
>> wrote: >>>> >>>> [cutting linux-kernel] >>>> >>>> On Fri, 20 Oct 2017, Junio C Hamano wrote: >>>> >>>>> A release candidate Git v2.15.0-rc2 is now available for testing >>>>> at the usual plac

Re: [git-for-windows] Git for Windows v2.15.0-rc prerelease, was Re: [ANNOUNCE] Git v2.15.0-rc2

2017-10-28 Thread Johannes Schindelin
20 Oct 2017, Junio C Hamano wrote: > >> > >>> A release candidate Git v2.15.0-rc2 is now available for testing > >>> at the usual places. > >> > >> The Git for Windows equivalent is now available from > >> > >> https://github

Re: [git-for-windows] Git for Windows v2.15.0-rc prerelease, was Re: [ANNOUNCE] Git v2.15.0-rc2

2017-10-27 Thread Lars Schneider
elease candidate Git v2.15.0-rc2 is now available for testing >>> at the usual places. >> >> The Git for Windows equivalent is now available from >> >> https://github.com/git-for-windows/git/releases/tag/v2.15.0-rc2.windows.1 > > Hi Dscho, > > I

Re: [git-for-windows] Git for Windows v2.15.0-rc prerelease, was Re: [ANNOUNCE] Git v2.15.0-rc2

2017-10-27 Thread Lars Schneider
> On 21 Oct 2017, at 00:22, Johannes Schindelin > wrote: > > Hi team, > > [cutting linux-kernel] > > On Fri, 20 Oct 2017, Junio C Hamano wrote: > >> A release candidate Git v2.15.0-rc2 is now available for testing >> at the usual places. > > Th

Re: [ANNOUNCE] Git for Windows 2.14.3

2017-10-24 Thread Johannes Schindelin
Dear Git users, On Tue, 24 Oct 2017, Johannes Schindelin wrote: > Dear Git users, > > It is my pleasure to announce that Git for Windows 2.14.3 is available from: > > https://git-for-windows.github.io/ ... and at this point, usually the release notes are repeated. In

  1   2   3   4   >