zsh-workers
 help / color / mirror / code / Atom feed
From: "Nikolai Weibull" <now@bitwi.se>
To: "zsh workers" <zsh-workers@sunsite.dk>
Subject: Re: PATCH: yet another _git update
Date: Sat, 23 Jun 2007 15:09:29 +0200	[thread overview]
Message-ID: <dbfc82860706230609o4f17a4b2gc86e190c22ed9b5c@mail.gmail.com> (raw)
In-Reply-To: <20070623100226.GB6305@fsst.voodoo.lan>

On 6/23/07, Frank Terbeck <ft@bewatermyfriend.org> wrote:
> Hi list.
>
> The following patch addresses the following issues:
> (all related to _git_commands)
>
>   a) To provide a nice looking list, we currently use a hardcoded list
>      of 'command:description' pairs. However this does not guarantee,
>      that all possible subcommands available on a system will be taken
>      into account.
>
>   b) git has got a nice feature, that lets you define aliases for
>      commonly used commands, so that you can do 'git pub', which git
>      may then (if configured) expand to 'git push public', to push
>      local changes to a public repository for example. (Of course,
>      you need to configure git, so that it knows where 'public' is.)
>      These aliases are currently not considered.

>   (Nikolai: I wanted to check your _git-repo this morning, to see, if
>    you addressed this one already. However I got an 'Access denied.'.)

Hi!

Works fine now.  These issues have been addressed, yes.  Commands are
broken up into different groups, so you can easily configure what gets
shown.

One way of making sure that commands that we currently don't know
about gets included is to merge the output of $(git help -a) with the
list of commands we have descriptions for.  That way you don't have to
choose.  Also, you can avoid the description if you don't want the
long list:

  zstyle ':completion::complete:git:*' verbose no

or something like that.

  nikolai


  reply	other threads:[~2007-06-23 13:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-23 10:02 Frank Terbeck
2007-06-23 13:09 ` Nikolai Weibull [this message]
2007-06-23 21:55   ` Clint Adams
2007-06-24  8:54     ` Nikolai Weibull
2007-06-23 21:41 ` Clint Adams
2007-06-23 21:51   ` Frank Terbeck

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=dbfc82860706230609o4f17a4b2gc86e190c22ed9b5c@mail.gmail.com \
    --to=now@bitwi.se \
    --cc=zsh-workers@sunsite.dk \
    /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).