提交 ff80aa97 编写于 作者: P Peter Korsgaard 提交者: Sam Ravnborg

setlocalversion: add git-svn support

Print svn revision in addition to git info on git-svn repos.
Signed-off-by: NPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 167d6a02
......@@ -19,6 +19,11 @@ if head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
fi
fi
# Is this git on svn?
if git config --get svn-remote.svn.url >/dev/null; then
printf -- '-svn%s' "`git-svn find-rev $head`"
fi
# Are there uncommitted changes?
git update-index --refresh --unmerged > /dev/null
if git diff-index --name-only HEAD | grep -v "^scripts/package" \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册