Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git: fix gitk
Felipe Contreras wrote:
> +(( $+functions[_gitk] )) ||
> +_gitk () {
> + _git-log
> +}
This is certainly better than what we did before (which was
"nothing"). Does `gitk' support all `git-log' options?
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author