index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2018-02-10 14:38:53 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2018-02-10 14:38:53 -0500 |
commit | ebd0cbc396931c853f68b62132d2536b1bdafe5a (patch) | |
tree | bad40297fea4c0a76ba1baa2fab95f0c5ad8b24f | |
parent | b233aceb92aed4fcdd6a918647c32c915d4fcc71 (diff) |
-rw-r--r-- | asp.in | 2 |
@@ -91,7 +91,7 @@ update_local_branches() { while read -r branchname; do git branch -qf "$branchname" "refs/remotes/$branchname" || r=1 - done < <(git branch) + done < <(git branch --no-color) return "$r" } |