From 646304a6e7c3b2c442a0a7db995629e7009c3a14 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Sun, 11 Nov 2007 17:59:18 -0800 Subject: added documentation and a license file --- doc/classes/Git/Log.src/M000019.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/classes/Git/Log.src/M000019.html (limited to 'doc/classes/Git/Log.src/M000019.html') diff --git a/doc/classes/Git/Log.src/M000019.html b/doc/classes/Git/Log.src/M000019.html new file mode 100644 index 0000000..ca0e931 --- /dev/null +++ b/doc/classes/Git/Log.src/M000019.html @@ -0,0 +1,20 @@ + + + + + + between (Git::Log) + + + + +
# File lib/git/log.rb, line 42
+    def between(sha1, sha2 = nil)
+      dirty_log
+      @between = [@base.lib.revparse(sha1), @base.lib.revparse(sha2)]
+      return self
+    end
+ + \ No newline at end of file -- cgit