Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310590
b: refs/heads/master
c: aa5cdd3
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 31, 2012
1 parent bb4fe2a commit 48e525f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 114067b69e7b2c691faace0e33db2f04096f668d
refs/heads/master: aa5cdd308ddbb08959534be408eba8ef040b5989
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/PERF-VERSION-GEN
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LF='
# First check if there is a .git to get the version from git describe
# otherwise try to get the version from the kernel makefile
if test -d ../../.git -o -f ../../.git &&
VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
VN=$(git describe --match 'v[0-9].[0-9]*' --abbrev=4 HEAD 2>/dev/null) &&
case "$VN" in
*$LF*) (exit 1) ;;
v[0-9]*)
Expand Down

0 comments on commit 48e525f

Please sign in to comment.