Skip to content

Commit

Permalink
scripts/env.sh - add dot to git command
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 27, 2024
1 parent 2744d28 commit 9166842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ git rev-parse --symbolic-full-name --short HEAD
date +%Y-%m-%d
git log --pretty=oneline v0.11..master
git log --pretty=oneline v0.11..master | wc -l
git log --pretty=oneline v0.11...master
git log --pretty=oneline v0.11...master | wc -l
git describe --tags

echo `git describe --tags --abbrev=0`-`git log --pretty=oneline v0.11..master | wc -l`

0 comments on commit 9166842

Please sign in to comment.