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: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 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.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 AT 6thstreetradio DOT org From: David Dombrowsky <6thstreetradio AT gmail DOT com> Date: Mon, 27 Mar 2017 08:17:12 -0400 Message-ID: Subject: git alias for "status" not working To: cygwin AT cygwin DOT 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 AT 6thstreetradio DOT 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