arl / tmux-gitbar

Git in your tmux status bar
GNU General Public License v3.0
169 stars 16 forks source link

Handle broken Git repositories? #34

Closed arl closed 5 years ago

arl commented 8 years ago

Tmux-gitbar doesn't handle well broken Git working tree... It's not clear exactly how the Git working tree was broken, but it happened with the help of submodules. Probably a git command was unexpectedly failing and producing output that was not filtered by tmux-gitbar, leading to additional lines being printed at every PROMPT_COMMAND and polluting the user terminal.

arl commented 5 years ago

Won't fix