projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d7382
)
some more s/git-/git /
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Aug 2008 14:16:49 +0000
(14:16 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Aug 2008 14:16:49 +0000
(14:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12380
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/getver.sh
patch
|
blob
|
history
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index
82fe62b
..
5155792
100755
(executable)
--- a/
scripts/getver.sh
+++ b/
scripts/getver.sh
@@
-18,7
+18,7
@@
try_svn() {
try_git() {
[ -d .git ] || return 1
- REV="$(git
-
log | grep -m 1 git-svn-id | awk '{ gsub(/.*@/, "", $2); print $2 }')"
+ REV="$(git
log | grep -m 1 git-svn-id | awk '{ gsub(/.*@/, "", $2); print $2 }')"
REV="${REV:+r$REV}"
[ -n "$REV" ]
}
This page took
0.026112 seconds
and
4
git commands to generate.