commit | b5790c45dc48a6a933884348f2b757dc7272ad3f | [log] [tgz] |
---|---|---|
author | Jeffrey Gipson <jeffagipson@gmail.com> | Tue Jun 25 08:58:48 2013 -0500 |
committer | Jeffrey Gipson <jeffagipson@gmail.com> | Tue Jun 25 08:58:48 2013 -0500 |
tree | c467e560cfd5155ddab0fd6677521b865a7820a7 | |
parent | b93f380d5a8bcb9f85191e9754d599663c23e6a4 [diff] |
bash branch completion decolorization fix git branch really isn't meant to be used in scripts -- The git porcelain functions are. If you do use git branch in a script, but sure to disable color, or some systems will complete branches named 'foo' as 'foo^[[m'. Also be prepared that changes to git branch output in the future may break completion.