rtomayko / git-sh

A customized bash environment suitable for git work.
GNU General Public License v2.0
737 stars 83 forks source link

git-sh disables bash-completion for git #21

Closed gentoo90 closed 12 years ago

gentoo90 commented 12 years ago

Starting git-sh seems to overwrite completion loaded from /usr/share/bash-completion/git

$ git-sh
master!repo *> commit [TAB]bash: completion: function `_git_commit' not found
master!repo *> commit [TAB]bash: completion: function `_git_commit' not found

.cproject      .includepath   .settings/     Release/       src/
.git/          .project       Debug/
master!repo *> commit --[TAB]bash: completion: function `_git_commit' not found
master!repo *> . /usr/share/bash-completion/git
master!repo *> commit --[TAB]
--all               --interactive       --signoff 
--amend             --message=          --template=
--author=           --no-verify         --untracked-files 
--cleanup=          --only              --untracked-files=
--dry-run           --quiet             --verbose 
--edit              --reedit-message=   --verify 
--file=             --reset-author      
--include           --reuse-message=    
master!repo *> commit --am[TAB]end
gentoo90 commented 12 years ago

oops. already fixed somewhere after tag 1.1 (whish I've installed from disto repository)