Skip to content

Commit

Permalink
scripts/env.sh - trying extract git log to count 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 27, 2024
1 parent 3a25617 commit 50c1762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ git log --pretty=oneline v0.11...master
git log --pretty=oneline v0.11...master
git describe --tags

git log --pretty=oneline origin/master

git branch -a

git log --pretty=oneline d6d65865716adc1419cc89e59d05f99dc99f89a9..origin/master
git log --pretty=oneline d6d65865716adc1419cc89e59d05f99dc99f89a9..remotes/origin/master
git log --pretty=oneline d6d65865716adc1419cc89e59d05f99dc99f89a9..hydrabus/master

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

Expand Down

0 comments on commit 50c1762

Please sign in to comment.