summaryrefslogtreecommitdiff
path: root/tools/version.sh
AgeCommit message (Collapse)Author
2009-10-15Add support for detecting build version in a bzr checkout (for bzr-svn users).Torne Wuff
From FS#10414 (by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23187 a1c6a512-1295-4272-9138-f99709370657
2009-06-04version.sh : fix revision in git-svn treesRafaël Carré
"git log .. -1" only shows one commit (the last one), so extract the last line (git-svn-id:..) with tail -n 1, instead of the first line (which is the committer's message in case of multi lines body) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21188 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Fix version.sh when it's run outside of the git working directory.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20934 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Attempt to make version.sh a little more resistant to producing spurious ↵Andrew Mahone
"modified" status on git repositories. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20933 a1c6a512-1295-4272-9138-f99709370657
2009-01-19new version.sh that works exactly like svnversion.sh, but functions ↵Andrew Mahone
correctly with pure git repositories git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19799 a1c6a512-1295-4272-9138-f99709370657