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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=pooT5tls40WvELkHKG+XVWLJqbLc/ zX29LUBZfcckcKLMHnUNR8Md5Uqagh+hSd79sZHkmJSwwBe4TxfvoUHAImIMJd5X 7Bf/ZrJrMEkTU1mSee/UwOxnOEDyjPHm9mxzAMbljFA8uh7EY7aaRYvV+Id9mVyO cLUZ2x5IYdikW4= 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:date:message-id:subject:from:to :content-type; s=default; bh=gJfY++a1KmiG0MRsTt2DQ3RhD+A=; b=QhY tBkkcoaHwgE2jaegoyOpFSmTqSfrOm2q/2TEuxUG1I2Vnx+382Lp9xYWpJRzPqnJ +9fyWg2EZGDHR7p8GdWDmqRMno7XDk8vOorszVSB1Kxg3/ZG/SzVAgHSXuZUaHoD 4nYf2tsVy/oyWCNJLUu7TZHS5Q+IOVBvtA+8Gexo= 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.0 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-ob0-f170.google.com MIME-Version: 1.0 X-Received: by 10.182.43.161 with SMTP id x1mr2886282obl.5.1391628210794; Wed, 05 Feb 2014 11:23:30 -0800 (PST) Date: Wed, 5 Feb 2014 21:23:30 +0200 Message-ID: Subject: Cygwin SSH and msysGit From: Someone Somebody To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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. But this also adds various command binaries which override the native cygwin one's, which are obviously much more up-to-date and work better inside cygwin. I can try and use Cygwin's Git but I'm not sure if it will inter operate correctly with msysGit clones. So my questions are: 1. Can Cygwin's Git inter operate with a clone from msysGit? at least for push/pull purposes? 2. Is there a way so that msysGit can be integrated into a Cygwin environment without disturbing Cygwin's command binaries or Cygwin's binaries interfering with msysGit? 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