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:reply-to:subject:references:to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=BeLp4e1EDKZ34bx5 hYgDM8cF9P+m7mSuL5PbfzvXOaN7I6JMbKo+/7AAGkWUBzePJNZmRQnKvpjyf+lu B+GxgB32qQHvndHvQE8FFM7Rpv9wsyD55GTEHmHU1HCDEUx+d/SMDvq3cQPCbrEX eS4fKe+q5pSRPmSg7TS16+NyXts= 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:reply-to:subject:references:to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=EGfRoT1Qm/sr8+Y0s4l5xk yYhPU=; b=SHiG+WqR6XSVLpkXR1qNSsMMGTMczWPNGg4sUcUK9NeVtIsthZ00J5 IjByzWhpZ3W2DEvgNMkq+sMEskoMSt1ZVjo0RjcXACGPPR0wsp/P8xyF25qXiydL gDoevsqM0eHUt7sJr4uDUYMItPNBz+h/JEz6+UAzO+NRwXLFVJ21o= 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=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*R:D*edu X-HELO: mailsrv.cs.umass.edu Reply-To: moss AT cs DOT umass DOT edu Subject: Re: git alias for "status" not working References: To: cygwin AT cygwin DOT com From: Eliot Moss Message-ID: Date: Mon, 27 Mar 2017 08:23:54 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 3/27/2017 8:17 AM, David Dombrowsky wrote: > I'm not sure how to debug this one. I have a ~/.gitconfig that sets up > an alias for "git status" using the simple rule: > > [alias] > st = status > > Yet, something is failing when I run it from the command line: > > $ git st > [nothing happens] > $ git status > On branch 3.3-dev-davidd > Your branch is ahead of 'origin/3.3-dev-davidd' by 2 commits. > [... etc ...] > > Any ideas? st is also a prefix of "stash". Maybe it does not like aliases that are prefixes of other commands? Regards - EM -- 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