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= ETlz7uVlb+OsIqIq4ZTk9Tlv5jUQK3uVTTao1JtDh/i0pHkDaFz2DdXFiOocPT77 Wv8YJ0l3awXNDjsCTncPHkzUU9IsSe3CwGfSXGfSZQhmvrZ8CYgS7TUiMfHMsSA4 gKFYBSdAJlgOLzxsqRuDaAL7zr1i4QqhhBeH1ZEHEcY= 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=uIa bFf/ghprchD33fZE/kSp7uwc=; b=XEfKp33fSjZgZbspmXAkmkz7n7+KMA5OFOT R0j8d3Z9hxbkQ/9ZvX+SXP5YmUZ7NdtBQC6yRVum1IpJa7IK4JFxAZZE8XqZXPo+ zAsKg6fvB+bPlGUHQGQjU8oAnhLmI1s3meDAZd7S2DLe6kB8ThbKfDbPEjsQDlq6 m+VfzvRY= 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.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=UD:linkedin.com, UD:www.linkedin.com, wwwlinkedincom, www.linkedin.com 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:in-reply-to:references :from:date:message-id:subject:to; bh=A0dv+TD17ZrvKplfWtMdShOuOUa8uJ8y/ZMUJFl6Ne0=; b=NRr9xiXI7cDnXTl9AwLpmTSUlfNgA7inHYbj+AS0iKHHkXOBaoO0iDUMT4sQfkXZXw FcS5GYn5IqDIqDEP2ECXjYUMY15UHPy299NoyXB+WTQN1aMaYEHgSC+1hP/XMdAFMnqQ 7hX/qtYx1TWUCI4iq5rVw03g7D9abvJxDGq3iYHNAYyLoKvipEFD93MqTE6+nyZMwIGD XYNGEWWBrnQrJjS/Jpd08Ftxnv/GYYr6rEJYPfC1wMDih8RSIjTRwva3W4J6/0Sy5lGf gdQGrw/aHwAQw6W4h/y8/76eCjlUOb5L4UQjeaEGnWx9k0euPKqIGUJ3/g2RZC9tDXwB sK3Q== X-Gm-Message-State: AODbwcBI/vsWoTfzRJzI/qJhNxVAKMveMVpQAZLKK0xHzvpSKW2zxjGm ks619m0EkKm6HVL4aGYOE/K/npbtBPeq X-Received: by 10.157.35.24 with SMTP id j24mr2968138otb.258.1494852929362; Mon, 15 May 2017 05:55:29 -0700 (PDT) MIME-Version: 1.0 Reply-To: davek AT 6thstreetradio DOT org In-Reply-To: References: <887d767d-b5df-5359-8eb1-8f3ad5db4d47 AT gmail DOT com> From: David Dombrowsky <6thstreetradio AT gmail DOT com> Date: Mon, 15 May 2017 08:55:29 -0400 Message-ID: Subject: Re: git alias for "status" not working To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes FYI: after the latest cygwin update to git v 2.12.3, this is no longer a problem. Setting an alias like "st = status -uno" works as expected. Many thanks to the maintainer. On Mon, May 15, 2017 at 8:54 AM, David Dombrowsky <6thstreetradio AT gmail DOT com> wrote: > FYI: after the latest cygwin update to git v 2.12.3, this is no longer > a problem. > > Setting an alias like "st = status -uno" works as expected. Many > thanks to the maintainer. > > On Mon, Mar 27, 2017 at 3:59 PM, David Dombrowsky > <6thstreetradio AT gmail DOT com> wrote: >> On Mon, Mar 27, 2017 at 9:24 AM, cyg Simple 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/ > > > > -- > 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/ -- 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