From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: New sync'd branch Date: Fri, 28 Aug 2009 16:13:28 +0200 Message-ID: References: <83praic5r5.fsf@gnu.org> <83d46gcnsb.fsf@gnu.org> <87ocq0l2hw.fsf@iki.fi> <83ab1kcmi5.fsf@gnu.org> <83skfcav4u.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1251470814 12705 80.91.229.12 (28 Aug 2009 14:46:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 14:46:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 28 16:46:48 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mh2j1-00062R-N4 for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 16:46:48 +0200 Original-Received: from localhost ([127.0.0.1]:55767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh2j1-0004nV-7Z for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 10:46:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh2DE-0008BL-7c for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:13:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh2D9-00085y-H2 for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:13:55 -0400 Original-Received: from [199.232.76.173] (port=59291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh2D9-00085p-B9 for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:13:51 -0400 Original-Received: from mail-bw0-f222.google.com ([209.85.218.222]:43555) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh2D7-0004xb-Hv; Fri, 28 Aug 2009 10:13:49 -0400 Original-Received: by bwz22 with SMTP id 22so1921181bwz.42 for ; Fri, 28 Aug 2009 07:13:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=rmxd4EITRPX+HyxyJ0ZQbmmnHfl63IoAtSVxN7HvOrA=; b=lNrunjkONKTVZBSFUcL4jrOdPHcx1DeTQjLBFuD+lPdzE5+ZXzAyHgLashKTnoRBSV 4elpaPJJoXAdPP5kYVqfct0DCr9zJreTpLDfh2JNkUgLR6320ocKTK6Nd13AfSB3cwuE b2R3ohGZE/GX1AyozG2ELPTzICqT3TLL1xlRY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ZjITxAuzgxPsajWU+DwGuzaegBj7+IMhpkQlHdnrdkPHlCApS3BBAV2TCaTMjEqIAw zX2jLDfK14Ju16vpxb+4CrDpF5Fco0+MnRmKegUl2KbPnI8d5QQ6ubNKedw3e3i7T7+K I60onK+mOPa0lXES5TeBeM++j8b0LdtsV7Ilg= Original-Received: by 10.239.170.34 with SMTP id q34mr104625hbe.3.1251468828083; Fri, 28 Aug 2009 07:13:48 -0700 (PDT) In-Reply-To: <83skfcav4u.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114756 Archived-At: On Fri, Aug 28, 2009 at 16:08, Eli Zaretskii wrote: > But if there's no MSYS with its shell, how do the git shell scripts > work? There's a shell: C:\> dir \my_git_install_path\bin\*sh.exe Volume in drive C is unlabeled Serial number is 57d9:23e9 Directory of C:\my_git_install_path\bin\*sh.exe 30/07/2009 2:17 567.296 bash.exe 30/07/2009 2:17 567.296 sh.exe [etc] It's just that they are not on the PATH, so they don't mess with your MSYS shell. Juanma