Re: [msysGit] Re: Release candidate of Git for Windows 2.x is out

2015-06-27 Thread Johannes Schindelin
On 2015-06-26 13:06, Ties wrote:

 Do you have an ETA on the final release? 

No, sorry, no ETA yet.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [msysGit] Re: Release candidate of Git for Windows 2.x is out

2015-06-09 Thread Johannes Schindelin
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
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [msysGit] Re: Release candidate of Git for Windows 2.x is out

2015-06-09 Thread Johannes Schindelin
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

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html