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

Add --git-dir option to git for out of source build. Fixes ROOT-5127.

parent 4923a006
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ fi
OUT=etc/gitinfo.txt
git describe --all > $OUT
git describe --always >> $OUT
git --git-dir=$dotgit describe --all > $OUT
git --git-dir=$dotgit describe --always >> $OUT
date "+%b %d %Y, %H:%M:%S" >> $OUT
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment