ne pas utiliser csort

This commit is contained in:
Jephte CLAIN 2015-03-28 01:16:04 +04:00
parent 881bcde1e3
commit 89be42e82e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ function __pdev_branches() {
{
git for-each-ref refs/heads/ --format='%(refname:short)'
git for-each-ref "refs/remotes/$prefix" --format='%(refname:short)' | grep -F "$prefix" | cut -c $((${#prefix} + 1))-
} | csort -u |
} | LANG=C sort -u |
grep -vF HEAD |
grep -vF master |
grep -v '^release-' |