Merge pull request #240 from ogr3/show-unannotated-tags-legacy-fix

Fixed typo
master
Martin Gondermann 10 years ago
commit 134219ea4b
  1. 2
      gitstatus_pre-1.7.10.sh

@ -58,7 +58,7 @@ remote=
upstream= upstream=
if [[ -z "$branch" ]]; then if [[ -z "$branch" ]]; then
tag=$( git describe --branch --exact-match 2>/dev/null ) tag=$( git describe --tags --exact-match 2>/dev/null )
if [[ -n "$tag" ]]; then if [[ -n "$tag" ]]; then
branch="$tag" branch="$tag"
else else

Loading…
Cancel
Save