From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1250?Q?Jurko_Gospodneti=E6?= Subject: Re: Running git gui on Windows. Date: Sun, 27 Jul 2008 15:55:31 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1250; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Jul 27 15:56:49 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KN6jp-0007VB-Ol for gcvg-git-2@gmane.org; Sun, 27 Jul 2008 15:56:42 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751527AbYG0Nzm convert rfc822-to-quoted-printable (ORCPT ); Sun, 27 Jul 2008 09:55:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751761AbYG0Nzl (ORCPT ); Sun, 27 Jul 2008 09:55:41 -0400 Received: from main.gmane.org ([80.91.229.2]:53191 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751522AbYG0Nzl (ORCPT ); Sun, 27 Jul 2008 09:55:41 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KN6ip-0007Eq-H3 for git@vger.kernel.org; Sun, 27 Jul 2008 13:55:39 +0000 Received: from 93.159.68.156 ([93.159.68.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jul 2008 13:55:39 +0000 Received: from jurko.gospodnetic by 93.159.68.156 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jul 2008 13:55:39 +0000 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93.159.68.156 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi. > Is there a way to run git gui on Windows so it does not block the=20 > calling process? >=20 > For example, when I run 'git gui' from the Windows Command Prompt, = I=20 > would like to be able to continue using that same command prompt and = not=20 > have it blocked until I exit the started git gui process. >=20 > I am using msysgit on Windows XP SP3 and 'git --version' states 'gi= t=20 > version 1.5.6.1.1071.g76fb'. I now realized my question did not say exactly what I intended it to= =2E=20 I know I can start 'git gui' using: start "" /b cmd /c git gui from the command prompt and get the desired effect. I was wondering=20 why git gui does not do this in the first place and whether it could be= =20 modified so that this is the default behaviour? Best regards, Jurko Gospodneti=E6