summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Diff.src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Git/Diff.src')
-rw-r--r--doc/classes/Git/Diff.src/M000134.html20
-rw-r--r--doc/classes/Git/Diff.src/M000135.html19
-rw-r--r--doc/classes/Git/Diff.src/M000136.html19
-rw-r--r--doc/classes/Git/Diff.src/M000137.html19
-rw-r--r--doc/classes/Git/Diff.src/M000138.html19
-rw-r--r--doc/classes/Git/Diff.src/M000139.html19
-rw-r--r--doc/classes/Git/Diff.src/M000140.html19
-rw-r--r--doc/classes/Git/Diff.src/M000141.html19
-rw-r--r--doc/classes/Git/Diff.src/M000143.html19
-rw-r--r--doc/classes/Git/Diff.src/M000144.html21
10 files changed, 193 insertions, 0 deletions
diff --git a/doc/classes/Git/Diff.src/M000134.html b/doc/classes/Git/Diff.src/M000134.html
new file mode 100644
index 0000000..2b604fe
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000134.html
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>new (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 16</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">from</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">to</span> = <span class="ruby-keyword kw">nil</span>)
+ <span class="ruby-ivar">@base</span> = <span class="ruby-identifier">base</span>
+ <span class="ruby-ivar">@from</span> = <span class="ruby-identifier">from</span>.<span class="ruby-identifier">to_s</span>
+ <span class="ruby-ivar">@to</span> = <span class="ruby-identifier">to</span>.<span class="ruby-identifier">to_s</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000135.html b/doc/classes/Git/Diff.src/M000135.html
new file mode 100644
index 0000000..345dea9
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000135.html
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>path (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 22</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">path</span>(<span class="ruby-identifier">path</span>)
+ <span class="ruby-ivar">@path</span> = <span class="ruby-identifier">path</span>
+ <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">self</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000136.html b/doc/classes/Git/Diff.src/M000136.html
new file mode 100644
index 0000000..130e4ec
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000136.html
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>size (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 27</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">size</span>
+ <span class="ruby-identifier">cache_stats</span>
+ <span class="ruby-ivar">@stats</span>[<span class="ruby-identifier">:total</span>][<span class="ruby-identifier">:files</span>]
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000137.html b/doc/classes/Git/Diff.src/M000137.html
new file mode 100644
index 0000000..dc4e5ca
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000137.html
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>lines (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 32</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">lines</span>
+ <span class="ruby-identifier">cache_stats</span>
+ <span class="ruby-ivar">@stats</span>[<span class="ruby-identifier">:total</span>][<span class="ruby-identifier">:lines</span>]
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000138.html b/doc/classes/Git/Diff.src/M000138.html
new file mode 100644
index 0000000..8a0096a
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000138.html
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>deletions (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 37</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">deletions</span>
+ <span class="ruby-identifier">cache_stats</span>
+ <span class="ruby-ivar">@stats</span>[<span class="ruby-identifier">:total</span>][<span class="ruby-identifier">:deletions</span>]
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000139.html b/doc/classes/Git/Diff.src/M000139.html
new file mode 100644
index 0000000..b9d6a7b
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000139.html
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>insertions (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 42</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">insertions</span>
+ <span class="ruby-identifier">cache_stats</span>
+ <span class="ruby-ivar">@stats</span>[<span class="ruby-identifier">:total</span>][<span class="ruby-identifier">:insertions</span>]
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000140.html b/doc/classes/Git/Diff.src/M000140.html
new file mode 100644
index 0000000..4be3161
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000140.html
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>stats (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 47</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">stats</span>
+ <span class="ruby-identifier">cache_stats</span>
+ <span class="ruby-ivar">@stats</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000141.html b/doc/classes/Git/Diff.src/M000141.html
new file mode 100644
index 0000000..83c90bc
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000141.html
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>patch (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 53</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">patch</span>(<span class="ruby-identifier">file</span> = <span class="ruby-keyword kw">nil</span>)
+ <span class="ruby-identifier">cache_full</span>
+ <span class="ruby-ivar">@full_diff</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000143.html b/doc/classes/Git/Diff.src/M000143.html
new file mode 100644
index 0000000..25c3530
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000143.html
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>[] (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 61</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-identifier">key</span>)
+ <span class="ruby-identifier">process_full</span>
+ <span class="ruby-ivar">@full_diff_files</span>.<span class="ruby-identifier">assoc</span>(<span class="ruby-identifier">key</span>)[<span class="ruby-value">1</span>]
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Diff.src/M000144.html b/doc/classes/Git/Diff.src/M000144.html
new file mode 100644
index 0000000..6e5b6b0
--- /dev/null
+++ b/doc/classes/Git/Diff.src/M000144.html
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>each (Git::Diff)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/diff.rb, line 66</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">each</span>
+ <span class="ruby-identifier">process_full</span>
+ <span class="ruby-ivar">@full_diff_files</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">file</span><span class="ruby-operator">|</span>
+ <span class="ruby-keyword kw">yield</span> <span class="ruby-identifier">file</span>[<span class="ruby-value">1</span>]
+ <span class="ruby-keyword kw">end</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file