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

Re: Bug#527300: git-log branchname <TAB> suggests refs instead of pathnames



also sprach Clint Adams <schizo@xxxxxxxxxx> [2009.05.06.1835 +0200]:
> Index: Completion/Unix/Command/_git
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v
> retrieving revision 1.120
> diff -u -r1.120 _git
> --- Completion/Unix/Command/_git	20 Apr 2009 03:15:43 -0000	1.120
> +++ Completion/Unix/Command/_git	6 May 2009 16:33:22 -0000
> @@ -1815,8 +1815,8 @@
>    case $state in
>      (files)
>        _arguments -S \
> -        '::index file:__git_cached_files' \
> -        '*::branch:__git_commit_ranges2' && ret=0
> +        ':branch:__git_commit_ranges2' \
> +        '*:index file:__git_cached_files' && ret=0
>        ;;
>    esac
>  }
> 

Yes.

-- 
 .''`.   martin f. krafft <madduck@xxx>      Related projects:
: :'  :  proud Debian developer               http://debiansystem.info
`. `'`   http://people.debian.org/~madduck    http://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)



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