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,100 @@
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>Merge - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> Merge</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/Merge.htm#getMergeMessage">getMergeMessage</a></li>
77
+ </ul>
78
+
79
+
80
+ </div>
81
+
82
+
83
+
84
+ <h3 class="section">Public static methods</h3>
85
+ <div id="getMergeMessage" class="method">
86
+ <h4><span title="System.string">string</span> <strong>getMergeMessage</strong>(<span title="System.string">string</span> repositoryDir)</h4>
87
+ <div class="content">Gets the current merge message
88
+
89
+
90
+
91
+
92
+ </div>
93
+ </div>
94
+
95
+ <div id="footer">
96
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
97
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
98
+ </div>
99
+ </body>
100
+ </html>
@@ -0,0 +1,224 @@
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>MergeType - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> MergeType</p>
70
+ <p><strong>Namespace</strong> Fake.Git</p><p><strong>Interfaces</strong> <span title="System.IEquatable<MergeType>">IEquatable&lt;MergeType&gt;</span>, <span title="System.Collections.IStructuralEquatable">IStructuralEquatable</span>, <span title="System.IComparable<MergeType>">IComparable&lt;MergeType&gt;</span>, <span title="System.IComparable">IComparable</span>, <span title="System.Collections.IStructuralComparable">IStructuralComparable</span></p>
71
+ </div>
72
+ <div class="sub-header">
73
+
74
+
75
+ <h3 class="section">Methods</h3>
76
+ <ul><li><a href="../Fake.Git/MergeType.htm#CompareTo">CompareTo</a></li><li><a href="../Fake.Git/MergeType.htm#Equals">Equals</a></li><li><a href="../Fake.Git/MergeType.htm#get_FirstNeedsFastForward">get_FirstNeedsFastForward</a></li><li><a href="../Fake.Git/MergeType.htm#get_IsFirstNeedsFastForward">get_IsFirstNeedsFastForward</a></li><li><a href="../Fake.Git/MergeType.htm#get_IsNeedsRealMerge">get_IsNeedsRealMerge</a></li><li><a href="../Fake.Git/MergeType.htm#get_IsSameCommit">get_IsSameCommit</a></li><li><a href="../Fake.Git/MergeType.htm#get_IsSecondNeedsFastForward">get_IsSecondNeedsFastForward</a></li><li><a href="../Fake.Git/MergeType.htm#get_NeedsRealMerge">get_NeedsRealMerge</a></li><li><a href="../Fake.Git/MergeType.htm#get_SameCommit">get_SameCommit</a></li><li><a href="../Fake.Git/MergeType.htm#get_SecondNeedsFastForward">get_SecondNeedsFastForward</a></li>
77
+ </ul>
78
+
79
+ <h3 class="section">Properties</h3>
80
+ <ul><li><a href="../Fake.Git/MergeType.htm#FirstNeedsFastForward">FirstNeedsFastForward</a></li><li><a href="../Fake.Git/MergeType.htm#IsFirstNeedsFastForward">IsFirstNeedsFastForward</a></li><li><a href="../Fake.Git/MergeType.htm#IsNeedsRealMerge">IsNeedsRealMerge</a></li><li><a href="../Fake.Git/MergeType.htm#IsSameCommit">IsSameCommit</a></li><li><a href="../Fake.Git/MergeType.htm#IsSecondNeedsFastForward">IsSecondNeedsFastForward</a></li><li><a href="../Fake.Git/MergeType.htm#NeedsRealMerge">NeedsRealMerge</a></li><li><a href="../Fake.Git/MergeType.htm#SameCommit">SameCommit</a></li><li><a href="../Fake.Git/MergeType.htm#SecondNeedsFastForward">SecondNeedsFastForward</a></li><li><a href="../Fake.Git/MergeType.htm#Tag">Tag</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/MergeType.htm">MergeType</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/MergeType.htm">MergeType</a> obj)</h4>
97
+ <div class="content">
98
+
99
+
100
+
101
+
102
+ </div>
103
+ </div><div id="get_IsFirstNeedsFastForward" class="method">
104
+ <h4><span title="System.bool">bool</span> <strong>get_IsFirstNeedsFastForward</strong>()</h4>
105
+ <div class="content">
106
+
107
+
108
+
109
+
110
+ </div>
111
+ </div><div id="get_IsNeedsRealMerge" class="method">
112
+ <h4><span title="System.bool">bool</span> <strong>get_IsNeedsRealMerge</strong>()</h4>
113
+ <div class="content">
114
+
115
+
116
+
117
+
118
+ </div>
119
+ </div><div id="get_IsSameCommit" class="method">
120
+ <h4><span title="System.bool">bool</span> <strong>get_IsSameCommit</strong>()</h4>
121
+ <div class="content">
122
+
123
+
124
+
125
+
126
+ </div>
127
+ </div><div id="get_IsSecondNeedsFastForward" class="method">
128
+ <h4><span title="System.bool">bool</span> <strong>get_IsSecondNeedsFastForward</strong>()</h4>
129
+ <div class="content">
130
+
131
+
132
+
133
+
134
+ </div>
135
+ </div>
136
+
137
+ <h3 class="section">Public static methods</h3>
138
+ <div id="get_FirstNeedsFastForward" class="method">
139
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>get_FirstNeedsFastForward</strong>()</h4>
140
+ <div class="content">
141
+
142
+
143
+
144
+
145
+ </div>
146
+ </div><div id="get_NeedsRealMerge" class="method">
147
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>get_NeedsRealMerge</strong>()</h4>
148
+ <div class="content">
149
+
150
+
151
+
152
+
153
+ </div>
154
+ </div><div id="get_SameCommit" class="method">
155
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>get_SameCommit</strong>()</h4>
156
+ <div class="content">
157
+
158
+
159
+
160
+
161
+ </div>
162
+ </div><div id="get_SecondNeedsFastForward" class="method">
163
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>get_SecondNeedsFastForward</strong>()</h4>
164
+ <div class="content">
165
+
166
+
167
+
168
+
169
+ </div>
170
+ </div>
171
+
172
+ <h3 class="section">Public properties</h3>
173
+ <div id="FirstNeedsFastForward" class="method">
174
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>FirstNeedsFastForward</strong> get; </h4>
175
+ <div class="content">
176
+
177
+ </div>
178
+ </div><div id="IsFirstNeedsFastForward" class="method">
179
+ <h4><span title="System.bool">bool</span> <strong>IsFirstNeedsFastForward</strong> get; </h4>
180
+ <div class="content">
181
+
182
+ </div>
183
+ </div><div id="IsNeedsRealMerge" class="method">
184
+ <h4><span title="System.bool">bool</span> <strong>IsNeedsRealMerge</strong> get; </h4>
185
+ <div class="content">
186
+
187
+ </div>
188
+ </div><div id="IsSameCommit" class="method">
189
+ <h4><span title="System.bool">bool</span> <strong>IsSameCommit</strong> get; </h4>
190
+ <div class="content">
191
+
192
+ </div>
193
+ </div><div id="IsSecondNeedsFastForward" class="method">
194
+ <h4><span title="System.bool">bool</span> <strong>IsSecondNeedsFastForward</strong> get; </h4>
195
+ <div class="content">
196
+
197
+ </div>
198
+ </div><div id="NeedsRealMerge" class="method">
199
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>NeedsRealMerge</strong> get; </h4>
200
+ <div class="content">
201
+
202
+ </div>
203
+ </div><div id="SameCommit" class="method">
204
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>SameCommit</strong> get; </h4>
205
+ <div class="content">
206
+
207
+ </div>
208
+ </div><div id="SecondNeedsFastForward" class="method">
209
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>SecondNeedsFastForward</strong> get; </h4>
210
+ <div class="content">
211
+
212
+ </div>
213
+ </div><div id="Tag" class="method">
214
+ <h4><span title="System.int">int</span> <strong>Tag</strong> get; </h4>
215
+ <div class="content">
216
+
217
+ </div>
218
+ </div>
219
+ <div id="footer">
220
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
221
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
222
+ </div>
223
+ </body>
224
+ </html>
@@ -0,0 +1,108 @@
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>Repository - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> Repository</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/Repository.htm#clone">clone</a></li><li><a href="../Fake.Git/Repository.htm#init">init</a></li>
77
+ </ul>
78
+
79
+
80
+ </div>
81
+
82
+
83
+
84
+ <h3 class="section">Public static methods</h3>
85
+ <div id="clone" class="method">
86
+ <h4><span title="System.void">void</span> <strong>clone</strong>(<span title="System.string">string</span> workingDir, <span title="System.string">string</span> repoUrl, <span title="System.string">string</span> toPath)</h4>
87
+ <div class="content">Clones a git repository
88
+
89
+
90
+
91
+
92
+ </div>
93
+ </div><div id="init" class="method">
94
+ <h4><span title="System.void">void</span> <strong>init</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.bool">bool</span> bare, <span title="System.bool">bool</span> shared)</h4>
95
+ <div class="content">Inits a git repository
96
+
97
+
98
+
99
+
100
+ </div>
101
+ </div>
102
+
103
+ <div id="footer">
104
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
105
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
106
+ </div>
107
+ </body>
108
+ </html>
@@ -0,0 +1,140 @@
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>Reset - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> Reset</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/Reset.htm#hard">hard</a></li><li><a href="../Fake.Git/Reset.htm#mixed">mixed</a></li><li><a href="../Fake.Git/Reset.htm#ResetHard">ResetHard</a></li><li><a href="../Fake.Git/Reset.htm#ResetMixed">ResetMixed</a></li><li><a href="../Fake.Git/Reset.htm#ResetSoft">ResetSoft</a></li><li><a href="../Fake.Git/Reset.htm#soft">soft</a></li>
77
+ </ul>
78
+
79
+
80
+ </div>
81
+
82
+
83
+
84
+ <h3 class="section">Public static methods</h3>
85
+ <div id="hard" class="method">
86
+ <h4><span title="System.void">void</span> <strong>hard</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> commit, <span title="System.string">string</span> file)</h4>
87
+ <div class="content">
88
+
89
+
90
+
91
+
92
+ </div>
93
+ </div><div id="mixed" class="method">
94
+ <h4><span title="System.void">void</span> <strong>mixed</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> commit, <span title="System.string">string</span> file)</h4>
95
+ <div class="content">
96
+
97
+
98
+
99
+
100
+ </div>
101
+ </div><div id="ResetHard" class="method">
102
+ <h4><span title="System.void">void</span> <strong>ResetHard</strong>(<span title="System.string">string</span> repositoryDir)</h4>
103
+ <div class="content">
104
+
105
+
106
+
107
+
108
+ </div>
109
+ </div><div id="ResetMixed" class="method">
110
+ <h4><span title="System.void">void</span> <strong>ResetMixed</strong>(<span title="System.string">string</span> repositoryDir)</h4>
111
+ <div class="content">
112
+
113
+
114
+
115
+
116
+ </div>
117
+ </div><div id="ResetSoft" class="method">
118
+ <h4><span title="System.void">void</span> <strong>ResetSoft</strong>(<span title="System.string">string</span> repositoryDir)</h4>
119
+ <div class="content">
120
+
121
+
122
+
123
+
124
+ </div>
125
+ </div><div id="soft" class="method">
126
+ <h4><span title="System.void">void</span> <strong>soft</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> commit, <span title="System.string">string</span> file)</h4>
127
+ <div class="content">
128
+
129
+
130
+
131
+
132
+ </div>
133
+ </div>
134
+
135
+ <div id="footer">
136
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
137
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
138
+ </div>
139
+ </body>
140
+ </html>