Skip to content
Snippets Groups Projects
Commit aa2b8055 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

replace svninfo.txt by gitinfo.txt to provide git commit and branch information.

Provide git commit and branch info to the system. The methods:
   TROOT::GetSvnRevision()
   TROOT::GetSvnBranch()
   TROOT::GetSvnDate()
have been replaced by:
   TROOT::GetGitCommit()
   TROOT::GetGitBranch()
   TROOT::GetGitDate()
but for backward compatibility we've retained GetSvnRevision() which now
returns the decimal value of the short SHA1 of GetGitCommit(). So don't
rely on revisions increasing monotonically.

Also the RVersion.h has changed and:
   ROOT_SVN_REVISION
   ROOT_SVN_BRANCH
has been replaced by:
   ROOT_GIT_COMMIT
   ROOT_GIT_BRANCH
parent b856c431
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment