git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Release candidate of Git for Windows 2.x is out
@ 2015-05-27 22:11 Johannes Schindelin
  2015-05-28 16:25 ` Robert Dailey
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Johannes Schindelin @ 2015-05-27 22:11 UTC (permalink / raw)
  To: Git Mailing List, msysgit, git-for-windows

Hi all,

I just uploaded release candidates for the upcoming Git for Windows 2.x release. Please find the download link here:

https://git-for-windows.github.io/#download

There are 32-bit and 64-bit versions both of regular installers and portable installers ("portable" meaning that they are .7z archives that can be unpacked anywhere and run in place, without any need for running an installer).

My projected time line is to hammer out the last kinks until Friday, and then continue after a one-week leave, if needed, and then finally retire msysGit and start the official 2.x release cycle of Git for Windows.

If you are running Windows and have a little time to spare, please test this release candidate thoroughly. If you find bugs, please first look at https://github.com/git-for-windows/git/issues (even the closed ones), and comment either on existing tickets or open new ones. It would be even cooler, of course, if you could open Pull Requests with fixes :-)

Ciao,
Johannes

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Release candidate of Git for Windows 2.x is out
  2015-05-27 22:11 Release candidate of Git for Windows 2.x is out Johannes Schindelin
@ 2015-05-28 16:25 ` Robert Dailey
  2015-06-09  8:43 ` Qb
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 22+ messages in thread
From: Robert Dailey @ 2015-05-28 16:25 UTC (permalink / raw)
  To: msysgit; +Cc: git, git-for-windows


[-- Attachment #1.1: Type: text/plain, Size: 2508 bytes --]

On Wednesday, May 27, 2015 at 5:11:37 PM UTC-5, Johannes Schindelin wrote:
>
> Hi all, 
>
> I just uploaded release candidates for the upcoming Git for Windows 2.x 
> release. Please find the download link here: 
>
> https://git-for-windows.github.io/#download 
>
> There are 32-bit and 64-bit versions both of regular installers and 
> portable installers ("portable" meaning that they are .7z archives that can 
> be unpacked anywhere and run in place, without any need for running an 
> installer). 
>
> My projected time line is to hammer out the last kinks until Friday, and 
> then continue after a one-week leave, if needed, and then finally retire 
> msysGit and start the official 2.x release cycle of Git for Windows. 
>
> If you are running Windows and have a little time to spare, please test 
> this release candidate thoroughly. If you find bugs, please first look at 
> https://github.com/git-for-windows/git/issues (even the closed ones), and 
> comment either on existing tickets or open new ones. It would be even 
> cooler, of course, if you could open Pull Requests with fixes :-) 
>
> Ciao, 
> Johannes 
>

When adding self-signed certificates, I see two locations:

E:\Git\usr\ssl\certs\ca-bundle.crt
E:\Git\mingw64\ssl\certs\ca-bundle.crt

It seems the 2nd one is the one used by git commands. I have to access a 
git server over HTTPS that uses a self-signed certificate. What is the 
purpose of the 1st ca-bundle.crt file? It would be more ideal to add to the 
first one since it doesn't depend on architecture (the path changes for 
32-bit installs).

Do you have a recommended process for this?

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 4113 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Release candidate of Git for Windows 2.x is out
  2015-05-27 22:11 Release candidate of Git for Windows 2.x is out Johannes Schindelin
  2015-05-28 16:25 ` Robert Dailey
@ 2015-06-09  8:43 ` Qb
  2015-06-09 12:04   ` Johannes Schindelin
  2015-06-12 16:30 ` Robert Dailey
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 22+ messages in thread
From: Qb @ 2015-06-09  8:43 UTC (permalink / raw)
  To: msysgit; +Cc: git-for-windows, git


[-- Attachment #1.1: Type: text/plain, Size: 1488 bytes --]

Dear Johannes,
I'm trying the release candidate on Win 8.1. Everything's working now, but 
when I clone a repository

git clone http://...../name.git CustomFolder

it creates CustomFolder with the checkout files, but the .git folder is 
created inside CustomFolder\CustomFolder\

Dir layout
\
\CustomFolder
\CustomFolder\files.....
\CustomFolder\CustomFolder\.git  <---- wrong additional level
 
so any other command doesn't work because it cannot find the .git folder.
If I move the CustomFolder\CustomFolder\.git to CustomFolder\.git 
everything works correctly.

Let me know if it's enough data,
Qb

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1975 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Re: Release candidate of Git for Windows 2.x is out
  2015-06-09  8:43 ` Qb
@ 2015-06-09 12:04   ` Johannes Schindelin
  2015-06-09 12:10     ` QbProg
  0 siblings, 1 reply; 22+ messages in thread
From: Johannes Schindelin @ 2015-06-09 12:04 UTC (permalink / raw)
  To: Qb; +Cc: msysgit, git-for-windows, git

Hi,

On 2015-06-09 10:43, Qb wrote:

> I'm trying the release candidate on Win 8.1. Everything's working now, but 
> when I clone a repository
> 
> git clone http://...../name.git CustomFolder
> 
> it creates CustomFolder with the checkout files, but the .git folder is 
> created inside CustomFolder\CustomFolder\

I cannot reproduce this behavior.

This is what I did to test:

1. install Git-2.4.2.1-release-candidate-64.exe (default options)
2. run Git Bash
3. git clone https://github.com/dscho/images.git octocats

This results in a correct checkout: `$HOME/octocats/.git/` exists and contains the local repository.

Ciao,
Johannes

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Re: Release candidate of Git for Windows 2.x is out
  2015-06-09 12:04   ` Johannes Schindelin
@ 2015-06-09 12:10     ` QbProg
  2015-06-09 13:07       ` Johannes Schindelin
  0 siblings, 1 reply; 22+ messages in thread
From: QbProg @ 2015-06-09 12:10 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: msysgit, git-for-windows, git

[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]

Hello,
I reproduce it using the windows command prompt (cmd.exe) using any
repository. I tryed with bash and it works correctly.
Qb

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 1484 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Re: Release candidate of Git for Windows 2.x is out
  2015-06-09 12:10     ` QbProg
@ 2015-06-09 13:07       ` Johannes Schindelin
  0 siblings, 0 replies; 22+ messages in thread
From: Johannes Schindelin @ 2015-06-09 13:07 UTC (permalink / raw)
  To: QbProg; +Cc: msysgit, git-for-windows, git

Hi,

On 2015-06-09 14:10, QbProg wrote:

> I reproduce it using the windows command prompt (cmd.exe) using any
> repository. I tryed with bash and it works correctly.

Please note that you removed enough context that the mail does not make sense anymore if read individually.

At this point it might be best to open a ticket, as I suggested in my announcement: just log into GitHub (or sign up for free) and direct your web browser to https://github.com/git-for-windows/git/issues/new.

For the record: I tried again, with `Git CMD`, this time I called

```cmd
git clone https://github.com/dscho/images.git octo2
```

... and octo2/ is created correctly and contains the `.git/` subdirectory (which is hidden by default, but you can call `cd octo2/.git`). Read: I still cannot reproduce the issue.

Ciao,
Johannes

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Release candidate of Git for Windows 2.x is out
  2015-05-27 22:11 Release candidate of Git for Windows 2.x is out Johannes Schindelin
  2015-05-28 16:25 ` Robert Dailey
  2015-06-09  8:43 ` Qb
@ 2015-06-12 16:30 ` Robert Dailey
  2015-06-20 14:16 ` 3rd release candidate of Git for Windows 2.x, was " Johannes Schindelin
  2015-06-26 11:06 ` Release candidate of Git for Windows 2.x is out Ties
  4 siblings, 0 replies; 22+ messages in thread
From: Robert Dailey @ 2015-06-12 16:30 UTC (permalink / raw)
  To: msysgit; +Cc: git, git-for-windows


[-- Attachment #1.1: Type: text/plain, Size: 2961 bytes --]


On Wednesday, May 27, 2015 at 5:11:37 PM UTC-5, Johannes Schindelin wrote:
>
> Hi all, 
>
> I just uploaded release candidates for the upcoming Git for Windows 2.x 
> release. Please find the download link here: 
>
> https://git-for-windows.github.io/#download 
>
> There are 32-bit and 64-bit versions both of regular installers and 
> portable installers ("portable" meaning that they are .7z archives that can 
> be unpacked anywhere and run in place, without any need for running an 
> installer). 
>
> My projected time line is to hammer out the last kinks until Friday, and 
> then continue after a one-week leave, if needed, and then finally retire 
> msysGit and start the official 2.x release cycle of Git for Windows. 
>
> If you are running Windows and have a little time to spare, please test 
> this release candidate thoroughly. If you find bugs, please first look at 
> https://github.com/git-for-windows/git/issues (even the closed ones), and 
> comment either on existing tickets or open new ones. It would be even 
> cooler, of course, if you could open Pull Requests with fixes :-) 
>

It's no longer clear exactly how to setup self-signed certificates in this 
new version of Git:

$ git fetch origin
fatal: unable to access 'https://mygitserver/myrepo.git/': SSL certificate 
problem: self signed certificate in certificate chain

No one on my team at $DAYJOB uses SSH, they all use HTTPS. Switching 
everyone to SSH certainly won't be an option either. So prior to asking 
everyone to upgrade, I'll need to be able to provide them instruction on 
how to properly setup our cert so that HTTPS works properly.

Ideally the solution will be done in such a way that when installing newer 
versions of Git for Windows, that the keys are not overwritten. Using the 
normal Git config approach won't work either since when you get the CA cert 
path to our key, it no longer knows about the other built-in certs, so 
fetches from github.com and the like will also fail.

Maybe there is an elegant or easy solution to this. But I just haven't 
found it yet.

 

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 4594 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* 3rd release candidate of Git for Windows 2.x, was Re: Release candidate of Git for Windows 2.x is out
  2015-05-27 22:11 Release candidate of Git for Windows 2.x is out Johannes Schindelin
                   ` (2 preceding siblings ...)
  2015-06-12 16:30 ` Robert Dailey
@ 2015-06-20 14:16 ` Johannes Schindelin
  2015-06-20 14:59   ` Jon
  2015-06-29  8:30   ` 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x Johannes Schindelin
  2015-06-26 11:06 ` Release candidate of Git for Windows 2.x is out Ties
  4 siblings, 2 replies; 22+ messages in thread
From: Johannes Schindelin @ 2015-06-20 14:16 UTC (permalink / raw)
  To: Git Mailing List, msysgit, git-for-windows

Hi all,

I just uploaded the 3rd release candidate for the upcoming Git for Windows 2.x release. Please find the download link here:

https://git-for-windows.github.io/#download

Lots of changes since the first release candidate (v2.4.2, I was too swamped to announce the second release candidate -- v2.4.3 -- I published Friday last week, my apologies). Please find them in the release notes:

https://github.com/git-for-windows/build-extra/blob/master/installer/ReleaseNotes.md

We're getting closer!
Johannes

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: 3rd release candidate of Git for Windows 2.x, was Re: Release candidate of Git for Windows 2.x is out
  2015-06-20 14:16 ` 3rd release candidate of Git for Windows 2.x, was " Johannes Schindelin
@ 2015-06-20 14:59   ` Jon
  2015-06-20 15:21     ` Johannes Schindelin
  2015-06-29  8:30   ` 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x Johannes Schindelin
  1 sibling, 1 reply; 22+ messages in thread
From: Jon @ 2015-06-20 14:59 UTC (permalink / raw)
  To: msysgit; +Cc: git, git-for-windows


[-- Attachment #1.1: Type: text/plain, Size: 2009 bytes --]


On Saturday, June 20, 2015 at 10:16:09 AM UTC-4, Johannes Schindelin wrote:
>
> Hi all, 
>
> I just uploaded the 3rd release candidate for the upcoming Git for Windows 
> 2.x release. Please find the download link here: 
>
> https://git-for-windows.github.io/#download 
>
> Lots of changes since the first release candidate (v2.4.2, I was too 
> swamped to announce the second release candidate -- v2.4.3 -- I published 
> Friday last week, my apologies). Please find them in the release notes: 
>
>
> https://github.com/git-for-windows/build-extra/blob/master/installer/ReleaseNotes.md 
>
> We're getting closer! 
> Johannes 
>

Fantastic!

1) Why are there two ssl/certs trees? (e.g. - one is used by git-bash.exe 
and the other git-cmd.exe and cmd/git.exe?)
2) Why are INSTALL_DIR/usr/ssl/certs/ca-bundle.crt and 
INSTALL_DIR/mingw64/ssl/certs/ca-bundle.crt different?


C:\Apps\git2>mingw64\bin\git.exe version
git version 2.4.4.windows.2

C:\Apps\git2>usr\bin\diff.exe --brief usr\ssl\certs\ca-bundle.crt 
mingw64\ssl\certs\ca-bundle.crt
Files usr\ssl\certs\ca-bundle.crt and mingw64\ssl\certs\ca-bundle.crt 
differ 

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 3691 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Re: 3rd release candidate of Git for Windows 2.x, was Re: Release candidate of Git for Windows 2.x is out
  2015-06-20 14:59   ` Jon
@ 2015-06-20 15:21     ` Johannes Schindelin
  2015-06-20 15:50       ` Robert Dailey
  0 siblings, 1 reply; 22+ messages in thread
From: Johannes Schindelin @ 2015-06-20 15:21 UTC (permalink / raw)
  To: Jon; +Cc: msysgit, git, git-for-windows

Hi Jon,

On 2015-06-20 16:59, Jon wrote:
> On Saturday, June 20, 2015 at 10:16:09 AM UTC-4, Johannes Schindelin wrote:
>>
>> I just uploaded the 3rd release candidate for the upcoming Git for Windows
>> 2.x release. Please find the download link here:
>>
>> https://git-for-windows.github.io/#download
>>
>> Lots of changes since the first release candidate (v2.4.2, I was too
>> swamped to announce the second release candidate -- v2.4.3 -- I published
>> Friday last week, my apologies). Please find them in the release notes:
>>
>> https://github.com/git-for-windows/build-extra/blob/master/installer/ReleaseNotes.md
> 
> 1) Why are there two ssl/certs trees? (e.g. - one is used by git-bash.exe 
> and the other git-cmd.exe and cmd/git.exe?)

Please keep in mind that Git for Windows is a hybrid collection of pure Win32 executables and MSys2 executables (MSys2 is a stripped-down Cygwin providing a POSIX emulation layer on top of the Win32 API[*1*]). They are separated into the `/usr/` and the `/mingw64/` directories, respectively (`/mingw32/` for 32-bit). An example for a pure Win32 executable is `git.exe` while Perl and Bash are MSys2 executables. In general, we avoid MSys2 as much as possible: while it provides a nice POSIX emulation layer, it comes at a noticable performance penalty.

So whenever we can get away with using OpenSSL compiled as pure Win32 library, we do so. Cloning via HTTPS falls into that category.

When it comes to `git-svn` -- something that is needed by many users, still, and indeed the motivation for the most prolific contributor helping me with Git for Windows 2.x -- it is not that easy, though: `git-svn` is a Perl script, our Perl is an MSys2 program and therefore uses OpenSSL compiled as MSys2 library.

That is the reason why we have separate ssl/ directory structures. One for MinGW (i.e. pure Win32) programs and one for MSys2 ones.

> 2) Why are INSTALL_DIR/usr/ssl/certs/ca-bundle.crt and 
> INSTALL_DIR/mingw64/ssl/certs/ca-bundle.crt different?

We simply use the packages provided by MSys2. The MinGW/MSys2 ca-certificates packages are sometimes out of sync, and that is what you are seeing here.

Now, theoretically it would be possible to reconcile the different ca-certificates packages into a single one. The correct way to go about this would be by contributing to the MSys2 project: that way, not only Git for Windows but really all MSys2-based projects benefit from it.

Ciao,
Johannes

Footnote *1*: https://msys2.github.io/

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Re: 3rd release candidate of Git for Windows 2.x, was Re: Release candidate of Git for Windows 2.x is out
  2015-06-20 15:21     ` Johannes Schindelin
@ 2015-06-20 15:50       ` Robert Dailey
  0 siblings, 0 replies; 22+ messages in thread
From: Robert Dailey @ 2015-06-20 15:50 UTC (permalink / raw)
  To: Johannes Schindelin, Jon; +Cc: git, git-for-windows, msysgit

[-- Attachment #1: Type: text/plain, Size: 3615 bytes --]

 Let me add a question to this: how does one add new certs? If there are
multiple files. I have an issue open for this but still no information.
Thanks in advance.

Sorry for top post, replying on my phone.


On Sat, Jun 20, 2015, 10:22 AM Johannes Schindelin <
johannes.schindelin@gmx.de> wrote:

Hi Jon,

On 2015-06-20 16:59, Jon wrote:
> On Saturday, June 20, 2015 at 10:16:09 AM UTC-4, Johannes Schindelin
wrote:
>>
>> I just uploaded the 3rd release candidate for the upcoming Git for
Windows
>> 2.x release. Please find the download link here:
>>
>> https://git-for-windows.github.io/#download
>>
>> Lots of changes since the first release candidate (v2.4.2, I was too
>> swamped to announce the second release candidate -- v2.4.3 -- I published
>> Friday last week, my apologies). Please find them in the release notes:
>>
>>
https://github.com/git-for-windows/build-extra/blob/master/installer/ReleaseNotes.md
>
> 1) Why are there two ssl/certs trees? (e.g. - one is used by git-bash.exe
> and the other git-cmd.exe and cmd/git.exe?)

Please keep in mind that Git for Windows is a hybrid collection of pure
Win32 executables and MSys2 executables (MSys2 is a stripped-down Cygwin
providing a POSIX emulation layer on top of the Win32 API[*1*]). They are
separated into the `/usr/` and the `/mingw64/` directories, respectively
(`/mingw32/` for 32-bit). An example for a pure Win32 executable is
`git.exe` while Perl and Bash are MSys2 executables. In general, we avoid
MSys2 as much as possible: while it provides a nice POSIX emulation layer,
it comes at a noticable performance penalty.

So whenever we can get away with using OpenSSL compiled as pure Win32
library, we do so. Cloning via HTTPS falls into that category.

When it comes to `git-svn` -- something that is needed by many users,
still, and indeed the motivation for the most prolific contributor helping
me with Git for Windows 2.x -- it is not that easy, though: `git-svn` is a
Perl script, our Perl is an MSys2 program and therefore uses OpenSSL
compiled as MSys2 library.

That is the reason why we have separate ssl/ directory structures. One for
MinGW (i.e. pure Win32) programs and one for MSys2 ones.

> 2) Why are INSTALL_DIR/usr/ssl/certs/ca-bundle.crt and
> INSTALL_DIR/mingw64/ssl/certs/ca-bundle.crt different?

We simply use the packages provided by MSys2. The MinGW/MSys2
ca-certificates packages are sometimes out of sync, and that is what you
are seeing here.

Now, theoretically it would be possible to reconcile the different
ca-certificates packages into a single one. The correct way to go about
this would be by contributing to the MSys2 project: that way, not only Git
for Windows but really all MSys2-based projects benefit from it.

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 4657 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Release candidate of Git for Windows 2.x is out
  2015-05-27 22:11 Release candidate of Git for Windows 2.x is out Johannes Schindelin
                   ` (3 preceding siblings ...)
  2015-06-20 14:16 ` 3rd release candidate of Git for Windows 2.x, was " Johannes Schindelin
@ 2015-06-26 11:06 ` Ties
  2015-06-27  8:41   ` Johannes Schindelin
  4 siblings, 1 reply; 22+ messages in thread
From: Ties @ 2015-06-26 11:06 UTC (permalink / raw)
  To: git-for-windows; +Cc: msysgit, git


[-- Attachment #1.1: Type: text/plain, Size: 2283 bytes --]

Hi Johannes,

Do you have an ETA on the final release? 

Regards,
Ties

ps I just found out about these release candidates, and I was already 
wondering for a while why we didn't had git 2.x on Windows. I'm going to 
install the RC, and test during day to day usage ;)

On Thursday, May 28, 2015 at 12:11:34 AM UTC+2, Johannes Schindelin wrote:
>
> Hi all, 
>
> I just uploaded release candidates for the upcoming Git for Windows 2.x 
> release. Please find the download link here: 
>
> https://git-for-windows.github.io/#download 
>
> There are 32-bit and 64-bit versions both of regular installers and 
> portable installers ("portable" meaning that they are .7z archives that can 
> be unpacked anywhere and run in place, without any need for running an 
> installer). 
>
> My projected time line is to hammer out the last kinks until Friday, and 
> then continue after a one-week leave, if needed, and then finally retire 
> msysGit and start the official 2.x release cycle of Git for Windows. 
>
> If you are running Windows and have a little time to spare, please test 
> this release candidate thoroughly. If you find bugs, please first look at 
> https://github.com/git-for-windows/git/issues (even the closed ones), and 
> comment either on existing tickets or open new ones. It would be even 
> cooler, of course, if you could open Pull Requests with fixes :-) 
>
> Ciao, 
> Johannes 
>

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 3880 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Re: Release candidate of Git for Windows 2.x is out
  2015-06-26 11:06 ` Release candidate of Git for Windows 2.x is out Ties
@ 2015-06-27  8:41   ` Johannes Schindelin
  0 siblings, 0 replies; 22+ messages in thread
From: Johannes Schindelin @ 2015-06-27  8:41 UTC (permalink / raw)
  To: Ties; +Cc: git-for-windows, msysgit, git

On 2015-06-26 13:06, Ties wrote:

> Do you have an ETA on the final release? 

No, sorry, no ETA yet.

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  2015-06-20 14:16 ` 3rd release candidate of Git for Windows 2.x, was " Johannes Schindelin
  2015-06-20 14:59   ` Jon
@ 2015-06-29  8:30   ` Johannes Schindelin
  2015-06-29  9:07     ` Stefan Näwe
  2015-07-18 18:48     ` 5th release candidate of Git for Windows 2.x, was Re: 4th " Johannes Schindelin
  1 sibling, 2 replies; 22+ messages in thread
From: Johannes Schindelin @ 2015-06-29  8:30 UTC (permalink / raw)
  To: Git Mailing List, msysgit, git-for-windows

Hi all,

I just uploaded the 4th release candidate for the upcoming Git for
Windows 2.x release. Please find the download link here:
 
https://git-for-windows.github.io/#download

The most important changes are the update to Git 2.4.5 and a fix for the crash when running Git Bash with a legacy `TERM` setting (this should help 3rd party software to upgrade to Git for Windows 2.x).

Please find the release notes here:

https://github.com/git-for-windows/build-extra/blob/master/installer/ReleaseNotes.md

Another step,
Johannes

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  2015-06-29  8:30   ` 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x Johannes Schindelin
@ 2015-06-29  9:07     ` Stefan Näwe
  2015-06-29 14:37       ` Johannes Schindelin
  2015-07-18 18:48     ` 5th release candidate of Git for Windows 2.x, was Re: 4th " Johannes Schindelin
  1 sibling, 1 reply; 22+ messages in thread
From: Stefan Näwe @ 2015-06-29  9:07 UTC (permalink / raw)
  To: Johannes Schindelin, Git Mailing List, msysgit@googlegroups.com,
	git-for-windows@googlegroups.com

Am 29.06.2015 um 10:30 schrieb Johannes Schindelin:
> Hi all,
> 
> I just uploaded the 4th release candidate for the upcoming Git for
> Windows 2.x release. Please find the download link here:
>  
> https://git-for-windows.github.io/#download
> 
> The most important changes are the update to Git 2.4.5 and a fix for the crash when running Git Bash
> with a legacy `TERM` setting (this should help 3rd party software to upgrade to Git for Windows 2.x).

Thanks.
It seems that this link:

   https://github.com/git-for-windows/git/releases/latest

doesn't point to the latest release.

Might be because the tags have the same date ?

Thanks anyway!

Stefan
-- 
----------------------------------------------------------------
/dev/random says: Who needs comedians? Journalists are much more laughable!
python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')" 
GPG Key fingerprint = 2DF5 E01B 09C3 7501 BCA9  9666 829B 49C5 9221 27AF

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  2015-06-29  9:07     ` Stefan Näwe
@ 2015-06-29 14:37       ` Johannes Schindelin
  2015-06-29 14:49         ` Stefan Näwe
  2015-06-29 15:54         ` Konstantin Khomoutov
  0 siblings, 2 replies; 22+ messages in thread
From: Johannes Schindelin @ 2015-06-29 14:37 UTC (permalink / raw)
  To: Stefan Näwe; +Cc: Git Mailing List, msysgit, git-for-windows

Hi Stefan,

On 2015-06-29 11:07, Stefan Näwe wrote:
> Am 29.06.2015 um 10:30 schrieb Johannes Schindelin:

>> I just uploaded the 4th release candidate for the upcoming Git for
>> Windows 2.x release. Please find the download link here:
>>
>> https://git-for-windows.github.io/#download
>>
>> The most important changes are the update to Git 2.4.5 and a fix for the crash when running Git Bash
>> with a legacy `TERM` setting (this should help 3rd party software to upgrade to Git for Windows 2.x).
> 
> Thanks.
> It seems that this link:
> 
>    https://github.com/git-for-windows/git/releases/latest
> 
> doesn't point to the latest release.
> 
> Might be because the tags have the same date ?

Wooops. Sorry for being so slow (been interviewing today). It should be correct now, can you verify, please?

Thanks,
Dscho

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  2015-06-29 14:37       ` Johannes Schindelin
@ 2015-06-29 14:49         ` Stefan Näwe
  2015-06-29 15:54         ` Konstantin Khomoutov
  1 sibling, 0 replies; 22+ messages in thread
From: Stefan Näwe @ 2015-06-29 14:49 UTC (permalink / raw)
  To: Johannes Schindelin
  Cc: Git Mailing List, msysgit@googlegroups.com,
	git-for-windows@googlegroups.com

Am 29.06.2015 um 16:37 schrieb Johannes Schindelin:
> Hi Stefan,
> 
> On 2015-06-29 11:07, Stefan Näwe wrote:
>> Am 29.06.2015 um 10:30 schrieb Johannes Schindelin:
> 
>>> I just uploaded the 4th release candidate for the upcoming Git for
>>> Windows 2.x release. Please find the download link here:
>>>
>>> https://git-for-windows.github.io/#download
>>>
>>> The most important changes are the update to Git 2.4.5 and a fix for the crash when running Git Bash
>>> with a legacy `TERM` setting (this should help 3rd party software to upgrade to Git for Windows 2.x).
>>
>> Thanks.
>> It seems that this link:
>>
>>    https://github.com/git-for-windows/git/releases/latest
>>
>> doesn't point to the latest release.
>>
>> Might be because the tags have the same date ?
> 
> Wooops. Sorry for being so slow (been interviewing today). It should be correct now, can you verify, please?

Yes.

https://github.com/git-for-windows/git/releases/latest
redirects to "Fourth release candidate of Git for Windows 2.x" now.

Thanks,
  Stefan
-- 
----------------------------------------------------------------
/dev/random says: Documentation is the castor oil of programming.
python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')" 
GPG Key fingerprint = 2DF5 E01B 09C3 7501 BCA9  9666 829B 49C5 9221 27AF

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  2015-06-29 14:37       ` Johannes Schindelin
  2015-06-29 14:49         ` Stefan Näwe
@ 2015-06-29 15:54         ` Konstantin Khomoutov
  2015-06-29 16:19           ` Johannes Schindelin
  1 sibling, 1 reply; 22+ messages in thread
From: Konstantin Khomoutov @ 2015-06-29 15:54 UTC (permalink / raw)
  To: Johannes Schindelin
  Cc: Stefan Näwe, Git Mailing List, msysgit, git-for-windows

On Mon, 29 Jun 2015 16:37:54 +0200
Johannes Schindelin <johannes.schindelin@gmx.de> wrote:

> >> I just uploaded the 4th release candidate for the upcoming Git for
> >> Windows 2.x release. Please find the download link here:
> >>
> >> https://git-for-windows.github.io/#download
> >>
> >> The most important changes are the update to Git 2.4.5 and a fix
> >> for the crash when running Git Bash with a legacy `TERM` setting
> >> (this should help 3rd party software to upgrade to Git for Windows
> >> 2.x).
> > 
> > Thanks.
> > It seems that this link:
> > 
> >    https://github.com/git-for-windows/git/releases/latest
> > 
> > doesn't point to the latest release.
> > 
> > Might be because the tags have the same date ?
> 
> Wooops. Sorry for being so slow (been interviewing today). It should
> be correct now, can you verify, please?

Thanks for making all this real, Johannes!

I've finally took time to switch from my old "msys1" release to this
RC4, and immediately got hit by the fact Git is now speaking to me in
Russian, which is not what I want (previously this behaviour was only
exhibited by `git gui` and `gitk`).

Should I make Git see LC_MESSAGES=en (or other thing like LANG) in the
environment or is there some Git-local method to affect this behaviour?
I tried to grep the release notes using relevant keywords but was left
empty-handed.

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  2015-06-29 15:54         ` Konstantin Khomoutov
@ 2015-06-29 16:19           ` Johannes Schindelin
  2015-06-30 17:15             ` Konstantin Khomoutov
  0 siblings, 1 reply; 22+ messages in thread
From: Johannes Schindelin @ 2015-06-29 16:19 UTC (permalink / raw)
  To: Konstantin Khomoutov
  Cc: Stefan Näwe, Git Mailing List, msysgit, git-for-windows

Hi Konstantin,

On 2015-06-29 17:54, Konstantin Khomoutov wrote:

> I've finally took time to switch from my old "msys1" release to this
> RC4, and immediately got hit by the fact Git is now speaking to me in
> Russian, which is not what I want (previously this behaviour was only
> exhibited by `git gui` and `gitk`).
> 
> Should I make Git see LC_MESSAGES=en (or other thing like LANG) in the
> environment or is there some Git-local method to affect this behaviour?
> I tried to grep the release notes using relevant keywords but was left
> empty-handed.

Personally, I would use LC_ALL=C. Maybe that's good for you, too?

I guess this would also make for a fine opportunity to add an option to the installer to switch the localization off?

Ciao,
Johannes

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  2015-06-29 16:19           ` Johannes Schindelin
@ 2015-06-30 17:15             ` Konstantin Khomoutov
  2015-06-30 18:57               ` Thomas Braun
  0 siblings, 1 reply; 22+ messages in thread
From: Konstantin Khomoutov @ 2015-06-30 17:15 UTC (permalink / raw)
  To: Johannes Schindelin
  Cc: Konstantin Khomoutov, Stefan Näwe, Git Mailing List, msysgit,
	git-for-windows

On Mon, 29 Jun 2015 18:19:09 +0200
Johannes Schindelin <johannes.schindelin@gmx.de> wrote:

> > I've finally took time to switch from my old "msys1" release to this
> > RC4, and immediately got hit by the fact Git is now speaking to me
> > in Russian, which is not what I want (previously this behaviour was
> > only exhibited by `git gui` and `gitk`).
> > 
> > Should I make Git see LC_MESSAGES=en (or other thing like LANG) in
> > the environment or is there some Git-local method to affect this
> > behaviour? I tried to grep the release notes using relevant
> > keywords but was left empty-handed.
> 
> Personally, I would use LC_ALL=C. Maybe that's good for you, too?

After reading [1], I've ended up installing LANG=C into my user's
environment variables -- so far so good, thanks for the tip!

> I guess this would also make for a fine opportunity to add an option
> to the installer to switch the localization off?

I dunno.
While this definitely would be useful for some folks (mostly
old-school, like we do) but the problem with this setting is that it's
not specific to Git and can result in unpredictable behaviour in other
parts of the system.  Hence this option, if implemented, should somehow
be clearly marked as system-wide in the installer UI.

1. https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  2015-06-30 17:15             ` Konstantin Khomoutov
@ 2015-06-30 18:57               ` Thomas Braun
  0 siblings, 0 replies; 22+ messages in thread
From: Thomas Braun @ 2015-06-30 18:57 UTC (permalink / raw)
  To: Konstantin Khomoutov, Johannes Schindelin
  Cc: Stefan Näwe, Git Mailing List, msysgit, git-for-windows

Am 30.06.2015 um 19:15 schrieb Konstantin Khomoutov:
> On Mon, 29 Jun 2015 18:19:09 +0200
> Johannes Schindelin <johannes.schindelin@gmx.de> wrote:
> 
>>> I've finally took time to switch from my old "msys1" release to this
>>> RC4, and immediately got hit by the fact Git is now speaking to me
>>> in Russian, which is not what I want (previously this behaviour was
>>> only exhibited by `git gui` and `gitk`).
>>>
>>> Should I make Git see LC_MESSAGES=en (or other thing like LANG) in
>>> the environment or is there some Git-local method to affect this
>>> behaviour? I tried to grep the release notes using relevant
>>> keywords but was left empty-handed.
>>
>> Personally, I would use LC_ALL=C. Maybe that's good for you, too?
> 
> After reading [1], I've ended up installing LANG=C into my user's
> environment variables -- so far so good, thanks for the tip!

Just for the record.
I created the file lang.sh with contents
export LC_ALL=C
in
/etc/profile.d
which also fixes the problem. And also survives new versions of git.

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* 5th release candidate of Git for Windows 2.x, was Re: 4th release candidate of Git for Windows 2.x
  2015-06-29  8:30   ` 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x Johannes Schindelin
  2015-06-29  9:07     ` Stefan Näwe
@ 2015-07-18 18:48     ` Johannes Schindelin
  1 sibling, 0 replies; 22+ messages in thread
From: Johannes Schindelin @ 2015-07-18 18:48 UTC (permalink / raw)
  To: Git Mailing List, msysgit, git-for-windows

Hi all,

I just uploaded the 5th release candidate for the upcoming Git for
Windows 2.x release. Please find the download link here:
 
https://git-for-windows.github.io/#download



Apart from synchronizing with Git 2.4.6, this version brings the following fixes:

*   Git for Windows handles symlinks now, even if core.symlinks does not tell Git to generate symlinks itself.
*   git svn learned not to reuse incompatible on-disk caches left over from previous Git for Windows versions.

Please find the release notes here:

https://github.com/git-for-windows/build-extra/blob/master/installer/ReleaseNotes.md

There is at least one bigger issue I still want to address, therefore there will most likely be another release candidate soon, but I simply did not want to force the fans to wait for 2.4.6 and the two bug fixes.

Ciao,
Johannes

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-07-18 18:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-27 22:11 Release candidate of Git for Windows 2.x is out Johannes Schindelin
2015-05-28 16:25 ` Robert Dailey
2015-06-09  8:43 ` Qb
2015-06-09 12:04   ` Johannes Schindelin
2015-06-09 12:10     ` QbProg
2015-06-09 13:07       ` Johannes Schindelin
2015-06-12 16:30 ` Robert Dailey
2015-06-20 14:16 ` 3rd release candidate of Git for Windows 2.x, was " Johannes Schindelin
2015-06-20 14:59   ` Jon
2015-06-20 15:21     ` Johannes Schindelin
2015-06-20 15:50       ` Robert Dailey
2015-06-29  8:30   ` 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x Johannes Schindelin
2015-06-29  9:07     ` Stefan Näwe
2015-06-29 14:37       ` Johannes Schindelin
2015-06-29 14:49         ` Stefan Näwe
2015-06-29 15:54         ` Konstantin Khomoutov
2015-06-29 16:19           ` Johannes Schindelin
2015-06-30 17:15             ` Konstantin Khomoutov
2015-06-30 18:57               ` Thomas Braun
2015-07-18 18:48     ` 5th release candidate of Git for Windows 2.x, was Re: 4th " Johannes Schindelin
2015-06-26 11:06 ` Release candidate of Git for Windows 2.x is out Ties
2015-06-27  8:41   ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).