X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=4d82729188a989b3f83f0411e4655351e6332d4f;hp=4fa99d1a077780f15354c85b592947fa599e3a28;hb=59db5c8c6319a42d698bec968611b32be920b395;hpb=305f923b438c4244c49d10b115e23ef62440406c diff --git a/all b/all index 4fa99d1a..4d827291 100755 --- a/all +++ b/all @@ -319,7 +319,7 @@ case "$cmd" in branches) for d in $repos; do cd "$d0/$d" # am in a pipe, shouldn't use enter - git branch -a -v -v | cut -c 3- | sed "s,^,$d ," + git branch -a -v -v | cut -c 3- | sed "s/^(no branch)/(no_branch)/" | sed "s,^,$d ," cd "$d0" done | { branches_list=