tmz / rpms / git

Forked from rpms/git 6 years ago
Clone

172fa45 Install git-prompt.sh in %{_sysconfdir}/profile.d

Authored and Committed by tmz 11 years ago
1 file changed. 8 lines added. 1 lines removed.
    Install git-prompt.sh in %{_sysconfdir}/profile.d
    
    With git-1.7.12, __git_ps1 has moved to a separate script.  This is to
    accommodate newer bash-completion which allows for dynamic loading of
    completion files.
    
    Having git-prompt.sh in profile.d ensures that the functions needed for
    git in the prompt are present regardless of whether bash-completion is
    installed or loaded.
    
        
file modified
+8 -1