X-Recipient: archive-cygwin@delorie.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:from:date:message-id
	:subject:to:content-type; q=dns; s=default; b=bBybyyuvF9be59w00D
	oCv1CgvwtoW3PiJhcA8Q4TJ3wuu1u3sWsKcgmF251fZwtdlwCx2Yn/VxkM6cyic7
	PL5KOug+TReAKi6qU2PJEHV4n9Lz14/LuUFsiYgmCq0l0ivKf6zQs6DdjCHhdaqC
	dBrTHQl4ozIhyCnq+oVMGZIDQ=
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:from:date:message-id
	:subject:to:content-type; s=default; bh=pvepjhIdc3m1MRknl8V3W3ol
	oR0=; b=Y3C4rYfnZlK0V0sNpcBJJS3fSmFjDVdKl2v0l7YU52GuDMgny2AgVF4T
	3OOrtcKoD3TbAwnOcQWVVQo5QSTacdWkoMWQTvGiP+crI5mjZCXIm9usOSN1jLje
	D7llYqbkK8+TkFNFZoao4MMxR0oCouHUJbInoKlsJi/A8eKVQBw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Cell, cell, senior, Senior
X-HELO: mail-oi0-f45.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:from:date:message-id         :subject:to;        bh=8/6dkQkji3zSQpuZWxO3yYze6MljtCJpoGq3HCgkraQ=;        b=m1oMhg9VShgYb2n+5yFn2nJvNkGEc+Mr/xwpfdoOf6OPtf3tH7upT1pOq4kvs9a7hB         roYjhgAW1OzW2sAZ+uXsGDBgD7+VLPowBBPeqeoM/reAf0R8+I1J7GabATxrbmlEsx3p         LM5RmC+wuX8apOCkn+d65DZW8/bspukvfXCUVfYyYkW83K6CzUqHMlrnVBglJzcI8e0T         7gjjv3XPRM4WlD1T6YwjCaxg8/l8q4/RdVNaiAsG37Cb1mC8/+77e8Py85czkFyUPrBR         ctYsIM4JXPWcuy6xmyNKtAKVEn0TtbglTT8Iapd8KIoN/zwBVTq8y6dPeAcdFW0raMfw         1+lA==
X-Gm-Message-State: AFeK/H0I9hVg3KBc63VvTpxtXKymbO4sreJ1pC5xruYXwaSqODWczERP7BOwGP5YesqcIWZ0gX8rGYyjSijBDw==
X-Received: by 10.202.4.144 with SMTP id 138mr8387820oie.9.1490617032522; Mon, 27 Mar 2017 05:17:12 -0700 (PDT)
MIME-Version: 1.0
Reply-To: davek@6thstreetradio.org
From: David Dombrowsky <6thstreetradio@gmail.com>
Date: Mon, 27 Mar 2017 08:17:12 -0400
Message-ID: <CAHdnY6Ohn0-5_KvPCqhqh5+QwjEgRzVm-ykpO0mGVbHYgyQC5Q@mail.gmail.com>
Subject: git alias for "status" not working
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

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?

This is for git version 2.8.3 on
CYGWIN_NT-10.0 [...] 2.7.0(0.306/5/3) 2017-02-12 13:18 x86_64 Cygwin

-- 
David Dombrowsky, Senior Software Engineer
email: davek@6thstreetradio.org
Cell: 518-374-3204
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

