public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
Renamed head(branch) to head(tag): minor fix
yrashk (author)
Mon May 26 12:49:58 -0700 2008
commit  d44b4b0fde070a9f0c26fdd5f31c05a043286a63
tree    979c638eafc63b3dc965b0b4c1c55c2d44237428
parent  3ee795c596383de01a99aaa05d7c24fcc9b73c5a
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 module StrokeDB
0
   
0
   def self.head(tag="master")
0
-    Util.sha1_uuid(branch).to_raw_uuid
0
+    Util.sha1_uuid(tag).to_raw_uuid
0
   end
0
   
0
   RAW_MASTER_HEAD_VERSION_UUID         = head()

Comments