From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New sync'd branch Date: Fri, 28 Aug 2009 17:33:32 +0300 Message-ID: <83pragatz7.fsf@gnu.org> References: <83praic5r5.fsf@gnu.org> <83d46gcnsb.fsf@gnu.org> <87ocq0l2hw.fsf@iki.fi> <83ab1kcmi5.fsf@gnu.org> <83skfcav4u.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1251471289 14398 80.91.229.12 (28 Aug 2009 14:54:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 14:54:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 28 16:54:41 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 1Mh2qf-0000GM-5s for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 16:54:41 +0200 Original-Received: from localhost ([127.0.0.1]:60420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh2qe-00077Q-Po for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 10:54:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh2WB-0002d2-W1 for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:33:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh2WA-0002aS-NK for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:33:31 -0400 Original-Received: from [199.232.76.173] (port=56882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh2WA-0002Zy-84 for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:33:30 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:64978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh2W9-0000iu-PS for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:33:30 -0400 Original-Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KP300M00CETGG00@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Fri, 28 Aug 2009 17:33:28 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.144.38]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KP300IX7CFRMF00@i-mtaout7.012.net.il>; Fri, 28 Aug 2009 17:33:27 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:114758 Archived-At: > From: Juanma Barranquero > Date: Fri, 28 Aug 2009 16:13:28 +0200 > Cc: emacs-devel@gnu.org > > 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 So MSYS is there after all. > It's just that they are not on the PATH, so they don't mess with your > MSYS shell. I don't use MSYS shells. If I did, I wouldn't mind having another dependency on it. Anyway, thanks for the pointer, I hope I will have time to look into it.