zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Curious result from "git" completion
Date: Thu, 04 Apr 2013 10:44:17 -0700	[thread overview]
Message-ID: <130404104417.ZM2767@torch.brasslantern.com> (raw)

schaefer<502> git \'
Completing alias
'
Completing main porcelain command
[remainder suppressed]


What's with the solitary single quote being completed as an alias?

Note that I don't *have* any git aliases as far as I know, so if somebody
more git-savvy is going to try to reproduce this, you'll have to avoid
loading your regular git config.

Here's a bit of _complete_debug output:

: _git_commands:162; local -a aliases unique_aliases
: _git_commands:163; __git_extract_aliases
: __git_extract_aliases:1; aliases=: __git_extract_aliases:1:cmdsubst; _call_pro
gram aliases 'git config -z --get-regexp '\''^alias.'\'
: _call_program:3; local tmp
: _call_program:5:if; zstyle -s :completion::complete:git:argument-1:aliases com
mand tmp
: _call_program:12:else; eval 'git config -z --get-regexp '\''^alias.'\'
: (eval):1:else; git config -z --get-regexp '^alias.'
: __git_extract_aliases:1; aliases=( \' ) 


I was attempting completion in hopes of answering the question, "What's the
simple git equivalent of 'cvs export'?" to which I still have no answer.


             reply	other threads:[~2013-04-04 17:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-04 17:44 Bart Schaefer [this message]
2013-04-04 19:33 ` Nikolai Weibull
2013-04-05 15:19   ` Bart Schaefer
2013-04-05 17:26     ` Frank Terbeck
2013-04-05 17:54       ` [PATCH] _git: Handle zero defined aliases better Frank Terbeck
2013-04-05 20:06         ` Nikolai Weibull
2013-04-05 20:15           ` Frank Terbeck
2013-04-04 19:57 ` Curious result from "git" completion Frank Terbeck
2013-04-07 18:33   ` Bart Schaefer
2013-04-07 22:41     ` Aaron Schrab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=130404104417.ZM2767@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).