projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SUNRPC: pass buffer size to svc_sock_names()
[linux-2.6]
/
scripts
/
setlocalversion
diff --git
a/scripts/setlocalversion
b/scripts/setlocalversion
index
f1c4b35
..
47e75b6
100755
(executable)
--- a/
scripts/setlocalversion
+++ b/
scripts/setlocalversion
@@
-21,7
+21,7
@@
if head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
# Is this git on svn?
if git config --get svn-remote.svn.url >/dev/null; then
- printf -- '-svn%s' "`git
-
svn find-rev $head`"
+ printf -- '-svn%s' "`git
svn find-rev $head`"
fi
# Are there uncommitted changes?