ne pas utiliser csort
This commit is contained in:
parent
881bcde1e3
commit
89be42e82e
|
@ -5,7 +5,7 @@ function __pdev_branches() {
|
||||||
{
|
{
|
||||||
git for-each-ref refs/heads/ --format='%(refname:short)'
|
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))-
|
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 HEAD |
|
||||||
grep -vF master |
|
grep -vF master |
|
||||||
grep -v '^release-' |
|
grep -v '^release-' |
|
||||||
|
|
Loading…
Reference in New Issue