commit | cf3da5a75c0db58263c5fe6b8620b9731ba8ae23 | [log] [tgz] |
---|---|---|
author | Adam Gibbins <ag@adamgibbins.com> | 周日 8月 22 19:13:34 2010 +0100 |
committer | Adam Gibbins <ag@adamgibbins.com> | 周日 8月 22 19:13:34 2010 +0100 |
tree | 37dcd814799ae31a66f13d9def145fbef68ae81e | |
parent | 871f5edee23fa4e00ba65d7295a8658eb4b895b6 [diff] [blame] |
Fixed incorrect color flag
diff --git a/git-flow-feature b/git-flow-feature index 872e0bb..8c7cacd 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -74,7 +74,7 @@ warn "" exit 0 fi - current_branch=$(git branch --color=never | grep '^\* ' | grep -v 'no branch' | sed 's/^* //g') + current_branch=$(git branch --no-color | grep '^\* ' | grep -v 'no branch' | sed 's/^* //g') short_names=$(echo "$feature_branches" | sed "s ^$PREFIX g") # determine column width first