Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Update git-unreleased to use build_XXXX tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Jan 28, 2013
1 parent 1946145 commit 49a0e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/git-unreleased
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh

BUILD_FROM=$(git tag --points-at origin/release | grep preview)
BUILD_TO=$(git tag --points-at origin/preview | grep preview)
BUILD_FROM=$(git tag --points-at origin/release | grep build)
BUILD_TO=$(git tag --points-at origin/preview | grep build)

git log --simplify-by-decoration --decorate --pretty=oneline "${BUILD_FROM}...${BUILD_TO}" |
fgrep 'tag: ' |
grep -Eo 'preview_\d+' |
grep -Eo 'build_\d+' |
cut -d_ -f2- |
sort -n

0 comments on commit 49a0e27

Please sign in to comment.