Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: _git and revision_arguments



On 9/30/07, Clint Adams <clint@xxxxxxx> wrote:
> This seems a slightly cleaner.

> +local -a revision_arguments

Ideally __git_setup_revision_arguments would take an argument that
told it what variable to use.  Making it harder to instigate such a
change doesn't make the code any cleaner.  Also, this change wastes
memory, as revision_arguments will always be in scope, while not
saving any (real) execution time.

  nikolai



Messages sorted by: Reverse Date, Date, Thread, Author