Remove updated_at from API responses.
[arvados.git] / services / api / test / functional / arvados / v1 / git_setup.rb
index 242542a254198cb0dffeed17bab0b6687971b6e4..46f5f701e4456306a45a5132d34060a851795449 100644 (file)
@@ -1,6 +1,16 @@
 require 'fileutils'
 require 'tmpdir'
 
+# Commit log for test.git.tar
+# master is the main branch
+# b1 is a branch off of master
+# tag1 is a tag
+#
+# 1de84a8 * b1
+# 077ba2a * master
+# 4fe459a * tag1
+# 31ce37f * foo
+
 module GitSetup
   def setup
     @tmpdir = Dir.mktmpdir()