https://bugzilla.novell.com/show_bug.cgi?id=853183 https://bugzilla.novell.com/show_bug.cgi?id=853183#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|werner@suse.com | --- Comment #2 from Dr. Werner Fink <werner@suse.com> 2013-12-02 16:17:44 UTC --- The contrib/completion/git-completion.tcsh could be edited to change set __git_tcsh_completion_original_script = ${HOME}/.git-completion.bash set __git_tcsh_completion_script = ${HOME}/.git-completion.tcsh.bash to set __git_tcsh_completion_original_script = /etc/bash_completion.d/git.sh set __git_tcsh_completion_script = $RPM_BUILD_ROOT/usr/share/tcsh/git.complete and the last two resulting lines complete git 'p,*,`bash /usr/share/tcsh/git.complete git "${COMMAND_LINE}"`,' complete gitk 'p,*,`bash /usr/share/tcsh/git.complete gitk "${COMMAND_LINE}"`,' of the script should go into /etc/profile.d/git.tcsh .. for zsh I can not speak up. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.