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:from:date :message-id:subject:to:content-type; q=dns; s=default; b=ARFs154 wFlhxTbo5oXd3dWSkNUjvlKsSjQYmLKket89EttgLXPVsmRiyCFxC+y5/gCsF4D4 XsobRYuJYLXS/AKl+e+SmzK9wx4Fp5NUYWsVCm9xxiHQYI3kWgOON4dAlf5XSiES sO/LQmDm23O3e7G38H4hVxOQKX8Qjte+rN4Y= 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:from:date :message-id:subject:to:content-type; s=default; bh=5J4QcAjRgEU7L bEOeZ8d/Hj1mhM=; b=mgueiIJRo2MGto6iJXAYxgDTSbsjJYu5I01GnEKGVprj7 aueV0wt+IR1uH97SEhW0WWK5CZ8ezyL9lxk1zN/vSpZ2w63wpsXMJMdec9TG9jK6 3hf6rblO+Ux1M9kGxnsRk14lvxE4Hkj4/HBlcrjF+gSC1/2TinQVOLdQf9fNV4= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qe0-f41.google.com X-Received: by 10.49.105.138 with SMTP id gm10mr13114206qeb.7.1386391451849; Fri, 06 Dec 2013 20:44:11 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Jeremy Hetzler Date: Fri, 6 Dec 2013 23:43:41 -0500 Message-ID: Subject: Re: vim not working as an editor for git To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes On Fri, Dec 6, 2013 at 5:36 PM, Adrian Hawryluk <---> wrote: > Doing a simple command like > > git config -e > > just hangs the terminal. I can break out or suspend the process, but > in both cases it, the git that I though I was executing is terminated > and the git underneath remains, leaving a sh process executing a vim > process. I can say that launching vim using 'git config -e' works fine for me. I can edit the config, and suspend and resume vim, with no problems. > I.e. what the process tree looks like: > > bash -- my current shell > \_ bash -- ?? executed when executing git command > \_ git -- the git that I thought I invoked > \_ git -- ?? git invoked another git > \_ sh -- git invoking sh to invoke vim > \_ vim -- finally, the actual vim process > This is also not what I am seeing. 'ps' shows the expected one copy of bash and one copy of vim. I am using mintty for my terminal. CYGWIN_NT-6.1-WOW64 box3 1.7.25(0.270/5/3) 2013-08-31 20:39 i686 Cygwin Hope this is helpful. Yours, Jeremy Hetzler -- 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