[Bug 853183] New: git source tar ball includes completion for tcsh/zsh but this will not be installled
https://bugzilla.novell.com/show_bug.cgi?id=853183 https://bugzilla.novell.com/show_bug.cgi?id=853183#c0 Summary: git source tar ball includes completion for tcsh/zsh but this will not be installled Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: tiwai@suse.com ReportedBy: werner@suse.com QAContact: qa-bugs@suse.de CC: idonmez@suse.com Found By: Development Blocker: --- as subject says: tar tf /work/SRC/all/git/git-1.8.4.4.tar.gz | grep complet git-1.8.4.4/contrib/completion/ git-1.8.4.4/contrib/completion/git-completion.bash git-1.8.4.4/contrib/completion/git-completion.tcsh git-1.8.4.4/contrib/completion/git-completion.zsh git-1.8.4.4/contrib/completion/git-prompt.sh git-1.8.4.4/t/t9902-completion.sh but rpm -ql git-core | grep compl /etc/bash_completion.d/git-prompt.sh /etc/bash_completion.d/git.sh it would be nice if those completion would also installed -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=853183 https://bugzilla.novell.com/show_bug.cgi?id=853183#c1 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |werner@suse.com --- Comment #1 from Takashi Iwai <tiwai@suse.com> 2013-12-02 15:59:40 UTC --- Where (and which name) should they be installed? /etc/profile.d/git.tcsh and /etc/zsh_completion.d/git.zsh ?? -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=853183 https://bugzilla.novell.com/show_bug.cgi?id=853183#c3 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Takashi Iwai <tiwai@suse.com> 2013-12-03 10:30:17 UTC --- OK, the fix was merged to OBS devel:tools:scm/git and submitted to FACTORY now. -- 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.
participants (1)
-
bugzilla_noreply@novell.com