aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Down2009-08-10 15:14:29 +0100
committerJustin Clark-Casey (justincc)2009-08-11 17:09:35 +0100
commitbb64906a9cc891d9cc439bd2eda6ebf726364ca0 (patch)
treefa101451ab1a72ee2a520f4a69f7098e18d612c4 /.gitignore
parentre-enable just TestReplicateArchivePathToUserInventory() for now to find out ... (diff)
downloadopensim-SC_OLD-bb64906a9cc891d9cc439bd2eda6ebf726364ca0.zip
opensim-SC_OLD-bb64906a9cc891d9cc439bd2eda6ebf726364ca0.tar.gz
opensim-SC_OLD-bb64906a9cc891d9cc439bd2eda6ebf726364ca0.tar.bz2
opensim-SC_OLD-bb64906a9cc891d9cc439bd2eda6ebf726364ca0.tar.xz
Enable the console show version command and the viewer about command, to show the last git commit hash together with the conmit date and time. The data is retrieved form a file bin/.version This file can be generated automatically using the post commit script by adding the following to the script:
git log -n 1 --pretty="format:%h: %ci" > bin/.version This command can also be run manually to create the bin/.version file. This command genrates a short form of the commit hash and a date and time of the commit in ISO8601 format. If a full commit hash is required then change %h to %H The logic that is used to extract the deprecated svn revision is still included. It will be removed at a future date
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c5c6da3..0376125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ OpenSim/OpenSim.usertasks
43TAGS 43TAGS
44*~ 44*~
45Makefile.local 45Makefile.local
46bin/.version