delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/03/27/15:59:58

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:reply-to:in-reply-to:references
:from:date:message-id:subject:to:content-type; q=dns; s=default; b=
vhC84h5ZHVL3KQanAe3Jf3XW2nF2gJn5ZTegoZHXRS+6NBTJmSX/A4HVc+YsGsbk
MEXDeMlPKI2VXSWMIHR9GWc7wU6Y6gHweq0Ln6CPVmAQtuPX2ctdhqkjDWd7XayW
u2uZwsoeuatgJfdt7eQS4z1CWCxCCH1nHDA4p2pVDLQ=
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:reply-to:in-reply-to:references
:from:date:message-id:subject:to:content-type; s=default; bh=Lbz
VOXvdN4usHkccIrhkQfUZmc8=; b=RZgMb2IhOXFrGS4ot0hgRviQO/wgIWuQmtY
6nUiCxtKRrbqOhl3LLA1h0WmwdZkSqNLG/I3x+UgkD/PuVMpqlJ4jQlZsLGk1dBB
kUc+yxBKGfr+ek89GfJTAiUrj7W4dryhBkiym2b66dq6NJPHwbh1WRlmQ1WI/gQy
ipRzQbxk=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=U*cygsimple, sk:cygsimp, cygsimple AT gmail DOT com, cygsimplegmailcom
X-HELO: mail-ot0-f169.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to; bh=xNH+gRc0YQLzPPn/gpzxBpKWob+qTrwe0MJ5yki8yQ0=; b=QY6+bu6+Us9FnrpubLLzjVxN1sD2Pk+qOG2BEvt2iIFUs//pgHYD7v+L78c7s/06nr sMmPl1u6Juko/cGVQB5K1pwIKranNdw8Lsm+/iPjzT4fK4fLyjg3e4cUiLONylAn/8Bw hJGL6H1wAP3SqJ99nMHU5Gmg5Wnj202d2HxcmuirMvK/trSx8K0HMPOZ4fqFPXoKCret JwzXe46KJYTtXRj7fiBbGBiQHDTfC27o30dkhWGDHmjPXnR1qNXZOcLBIhlZYMz++wOG Z/Yw9Jo5bCM4gESvhEtX6V+551FvdGaDQwNVI+mi2rrdN8C4ZqCCkIOv4MfftCn525Xz edjA==
X-Gm-Message-State: AFeK/H2KW889yUX2Z2I7rWMMHRkzW8B2luzHo8hJdZJpdQpsyctHf4KmkE/H/RVcW+P3i1EpgVCY7NPZhu056w==
X-Received: by 10.157.22.175 with SMTP id c44mr6046045ote.233.1490644778570; Mon, 27 Mar 2017 12:59:38 -0700 (PDT)
MIME-Version: 1.0
Reply-To: davek AT 6thstreetradio DOT org
In-Reply-To: <887d767d-b5df-5359-8eb1-8f3ad5db4d47@gmail.com>
References: <CAHdnY6Ohn0-5_KvPCqhqh5+QwjEgRzVm-ykpO0mGVbHYgyQC5Q AT mail DOT gmail DOT com> <eeb48cc7-030a-1bf7-b6ac-b88b63bea861 AT cs DOT umass DOT edu> <887d767d-b5df-5359-8eb1-8f3ad5db4d47 AT gmail DOT com>
From: David Dombrowsky <6thstreetradio AT gmail DOT com>
Date: Mon, 27 Mar 2017 15:59:38 -0400
Message-ID: <CAHdnY6Nv9w-nsBXuOAWLno3dxODY4oDoLFWAf+b8kywgm_ErPg@mail.gmail.com>
Subject: Re: git alias for "status" not working
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On Mon, Mar 27, 2017 at 9:24 AM, cyg Simple <cygsimple AT gmail DOT com> wrote:
>> st is also a prefix of "stash".  Maybe it does not like aliases
>> that are prefixes of other commands?

Without the entry in the config file, `git st` results in the expected

git: 'st' is not a git command. See 'git --help'.

It's possible there's a string parse error, but using an alias of
"stx" doesn't work either.  Nor does 'xyzzy'.

> Also check the line endings of the config file.  Make sure they are UNIX
> line endings instead of Windows.

Yes, they are unix line endings.  I normally use a symlink for
~/.gitconfig, and I also tried with with and without the symlink.
Same result.

-- 
David Dombrowsky, Senior Software Engineer
email: davek AT 6thstreetradio DOT org
https://www.linkedin.com/in/david-dombrowsky-94334415
http://6thstreetradio.org/

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019