Skip to content

Commit

Permalink
Minor head(tag) improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed May 26, 2008
1 parent d44b4b0 commit 732be10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strokedb/stores/file_storage.rb
@@ -1,7 +1,7 @@
module StrokeDB

def self.head(tag="master")
Util.sha1_uuid(tag).to_raw_uuid
Util.sha1_uuid("head:#{tag}").to_raw_uuid
end

RAW_MASTER_HEAD_VERSION_UUID = head()
Expand Down

0 comments on commit 732be10

Please sign in to comment.