Sync with 1.8.0.1

This commit is contained in:
Junio C Hamano
2012-11-25 18:40:55 -08:00
4 changed files with 17 additions and 4 deletions

View File

@ -321,7 +321,7 @@ __git_refs ()
if [[ "$ref" == "$cur"* ]]; then
echo "$ref"
fi
done | uniq -u
done | sort | uniq -u
fi
return
fi