aboutsummaryrefslogtreecommitdiff
path: root/utils/GetSourceVersion
AgeCommit message (Collapse)Author
2012-05-15[utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svnDaniel Dunbar
check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156836 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-29GetSourceVersion: Strip off svninfo extra markers, which aren't really part ↵Daniel Dunbar
of the version. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115074 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-29utils: Add GetRepositoryPath script, patch by Jonathan Mulder!Daniel Dunbar
- Also, fix indention in GetSourceVersion while in the area. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115048 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-22Make GetSourceVersion more portable, thanks Pawel!Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94186 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-21Add a simple script for getting a version tag from a svn/git-svn/gitDaniel Dunbar
repository. Feel free to add support for your favorite VCS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94077 91177308-0d34-0410-b5e6-96231b3b80d8