summaryrefslogtreecommitdiff
path: root/llvm/utils/GetSourceVersion
AgeCommit message (Collapse)Author
2012-05-15[utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svnDaniel Dunbar
check. llvm-svn: 156836
2010-09-29GetSourceVersion: Strip off svninfo extra markers, which aren't really part ↵Daniel Dunbar
of the version. llvm-svn: 115074
2010-09-29utils: Add GetRepositoryPath script, patch by Jonathan Mulder!Daniel Dunbar
- Also, fix indention in GetSourceVersion while in the area. llvm-svn: 115048
2010-01-22Make GetSourceVersion more portable, thanks Pawel!Daniel Dunbar
llvm-svn: 94186
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. llvm-svn: 94077