X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=ki MRhjzo/dlGs/LWBxJjXKFIdTYdi6H7IGvrQahlhaWiLpKHhgx+MLeEfno6nO8rGq tceKEYtVeavUBbgaBQdVa9hdRuxWHB91PpARjxp8Z/asE8SkUoPmDon2z0OB3w2J oi+2FQwVleQ94d1UN7iY2d19+hKowyPuD/W9HuaV8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=H82uj0pK nDvbwwq+DVorN/bVd/0=; b=J/bgL6ehk+jBFlpIggCB+E2/7jU6XNccueOuI7um k/EFMHaSwllSRIElcJwCopuMxWP31B8+rKTKqniDYigNLfqtOOrPRCP1HLerNz2S h8dY8oxP3OrU32bmiNmHJ1glaOnVe7GsAYy6Q2tTmqWRKRlYlT8gU489Ui1Og0B6 XqE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f47.google.com MIME-Version: 1.0 X-Received: by 10.182.43.161 with SMTP id x1mr8747083obl.5.1391716010591; Thu, 06 Feb 2014 11:46:50 -0800 (PST) In-Reply-To: <431017993.20140206013913@mtu-net.ru> References: <431017993 DOT 20140206013913 AT mtu-net DOT ru> Date: Thu, 6 Feb 2014 21:46:50 +0200 Message-ID: Subject: Re: Cygwin SSH and msysGit From: Someone Somebody To: Andrey Repin Content-Type: text/plain; charset=ISO-8859-1 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 patches to get it to work well in Windows and many of them are not merged into the core Git and who knows really whether one of them can affects this. Also I think trying to add msysGit after the Cygwin $PATH might still have something explode since the binaries in the libexec/git-core are dependent on dlls in the bin directory... and they might have similar names to Cygwin binaries and having the Cygwin dlls earlier in the $PATH might cause it to bomb. (Git seems to invoke "git-receive-pack", "git-upload-pack" vs "git receive-pack", "git upload-pack" requiring the libexec/git-core directory). I might just have to ask on the msysGit mailing list :P Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple