Skip to content

Commit

Permalink
scripts/env.sh - keep trying
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 27, 2024
1 parent 50c1762 commit 1e882a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@ git describe --tags

git branch -a

fw_tag="`git describe --tags --abbrev=0`"
fw_id="`git rev-list -n 1 ${fw_tag}`"

git log --pretty=oneline ${fw_id}..origin/master
git log --pretty=oneline ${fw_id}..origin/master | wc -l
NUMERB22=git log --pretty=oneline ${fw_id}..origin/master | wc -l

echo "====="
echo "${NUMBER22}"
echo "====="

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

Expand Down

0 comments on commit 1e882a1

Please sign in to comment.