fake 1.40.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,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>CommitMessage - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> CommitMessage</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/CommitMessage.htm#getCommitMessageFileInfo">getCommitMessageFileInfo</a></li><li><a href="../Fake.Git/CommitMessage.htm#setMessage">setMessage</a></li>
77
+ </ul>
78
+
79
+
80
+ </div>
81
+
82
+
83
+
84
+ <h3 class="section">Public static methods</h3>
85
+ <div id="getCommitMessageFileInfo" class="method">
86
+ <h4><span title="System.IO.FileInfo">FileInfo</span> <strong>getCommitMessageFileInfo</strong>(<span title="System.string">string</span> repositoryDir)</h4>
87
+ <div class="content">
88
+
89
+
90
+
91
+
92
+ </div>
93
+ </div><div id="setMessage" class="method">
94
+ <h4><span title="System.void">void</span> <strong>setMessage</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> text)</h4>
95
+ <div class="content">Sets the commit message
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,291 @@
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>FileStatus - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> FileStatus</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/FileStatus.htm#cleanWorkingCopy">cleanWorkingCopy</a></li><li><a href="../Fake.Git/FileStatus.htm#CompareTo">CompareTo</a></li><li><a href="../Fake.Git/FileStatus.htm#CompareTo">CompareTo</a></li><li><a href="../Fake.Git/FileStatus.htm#CompareTo">CompareTo</a></li><li><a href="../Fake.Git/FileStatus.htm#Equals">Equals</a></li><li><a href="../Fake.Git/FileStatus.htm#Equals">Equals</a></li><li><a href="../Fake.Git/FileStatus.htm#get_Added">get_Added</a></li><li><a href="../Fake.Git/FileStatus.htm#get_Deleted">get_Deleted</a></li><li><a href="../Fake.Git/FileStatus.htm#get_IsAdded">get_IsAdded</a></li><li><a href="../Fake.Git/FileStatus.htm#get_IsDeleted">get_IsDeleted</a></li><li><a href="../Fake.Git/FileStatus.htm#get_IsModified">get_IsModified</a></li><li><a href="../Fake.Git/FileStatus.htm#get_Modified">get_Modified</a></li><li><a href="../Fake.Git/FileStatus.htm#get_Tag">get_Tag</a></li><li><a href="../Fake.Git/FileStatus.htm#getAllFiles">getAllFiles</a></li><li><a href="../Fake.Git/FileStatus.htm#getChangedFiles">getChangedFiles</a></li><li><a href="../Fake.Git/FileStatus.htm#getChangedFilesInWorkingCopy">getChangedFilesInWorkingCopy</a></li><li><a href="../Fake.Git/FileStatus.htm#getConflictedFiles">getConflictedFiles</a></li><li><a href="../Fake.Git/FileStatus.htm#GetHashCode">GetHashCode</a></li><li><a href="../Fake.Git/FileStatus.htm#isInTheMiddleOfConflictedMerge">isInTheMiddleOfConflictedMerge</a></li>
77
+ </ul>
78
+
79
+ <h3 class="section">Properties</h3>
80
+ <ul><li><a href="../Fake.Git/FileStatus.htm#Added">Added</a></li><li><a href="../Fake.Git/FileStatus.htm#Deleted">Deleted</a></li><li><a href="../Fake.Git/FileStatus.htm#IsAdded">IsAdded</a></li><li><a href="../Fake.Git/FileStatus.htm#IsDeleted">IsDeleted</a></li><li><a href="../Fake.Git/FileStatus.htm#IsModified">IsModified</a></li><li><a href="../Fake.Git/FileStatus.htm#Modified">Modified</a></li><li><a href="../Fake.Git/FileStatus.htm#Parse">Parse</a></li><li><a href="../Fake.Git/FileStatus.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>(<span title="System.object">object</span> obj)</h4>
89
+ <div class="content">
90
+
91
+
92
+
93
+
94
+ </div>
95
+ </div><div id="CompareTo" class="method">
96
+ <h4><span title="System.int">int</span> <strong>CompareTo</strong>(<span title="System.object">object</span> obj, <span title="System.Collections.IComparer">IComparer</span> comp)</h4>
97
+ <div class="content">
98
+
99
+
100
+
101
+
102
+ </div>
103
+ </div><div id="CompareTo" class="method">
104
+ <h4><span title="System.int">int</span> <strong>CompareTo</strong>(<a href="../Fake.Git/FileStatus.htm">FileStatus</a> obj)</h4>
105
+ <div class="content">
106
+
107
+
108
+
109
+
110
+ </div>
111
+ </div><div id="Equals" class="method">
112
+ <h4><span title="System.bool">bool</span> <strong>Equals</strong>(<a href="../Fake.Git/FileStatus.htm">FileStatus</a> obj)</h4>
113
+ <div class="content">
114
+
115
+
116
+
117
+
118
+ </div>
119
+ </div><div id="Equals" class="method">
120
+ <h4><span title="System.bool">bool</span> <strong>Equals</strong>(<span title="System.object">object</span> obj, <span title="System.Collections.IEqualityComparer">IEqualityComparer</span> comp)</h4>
121
+ <div class="content">
122
+
123
+
124
+
125
+
126
+ </div>
127
+ </div><div id="get_IsAdded" class="method">
128
+ <h4><span title="System.bool">bool</span> <strong>get_IsAdded</strong>()</h4>
129
+ <div class="content">
130
+
131
+
132
+
133
+
134
+ </div>
135
+ </div><div id="get_IsDeleted" class="method">
136
+ <h4><span title="System.bool">bool</span> <strong>get_IsDeleted</strong>()</h4>
137
+ <div class="content">
138
+
139
+
140
+
141
+
142
+ </div>
143
+ </div><div id="get_IsModified" class="method">
144
+ <h4><span title="System.bool">bool</span> <strong>get_IsModified</strong>()</h4>
145
+ <div class="content">
146
+
147
+
148
+
149
+
150
+ </div>
151
+ </div><div id="get_Tag" class="method">
152
+ <h4><span title="System.int">int</span> <strong>get_Tag</strong>()</h4>
153
+ <div class="content">
154
+
155
+
156
+
157
+
158
+ </div>
159
+ </div><div id="GetHashCode" class="method">
160
+ <h4><span title="System.int">int</span> <strong>GetHashCode</strong>(<span title="System.Collections.IEqualityComparer">IEqualityComparer</span> comp)</h4>
161
+ <div class="content">
162
+
163
+
164
+
165
+
166
+ </div>
167
+ </div>
168
+
169
+ <h3 class="section">Public static methods</h3>
170
+ <div id="cleanWorkingCopy" class="method">
171
+ <h4><span title="System.void">void</span> <strong>cleanWorkingCopy</strong>(<span title="System.string">string</span> repositoryDir)</h4>
172
+ <div class="content">Cleans the working copy by doing a git reset --hard and a clean -f
173
+
174
+
175
+
176
+
177
+ </div>
178
+ </div><div id="get_Added" class="method">
179
+ <h4><a href="../Fake.Git/FileStatus.htm">FileStatus</a> <strong>get_Added</strong>()</h4>
180
+ <div class="content">
181
+
182
+
183
+
184
+
185
+ </div>
186
+ </div><div id="get_Deleted" class="method">
187
+ <h4><a href="../Fake.Git/FileStatus.htm">FileStatus</a> <strong>get_Deleted</strong>()</h4>
188
+ <div class="content">
189
+
190
+
191
+
192
+
193
+ </div>
194
+ </div><div id="get_Modified" class="method">
195
+ <h4><a href="../Fake.Git/FileStatus.htm">FileStatus</a> <strong>get_Modified</strong>()</h4>
196
+ <div class="content">
197
+
198
+
199
+
200
+
201
+ </div>
202
+ </div><div id="getAllFiles" class="method">
203
+ <h4><span title="System.Collections.Generic.IEnumerable<Tuple<FileStatus, string>>">IEnumerable&lt;Tuple&lt;FileStatus, string&gt;&gt;</span> <strong>getAllFiles</strong>(<span title="System.string">string</span> repositoryDir)</h4>
204
+ <div class="content">Gets all changed files in the current revision
205
+
206
+
207
+
208
+
209
+ </div>
210
+ </div><div id="getChangedFiles" class="method">
211
+ <h4><span title="System.Collections.Generic.IEnumerable<Tuple<FileStatus, string>>">IEnumerable&lt;Tuple&lt;FileStatus, string&gt;&gt;</span> <strong>getChangedFiles</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> revision1, <span title="System.string">string</span> revision2)</h4>
212
+ <div class="content">Gets the changed files between the given revisions
213
+
214
+
215
+
216
+
217
+ </div>
218
+ </div><div id="getChangedFilesInWorkingCopy" class="method">
219
+ <h4><span title="System.Collections.Generic.IEnumerable<Tuple<FileStatus, string>>">IEnumerable&lt;Tuple&lt;FileStatus, string&gt;&gt;</span> <strong>getChangedFilesInWorkingCopy</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> revision)</h4>
220
+ <div class="content">Gets the changed files since the given revision incl. changes in the working copy
221
+
222
+
223
+
224
+
225
+ </div>
226
+ </div><div id="getConflictedFiles" class="method">
227
+ <h4><span title="Microsoft.FSharp.Collections.FSharpList<string>">FSharpList&lt;string&gt;</span> <strong>getConflictedFiles</strong>(<span title="System.string">string</span> repositoryDir)</h4>
228
+ <div class="content">Gets all conflicted files
229
+
230
+
231
+
232
+
233
+ </div>
234
+ </div><div id="isInTheMiddleOfConflictedMerge" class="method">
235
+ <h4><span title="System.bool">bool</span> <strong>isInTheMiddleOfConflictedMerge</strong>(<span title="System.string">string</span> repositoryDir)</h4>
236
+ <div class="content">Returns true if the working copy is in a conflicted merge otherwise false
237
+
238
+
239
+
240
+
241
+ </div>
242
+ </div>
243
+
244
+ <h3 class="section">Public properties</h3>
245
+ <div id="Added" class="method">
246
+ <h4><a href="../Fake.Git/FileStatus.htm">FileStatus</a> <strong>Added</strong> get; </h4>
247
+ <div class="content">
248
+
249
+ </div>
250
+ </div><div id="Deleted" class="method">
251
+ <h4><a href="../Fake.Git/FileStatus.htm">FileStatus</a> <strong>Deleted</strong> get; </h4>
252
+ <div class="content">
253
+
254
+ </div>
255
+ </div><div id="IsAdded" class="method">
256
+ <h4><span title="System.bool">bool</span> <strong>IsAdded</strong> get; </h4>
257
+ <div class="content">
258
+
259
+ </div>
260
+ </div><div id="IsDeleted" class="method">
261
+ <h4><span title="System.bool">bool</span> <strong>IsDeleted</strong> get; </h4>
262
+ <div class="content">
263
+
264
+ </div>
265
+ </div><div id="IsModified" class="method">
266
+ <h4><span title="System.bool">bool</span> <strong>IsModified</strong> get; </h4>
267
+ <div class="content">
268
+
269
+ </div>
270
+ </div><div id="Modified" class="method">
271
+ <h4><a href="../Fake.Git/FileStatus.htm">FileStatus</a> <strong>Modified</strong> get; </h4>
272
+ <div class="content">
273
+
274
+ </div>
275
+ </div><div id="Parse" class="method">
276
+ <h4><span title="Microsoft.FSharp.Core.FSharpFunc<string, FileStatus>">FSharpFunc&lt;string, FileStatus&gt;</span> <strong>Parse</strong> get; </h4>
277
+ <div class="content">
278
+
279
+ </div>
280
+ </div><div id="Tag" class="method">
281
+ <h4><span title="System.int">int</span> <strong>Tag</strong> get; </h4>
282
+ <div class="content">
283
+
284
+ </div>
285
+ </div>
286
+ <div id="footer">
287
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
288
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
289
+ </div>
290
+ </body>
291
+ </html>
@@ -0,0 +1,148 @@
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>Information - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> Information</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/Information.htm#getBranchName">getBranchName</a></li><li><a href="../Fake.Git/Information.htm#getCurrentSHA1">getCurrentSHA1</a></li><li><a href="../Fake.Git/Information.htm#getVersion">getVersion</a></li><li><a href="../Fake.Git/Information.htm#isAheadOf">isAheadOf</a></li><li><a href="../Fake.Git/Information.htm#isCleanWorkingCopy">isCleanWorkingCopy</a></li><li><a href="../Fake.Git/Information.htm#showName">showName</a></li><li><a href="../Fake.Git/Information.htm#showStatus">showStatus</a></li>
77
+ </ul>
78
+
79
+
80
+ </div>
81
+
82
+
83
+
84
+ <h3 class="section">Public static methods</h3>
85
+ <div id="getBranchName" class="method">
86
+ <h4><span title="System.string">string</span> <strong>getBranchName</strong>(<span title="System.string">string</span> repositoryDir)</h4>
87
+ <div class="content">Gets the git branch name
88
+
89
+
90
+
91
+
92
+ </div>
93
+ </div><div id="getCurrentSHA1" class="method">
94
+ <h4><span title="System.string">string</span> <strong>getCurrentSHA1</strong>(<span title="System.string">string</span> repositoryDir)</h4>
95
+ <div class="content">Returns the SHA1 of the current HEAD
96
+
97
+
98
+
99
+
100
+ </div>
101
+ </div><div id="getVersion" class="method">
102
+ <h4><span title="System.string">string</span> <strong>getVersion</strong>(<span title="System.string">string</span> repositoryDir)</h4>
103
+ <div class="content">Gets the git version
104
+
105
+
106
+
107
+
108
+ </div>
109
+ </div><div id="isAheadOf" class="method">
110
+ <h4><span title="System.bool">bool</span> <strong>isAheadOf</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> rev1, <span title="System.string">string</span> rev2)</h4>
111
+ <div class="content">Returns true if rev1 is ahead of rev2
112
+
113
+
114
+
115
+
116
+ </div>
117
+ </div><div id="isCleanWorkingCopy" class="method">
118
+ <h4><span title="System.bool">bool</span> <strong>isCleanWorkingCopy</strong>(<span title="System.string">string</span> repositoryDir)</h4>
119
+ <div class="content">Checks if the working copy is clean
120
+
121
+
122
+
123
+
124
+ </div>
125
+ </div><div id="showName" class="method">
126
+ <h4><span title="System.string">string</span> <strong>showName</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> sha1)</h4>
127
+ <div class="content">Returns a friendly name from a SHA1
128
+
129
+
130
+
131
+
132
+ </div>
133
+ </div><div id="showStatus" class="method">
134
+ <h4><span title="System.void">void</span> <strong>showStatus</strong>(<span title="System.string">string</span> repositoryDir)</h4>
135
+ <div class="content">Shows the git status
136
+
137
+
138
+
139
+
140
+ </div>
141
+ </div>
142
+
143
+ <div id="footer">
144
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
145
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
146
+ </div>
147
+ </body>
148
+ </html>