Install tcsh completion (requires manual setup by users)
For now, this just gets the file from contrib installed. If there are enough tcsh users that want it to be more automated, that can come later. For now, the directions in the file must be followed to enable tcsh completion.
This commit is contained in:
parent
ff981ceb81
commit
dae85881ce
6
git.spec
6
git.spec
@ -450,6 +450,11 @@ perl -p \
|
|||||||
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
|
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||||
install -pm 644 contrib/completion/git-completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/git
|
install -pm 644 contrib/completion/git-completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/git
|
||||||
|
|
||||||
|
# Install tcsh completion
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/git-core/contrib/completion
|
||||||
|
install -pm 644 contrib/completion/git-completion.tcsh \
|
||||||
|
%{buildroot}%{_datadir}/git-core/contrib/completion/
|
||||||
|
|
||||||
# Move contrib/hooks out of %%docdir and make them executable
|
# Move contrib/hooks out of %%docdir and make them executable
|
||||||
mkdir -p %{buildroot}%{_datadir}/git-core/contrib
|
mkdir -p %{buildroot}%{_datadir}/git-core/contrib
|
||||||
mv contrib/hooks %{buildroot}%{_datadir}/git-core/contrib
|
mv contrib/hooks %{buildroot}%{_datadir}/git-core/contrib
|
||||||
@ -598,6 +603,7 @@ rm -rf %{buildroot}
|
|||||||
* Tue Feb 26 2013 Todd Zullinger <tmz@pobox.com> - 1.8.1.4-2
|
* Tue Feb 26 2013 Todd Zullinger <tmz@pobox.com> - 1.8.1.4-2
|
||||||
- Update asciidoc requirements, drop unsupported ASCIIDOC7
|
- Update asciidoc requirements, drop unsupported ASCIIDOC7
|
||||||
- Define GNU_ROFF to force ASCII apostrophes in manpages (so copy/paste works)
|
- Define GNU_ROFF to force ASCII apostrophes in manpages (so copy/paste works)
|
||||||
|
- Install tcsh completion (requires manual setup by users)
|
||||||
|
|
||||||
* Wed Feb 20 2013 Adam Tkac <atkac redhat com> - 1.8.1.4-1
|
* Wed Feb 20 2013 Adam Tkac <atkac redhat com> - 1.8.1.4-1
|
||||||
- update to 1.8.1.4
|
- update to 1.8.1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user