Re: Cygwin SSH and msysGit

2014-02-15 Thread Adam Dinwoodie
On Wed, Feb 05, 2014 at 09:23:30PM +0200, Someone Somebody wrote: > 1. Can Cygwin's Git inter operate with a clone from msysGit? at least > for push/pull purposes? In my experience, Git clones made using one build of Git are fully compatable with another build -- the repository format does not cha

Re: Cygwin SSH and msysGit

2014-02-06 Thread Christopher Faylor
On Thu, Feb 06, 2014 at 09:46:50PM +0200, Someone Somebody wrote: > I did some additional research of my own, it seems that the only >thing that should really be os dependent is in the working dir and the >index file and since this is not relevant for pure push/fetch I think >it might work ok using

Re: Cygwin SSH and msysGit

2014-02-06 Thread Someone Somebody
I did some additional research of my own, it seems that the only thing that should really be os dependent is in the working dir and the index file and since this is not relevant for pure push/fetch I think it might work ok using Cygwin's Git. But who knows... msysGit includes a lot of different p

Re: Cygwin SSH and msysGit

2014-02-05 Thread Andrey Repin
Greetings, Someone Somebody! > I managed to get cygwin SSH working configured to run as SYSTEM and > cyglsa installed. And now I want to setup so I can use Git push/pull > over ssh. > The problem is that to use msysGit I would have to add it's "bin" and > "libexec/git" directories to the PATH. Bu