fake 1.40.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. data/docs/Fake.Git/AssemblyInfo.htm +87 -0
  2. data/docs/Fake.Git/Branches.htm +266 -0
  3. data/docs/Fake.Git/CommandHelper.htm +195 -0
  4. data/docs/Fake.Git/CommitMessage.htm +108 -0
  5. data/docs/Fake.Git/FileStatus.htm +291 -0
  6. data/docs/Fake.Git/Information.htm +148 -0
  7. data/docs/Fake.Git/Merge.htm +100 -0
  8. data/docs/Fake.Git/MergeType.htm +224 -0
  9. data/docs/Fake.Git/Repository.htm +108 -0
  10. data/docs/Fake.Git/Reset.htm +140 -0
  11. data/docs/Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +161 -0
  12. data/docs/Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +127 -0
  13. data/docs/Fake.Git/SHA1.htm +116 -0
  14. data/docs/Fake.Git/SanityChecks.htm +132 -0
  15. data/docs/Fake.Git/Staging.htm +134 -0
  16. data/docs/Fake.Git/Submodule.htm +197 -0
  17. data/docs/Fake.Git/Tags.htm +169 -0
  18. data/docs/Fake.Git/index.htm +99 -0
  19. data/docs/Fake.MSBuild/SpecsRemovement.htm +156 -0
  20. data/docs/Fake.MSBuild/index.htm +51 -0
  21. data/docs/Fake.SQL/AssemblyInfo.htm +63 -0
  22. data/docs/Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +108 -0
  23. data/docs/Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +103 -0
  24. data/docs/Fake.SQL/ServerInfo.htm +91 -0
  25. data/docs/Fake.SQL/SqlServer.htm +251 -0
  26. data/docs/Fake.SQL/index.htm +63 -0
  27. data/docs/Fake/AssemblyInfoHelper.htm +210 -0
  28. data/docs/Fake/AssemblyInfoParams.htm +305 -0
  29. data/docs/Fake/AsyncHelper.htm +192 -0
  30. data/docs/Fake/Build.htm +225 -0
  31. data/docs/Fake/BuildConfiguration.htm +232 -0
  32. data/docs/Fake/BuildError.htm +224 -0
  33. data/docs/Fake/BuildServer.htm +290 -0
  34. data/docs/Fake/BuildServerHelper.htm +225 -0
  35. data/docs/Fake/CacheHelper.htm +192 -0
  36. data/docs/Fake/CodeLanguage.htm +290 -0
  37. data/docs/Fake/DocuHelper.htm +202 -0
  38. data/docs/Fake/DocuParams.htm +225 -0
  39. data/docs/Fake/EnvironmentHelper.htm +268 -0
  40. data/docs/Fake/Event.htm +192 -0
  41. data/docs/Fake/ExecParams.htm +225 -0
  42. data/docs/Fake/FSIHelper.htm +202 -0
  43. data/docs/Fake/FileHelper.htm +458 -0
  44. data/docs/Fake/FileIncludes.htm +220 -0
  45. data/docs/Fake/FileSetHelper.htm +373 -0
  46. data/docs/Fake/FileSystemHelper.htm +250 -0
  47. data/docs/Fake/FxCopErrorLevel.htm +298 -0
  48. data/docs/Fake/FxCopHelper.htm +210 -0
  49. data/docs/Fake/FxCopParams.htm +292 -0
  50. data/docs/Fake/HTMLHelpWorkShopHelper.htm +201 -0
  51. data/docs/Fake/ILMergeHelper.htm +202 -0
  52. data/docs/Fake/ILMergeParams.htm +217 -0
  53. data/docs/Fake/MSBuildHelper.htm +263 -0
  54. data/docs/Fake/MailBoxHelper.htm +220 -0
  55. data/docs/Fake/Message.htm +230 -0
  56. data/docs/Fake/MessageHelper.htm +202 -0
  57. data/docs/Fake/NCoverHelper.htm +202 -0
  58. data/docs/Fake/NCoverParams.htm +230 -0
  59. data/docs/Fake/NUnitHelper.htm +215 -0
  60. data/docs/Fake/NUnitParams.htm +265 -0
  61. data/docs/Fake/PostMethod.htm +264 -0
  62. data/docs/Fake/ProcessHelper.htm +333 -0
  63. data/docs/Fake/Project.htm +227 -0
  64. data/docs/Fake/REST.htm +218 -0
  65. data/docs/Fake/RegexEntry.htm +220 -0
  66. data/docs/Fake/RegistryBaseKey.htm +368 -0
  67. data/docs/Fake/RegistryHelper.htm +208 -0
  68. data/docs/Fake/StringHelper.htm +458 -0
  69. data/docs/Fake/Tags.htm +393 -0
  70. data/docs/Fake/TargetHelper.htm +379 -0
  71. data/docs/Fake/TargetTemplate`1.htm +199 -0
  72. data/docs/Fake/TeamCityHelper.htm +344 -0
  73. data/docs/Fake/TeamCityRESTHelper.htm +232 -0
  74. data/docs/Fake/TemplateHelper.htm +218 -0
  75. data/docs/Fake/TestCase.htm +245 -0
  76. data/docs/Fake/TestSuite.htm +260 -0
  77. data/docs/Fake/TimeoutHelper.htm +192 -0
  78. data/docs/Fake/TraceHelper.htm +417 -0
  79. data/docs/Fake/TraceMessage.htm +272 -0
  80. data/docs/Fake/TraceMode.htm +264 -0
  81. data/docs/Fake/VCSRoot.htm +225 -0
  82. data/docs/Fake/VSSHelper.htm +200 -0
  83. data/docs/Fake/WiXHelper.htm +255 -0
  84. data/docs/Fake/WiXParams.htm +215 -0
  85. data/docs/Fake/XCopyHelper.htm +197 -0
  86. data/docs/Fake/XMLHelper.htm +321 -0
  87. data/docs/Fake/XUnitHelper.htm +202 -0
  88. data/docs/Fake/XUnitParams.htm +255 -0
  89. data/docs/Fake/ZipHelper.htm +241 -0
  90. data/docs/Fake/index.htm +237 -0
  91. data/docs/FakeLib/AssemblyInfo.htm +59 -0
  92. data/docs/FakeLib/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +104 -0
  93. data/docs/FakeLib/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +99 -0
  94. data/docs/FakeLib/index.htm +57 -0
  95. data/docs/index.htm +29 -0
  96. data/docs/js/jquery-1.3.2.min.js +19 -0
  97. data/docs/js/jquery.scrollTo-min.js +11 -0
  98. data/docs/js/navigation.js +11 -0
  99. data/docs/main.css +208 -0
  100. data/lib/DocuLicense.txt +10 -0
  101. data/lib/FAKE.exe +0 -0
  102. data/lib/FAKE.exe.config +8 -0
  103. data/lib/FSharp.Core.dll +0 -0
  104. data/lib/FSharp.Core.xml +9219 -0
  105. data/lib/Fake.Git.XML +438 -0
  106. data/lib/Fake.Git.dll +0 -0
  107. data/lib/Fake.SQL.XML +138 -0
  108. data/lib/Fake.SQL.dll +0 -0
  109. data/lib/FakeLib.XML +2324 -0
  110. data/lib/FakeLib.dll +0 -0
  111. data/lib/ICSharpCode.SharpZipLib.dll +0 -0
  112. data/lib/License.txt +54 -0
  113. data/lib/docu.exe +0 -0
  114. data/lib/readme.txt +65 -0
  115. metadata +181 -0
@@ -0,0 +1,134 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>Staging - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm" class="current">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake.Git</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake.Git/AssemblyInfo.htm">AssemblyInfo</a>
32
+ </li><li>
33
+ <a href="../Fake.Git/Branches.htm">Branches</a>
34
+ </li><li>
35
+ <a href="../Fake.Git/CommandHelper.htm">CommandHelper</a>
36
+ </li><li>
37
+ <a href="../Fake.Git/CommitMessage.htm">CommitMessage</a>
38
+ </li><li>
39
+ <a href="../Fake.Git/FileStatus.htm">FileStatus</a>
40
+ </li><li>
41
+ <a href="../Fake.Git/Information.htm">Information</a>
42
+ </li><li>
43
+ <a href="../Fake.Git/Merge.htm">Merge</a>
44
+ </li><li>
45
+ <a href="../Fake.Git/MergeType.htm">MergeType</a>
46
+ </li><li>
47
+ <a href="../Fake.Git/Repository.htm">Repository</a>
48
+ </li><li>
49
+ <a href="../Fake.Git/Reset.htm">Reset</a>
50
+ </li><li>
51
+ <a href="../Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
52
+ </li><li>
53
+ <a href="../Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
54
+ </li><li>
55
+ <a href="../Fake.Git/SanityChecks.htm">SanityChecks</a>
56
+ </li><li>
57
+ <a href="../Fake.Git/SHA1.htm">SHA1</a>
58
+ </li><li>
59
+ <a href="../Fake.Git/Staging.htm" class="current">Staging</a>
60
+ </li><li>
61
+ <a href="../Fake.Git/Submodule.htm">Submodule</a>
62
+ </li><li>
63
+ <a href="../Fake.Git/Tags.htm">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> Staging</p>
70
+ <p><strong>Namespace</strong> Fake.Git</p>
71
+ </div>
72
+ <div class="sub-header">
73
+
74
+
75
+ <h3 class="section">Methods</h3>
76
+ <ul><li><a href="../Fake.Git/Staging.htm#Equals">Equals</a></li><li><a href="../Fake.Git/Staging.htm#GetHashCode">GetHashCode</a></li><li><a href="../Fake.Git/Staging.htm#GetType">GetType</a></li><li><a href="../Fake.Git/Staging.htm#StageFile">StageFile</a></li><li><a href="../Fake.Git/Staging.htm#ToString">ToString</a></li>
77
+ </ul>
78
+
79
+
80
+ </div>
81
+
82
+
83
+ <h3 class="section">Public instance methods</h3>
84
+ <div id="Equals" class="method">
85
+ <h4><span title="System.bool">bool</span> <strong>Equals</strong>(<span title="System.object">object</span> obj)</h4>
86
+ <div class="content">
87
+
88
+
89
+
90
+
91
+ </div>
92
+ </div><div id="GetHashCode" class="method">
93
+ <h4><span title="System.int">int</span> <strong>GetHashCode</strong>()</h4>
94
+ <div class="content">
95
+
96
+
97
+
98
+
99
+ </div>
100
+ </div><div id="GetType" class="method">
101
+ <h4><span title="System.Type">Type</span> <strong>GetType</strong>()</h4>
102
+ <div class="content">
103
+
104
+
105
+
106
+
107
+ </div>
108
+ </div><div id="ToString" class="method">
109
+ <h4><span title="System.string">string</span> <strong>ToString</strong>()</h4>
110
+ <div class="content">
111
+
112
+
113
+
114
+
115
+ </div>
116
+ </div>
117
+
118
+ <h3 class="section">Public static methods</h3>
119
+ <div id="StageFile" class="method">
120
+ <h4><span title="System.Tuple<bool, List<string>, string>">Tuple&lt;bool, List&lt;string&gt;, string&gt;</span> <strong>StageFile</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> file)</h4>
121
+ <div class="content">Adds a file to the staging area
122
+
123
+
124
+
125
+
126
+ </div>
127
+ </div>
128
+
129
+ <div id="footer">
130
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
131
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
132
+ </div>
133
+ </body>
134
+ </html>
@@ -0,0 +1,197 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>Submodule - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm" class="current">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake.Git</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake.Git/AssemblyInfo.htm">AssemblyInfo</a>
32
+ </li><li>
33
+ <a href="../Fake.Git/Branches.htm">Branches</a>
34
+ </li><li>
35
+ <a href="../Fake.Git/CommandHelper.htm">CommandHelper</a>
36
+ </li><li>
37
+ <a href="../Fake.Git/CommitMessage.htm">CommitMessage</a>
38
+ </li><li>
39
+ <a href="../Fake.Git/FileStatus.htm">FileStatus</a>
40
+ </li><li>
41
+ <a href="../Fake.Git/Information.htm">Information</a>
42
+ </li><li>
43
+ <a href="../Fake.Git/Merge.htm">Merge</a>
44
+ </li><li>
45
+ <a href="../Fake.Git/MergeType.htm">MergeType</a>
46
+ </li><li>
47
+ <a href="../Fake.Git/Repository.htm">Repository</a>
48
+ </li><li>
49
+ <a href="../Fake.Git/Reset.htm">Reset</a>
50
+ </li><li>
51
+ <a href="../Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
52
+ </li><li>
53
+ <a href="../Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
54
+ </li><li>
55
+ <a href="../Fake.Git/SanityChecks.htm">SanityChecks</a>
56
+ </li><li>
57
+ <a href="../Fake.Git/SHA1.htm">SHA1</a>
58
+ </li><li>
59
+ <a href="../Fake.Git/Staging.htm">Staging</a>
60
+ </li><li>
61
+ <a href="../Fake.Git/Submodule.htm" class="current">Submodule</a>
62
+ </li><li>
63
+ <a href="../Fake.Git/Tags.htm">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> Submodule</p>
70
+ <p><strong>Namespace</strong> Fake.Git</p>
71
+ </div>
72
+ <div class="sub-header">
73
+
74
+
75
+ <h3 class="section">Methods</h3>
76
+ <ul><li><a href="../Fake.Git/Submodule.htm#add">add</a></li><li><a href="../Fake.Git/Submodule.htm#CompareTo">CompareTo</a></li><li><a href="../Fake.Git/Submodule.htm#Equals">Equals</a></li><li><a href="../Fake.Git/Submodule.htm#GetLocalPath">GetLocalPath</a></li><li><a href="../Fake.Git/Submodule.htm#GetRemotePath">GetRemotePath</a></li><li><a href="../Fake.Git/Submodule.htm#getSubModules">getSubModules</a></li><li><a href="../Fake.Git/Submodule.htm#init">init</a></li>
77
+ </ul>
78
+
79
+ <h3 class="section">Properties</h3>
80
+ <ul><li><a href="../Fake.Git/Submodule.htm#Branch">Branch</a></li><li><a href="../Fake.Git/Submodule.htm#CurrentCommit">CurrentCommit</a></li><li><a href="../Fake.Git/Submodule.htm#Initialized">Initialized</a></li><li><a href="../Fake.Git/Submodule.htm#Name">Name</a></li><li><a href="../Fake.Git/Submodule.htm#Status">Status</a></li><li><a href="../Fake.Git/Submodule.htm#SuperRepositoryDir">SuperRepositoryDir</a></li><li><a href="../Fake.Git/Submodule.htm#UpToDate">UpToDate</a></li>
81
+ </ul>
82
+
83
+ </div>
84
+
85
+
86
+ <h3 class="section">Public instance methods</h3>
87
+ <div id="CompareTo" class="method">
88
+ <h4><span title="System.int">int</span> <strong>CompareTo</strong>(<a href="../Fake.Git/Submodule.htm">Submodule</a> obj)</h4>
89
+ <div class="content">
90
+
91
+
92
+
93
+
94
+ </div>
95
+ </div><div id="Equals" class="method">
96
+ <h4><span title="System.bool">bool</span> <strong>Equals</strong>(<a href="../Fake.Git/Submodule.htm">Submodule</a> obj)</h4>
97
+ <div class="content">
98
+
99
+
100
+
101
+
102
+ </div>
103
+ </div><div id="GetLocalPath" class="method">
104
+ <h4><span title="System.string">string</span> <strong>GetLocalPath</strong>()</h4>
105
+ <div class="content">
106
+
107
+
108
+
109
+
110
+ </div>
111
+ </div><div id="GetRemotePath" class="method">
112
+ <h4><span title="System.string">string</span> <strong>GetRemotePath</strong>()</h4>
113
+ <div class="content">
114
+
115
+
116
+
117
+
118
+ </div>
119
+ </div>
120
+
121
+ <h3 class="section">Public static methods</h3>
122
+ <div id="add" class="method">
123
+ <h4><span title="System.void">void</span> <strong>add</strong>(<span title="System.string">string</span> superRepositoryDir, <span title="System.string">string</span> remotePath, <span title="System.string">string</span> localPath, <span title="System.string">string</span> branch)</h4>
124
+ <div class="content">Adds a submodule to the current repository.
125
+
126
+ <div class="parameters">
127
+ <h5>Parameters</h5>
128
+
129
+ <h6><code><span title="System.string">string</span></code> superRepositoryDir</h6><p class="comments">The super repository.</p>
130
+ <h6><code><span title="System.string">string</span></code> remotePath</h6><p class="comments">The path to the remote repository of the submodule.</p>
131
+ <h6><code><span title="System.string">string</span></code> localPath</h6><p class="comments">The local path to the submodule.</p>
132
+ <h6><code><span title="System.string">string</span></code> branch</h6><p class="comments">The branch to clone. (can be null)</p>
133
+ </div>
134
+
135
+
136
+ </div>
137
+ </div><div id="getSubModules" class="method">
138
+ <h4><span title="System.Collections.Generic.IEnumerable<Submodule>">IEnumerable&lt;Submodule&gt;</span> <strong>getSubModules</strong>(<span title="System.string">string</span> repositoryDir)</h4>
139
+ <div class="content">Gets all submodules
140
+
141
+
142
+
143
+
144
+ </div>
145
+ </div><div id="init" class="method">
146
+ <h4><span title="System.void">void</span> <strong>init</strong>(<span title="System.string">string</span> superRepositoryDir, <span title="System.string">string</span> name)</h4>
147
+ <div class="content">Inits a submodule
148
+
149
+
150
+
151
+
152
+ </div>
153
+ </div>
154
+
155
+ <h3 class="section">Public properties</h3>
156
+ <div id="Branch" class="method">
157
+ <h4><span title="System.string">string</span> <strong>Branch</strong> get; </h4>
158
+ <div class="content">
159
+
160
+ </div>
161
+ </div><div id="CurrentCommit" class="method">
162
+ <h4><span title="System.string">string</span> <strong>CurrentCommit</strong> get; </h4>
163
+ <div class="content">
164
+
165
+ </div>
166
+ </div><div id="Initialized" class="method">
167
+ <h4><span title="System.bool">bool</span> <strong>Initialized</strong> get; </h4>
168
+ <div class="content">
169
+
170
+ </div>
171
+ </div><div id="Name" class="method">
172
+ <h4><span title="System.string">string</span> <strong>Name</strong> get; </h4>
173
+ <div class="content">
174
+
175
+ </div>
176
+ </div><div id="Status" class="method">
177
+ <h4><span title="System.string">string</span> <strong>Status</strong> get; </h4>
178
+ <div class="content">
179
+
180
+ </div>
181
+ </div><div id="SuperRepositoryDir" class="method">
182
+ <h4><span title="System.string">string</span> <strong>SuperRepositoryDir</strong> get; </h4>
183
+ <div class="content">
184
+
185
+ </div>
186
+ </div><div id="UpToDate" class="method">
187
+ <h4><span title="System.bool">bool</span> <strong>UpToDate</strong> get; </h4>
188
+ <div class="content">
189
+
190
+ </div>
191
+ </div>
192
+ <div id="footer">
193
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
194
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
195
+ </div>
196
+ </body>
197
+ </html>
@@ -0,0 +1,169 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>Tags - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm" class="current">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake.Git</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake.Git/AssemblyInfo.htm">AssemblyInfo</a>
32
+ </li><li>
33
+ <a href="../Fake.Git/Branches.htm">Branches</a>
34
+ </li><li>
35
+ <a href="../Fake.Git/CommandHelper.htm">CommandHelper</a>
36
+ </li><li>
37
+ <a href="../Fake.Git/CommitMessage.htm">CommitMessage</a>
38
+ </li><li>
39
+ <a href="../Fake.Git/FileStatus.htm">FileStatus</a>
40
+ </li><li>
41
+ <a href="../Fake.Git/Information.htm">Information</a>
42
+ </li><li>
43
+ <a href="../Fake.Git/Merge.htm">Merge</a>
44
+ </li><li>
45
+ <a href="../Fake.Git/MergeType.htm">MergeType</a>
46
+ </li><li>
47
+ <a href="../Fake.Git/Repository.htm">Repository</a>
48
+ </li><li>
49
+ <a href="../Fake.Git/Reset.htm">Reset</a>
50
+ </li><li>
51
+ <a href="../Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
52
+ </li><li>
53
+ <a href="../Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
54
+ </li><li>
55
+ <a href="../Fake.Git/SanityChecks.htm">SanityChecks</a>
56
+ </li><li>
57
+ <a href="../Fake.Git/SHA1.htm">SHA1</a>
58
+ </li><li>
59
+ <a href="../Fake.Git/Staging.htm">Staging</a>
60
+ </li><li>
61
+ <a href="../Fake.Git/Submodule.htm">Submodule</a>
62
+ </li><li>
63
+ <a href="../Fake.Git/Tags.htm" class="current">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> Tags</p>
70
+ <p><strong>Namespace</strong> Fake.Git</p>
71
+ </div>
72
+ <div class="sub-header">
73
+
74
+
75
+
76
+
77
+ <h3 class="section">Fields</h3>
78
+ <ul><li><a href="../Fake.Git/Tags.htm#Added">Added</a></li><li><a href="../Fake.Git/Tags.htm#Modified">Modified</a></li><li><a href="../Fake.Git/Tags.htm#Deleted">Deleted</a></li><li><a href="../Fake.Git/Tags.htm#SameCommit">SameCommit</a></li><li><a href="../Fake.Git/Tags.htm#FirstNeedsFastForward">FirstNeedsFastForward</a></li><li><a href="../Fake.Git/Tags.htm#SecondNeedsFastForward">SecondNeedsFastForward</a></li><li><a href="../Fake.Git/Tags.htm#NeedsRealMerge">NeedsRealMerge</a></li>
79
+ </ul>
80
+ </div>
81
+
82
+
83
+
84
+
85
+ <h3 class="section">Public fields</h3>
86
+ <div id="Added" class="method">
87
+ <h4>int <strong>Added</strong></h4>
88
+ <div class="content">
89
+ <table>
90
+ <tr>
91
+ <td>
92
+ <code>return <span title="System.int">int</span></code>
93
+ </td>
94
+ </tr>
95
+ </table>
96
+ </div>
97
+ </div><div id="Modified" class="method">
98
+ <h4>int <strong>Modified</strong></h4>
99
+ <div class="content">
100
+ <table>
101
+ <tr>
102
+ <td>
103
+ <code>return <span title="System.int">int</span></code>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </div><div id="Deleted" class="method">
109
+ <h4>int <strong>Deleted</strong></h4>
110
+ <div class="content">
111
+ <table>
112
+ <tr>
113
+ <td>
114
+ <code>return <span title="System.int">int</span></code>
115
+ </td>
116
+ </tr>
117
+ </table>
118
+ </div>
119
+ </div><div id="SameCommit" class="method">
120
+ <h4>int <strong>SameCommit</strong></h4>
121
+ <div class="content">
122
+ <table>
123
+ <tr>
124
+ <td>
125
+ <code>return <span title="System.int">int</span></code>
126
+ </td>
127
+ </tr>
128
+ </table>
129
+ </div>
130
+ </div><div id="FirstNeedsFastForward" class="method">
131
+ <h4>int <strong>FirstNeedsFastForward</strong></h4>
132
+ <div class="content">
133
+ <table>
134
+ <tr>
135
+ <td>
136
+ <code>return <span title="System.int">int</span></code>
137
+ </td>
138
+ </tr>
139
+ </table>
140
+ </div>
141
+ </div><div id="SecondNeedsFastForward" class="method">
142
+ <h4>int <strong>SecondNeedsFastForward</strong></h4>
143
+ <div class="content">
144
+ <table>
145
+ <tr>
146
+ <td>
147
+ <code>return <span title="System.int">int</span></code>
148
+ </td>
149
+ </tr>
150
+ </table>
151
+ </div>
152
+ </div><div id="NeedsRealMerge" class="method">
153
+ <h4>int <strong>NeedsRealMerge</strong></h4>
154
+ <div class="content">
155
+ <table>
156
+ <tr>
157
+ <td>
158
+ <code>return <span title="System.int">int</span></code>
159
+ </td>
160
+ </tr>
161
+ </table>
162
+ </div>
163
+ </div>
164
+ <div id="footer">
165
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
166
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
167
+ </div>
168
+ </body>
169
+ </html>