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,87 @@
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>AssemblyInfo - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> AssemblyInfo</p>
70
+ <p><strong>Namespace</strong> Fake.Git</p>
71
+ </div>
72
+ <div class="sub-header">
73
+
74
+
75
+
76
+
77
+ </div>
78
+
79
+
80
+
81
+
82
+ <div id="footer">
83
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
84
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
85
+ </div>
86
+ </body>
87
+ </html>
@@ -0,0 +1,266 @@
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>Branches - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> Branches</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/Branches.htm#checkout">checkout</a></li><li><a href="../Fake.Git/Branches.htm#checkoutBranch">checkoutBranch</a></li><li><a href="../Fake.Git/Branches.htm#checkoutNewBranch">checkoutNewBranch</a></li><li><a href="../Fake.Git/Branches.htm#checkoutTracked``1">checkoutTracked&lt;a&gt;</a></li><li><a href="../Fake.Git/Branches.htm#compareBranches">compareBranches</a></li><li><a href="../Fake.Git/Branches.htm#createBranch">createBranch</a></li><li><a href="../Fake.Git/Branches.htm#deleteBranch">deleteBranch</a></li><li><a href="../Fake.Git/Branches.htm#deleteTag">deleteTag</a></li><li><a href="../Fake.Git/Branches.htm#findMergeBase">findMergeBase</a></li><li><a href="../Fake.Git/Branches.htm#getAllBranches">getAllBranches</a></li><li><a href="../Fake.Git/Branches.htm#getLocalBranches">getLocalBranches</a></li><li><a href="../Fake.Git/Branches.htm#getRemoteBranches">getRemoteBranches</a></li><li><a href="../Fake.Git/Branches.htm#getSHA1">getSHA1</a></li><li><a href="../Fake.Git/Branches.htm#merge">merge</a></li><li><a href="../Fake.Git/Branches.htm#pull">pull</a></li><li><a href="../Fake.Git/Branches.htm#push">push</a></li><li><a href="../Fake.Git/Branches.htm#rebase">rebase</a></li><li><a href="../Fake.Git/Branches.htm#revisionsBetween">revisionsBetween</a></li><li><a href="../Fake.Git/Branches.htm#tag">tag</a></li>
77
+ </ul>
78
+
79
+ <h3 class="section">Properties</h3>
80
+ <ul><li><a href="../Fake.Git/Branches.htm#FastForwardFlag">FastForwardFlag</a></li><li><a href="../Fake.Git/Branches.htm#NoFastForwardFlag">NoFastForwardFlag</a></li>
81
+ </ul>
82
+
83
+ </div>
84
+
85
+
86
+
87
+ <h3 class="section">Public static methods</h3>
88
+ <div id="checkout" class="method">
89
+ <h4><span title="System.void">void</span> <strong>checkout</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.bool">bool</span> create, <span title="System.string">string</span> branch)</h4>
90
+ <div class="content">Checks a branch out
91
+
92
+
93
+
94
+
95
+ </div>
96
+ </div><div id="checkoutBranch" class="method">
97
+ <h4><span title="System.void">void</span> <strong>checkoutBranch</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> branch)</h4>
98
+ <div class="content">Performs a checkout of the given branch to the working copy
99
+
100
+
101
+
102
+
103
+ </div>
104
+ </div><div id="checkoutNewBranch" class="method">
105
+ <h4><span title="System.void">void</span> <strong>checkoutNewBranch</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> baseBranch, <span title="System.string">string</span> branch)</h4>
106
+ <div class="content">Creates a new branch based on the given baseBranch and checks it out to the working copy
107
+
108
+
109
+
110
+
111
+ </div>
112
+ </div><div id="checkoutTracked``1" class="method">
113
+ <h4><span title="System.void">void</span> <strong>checkoutTracked&lt;a&gt;</strong>(<span title="System.string">string</span> repositoryDir, <span title="Fake.Git.a">a</span> create, <span title="System.string">string</span> trackBranch, <span title="System.string">string</span> branch)</h4>
114
+ <div class="content">Checks a branch out
115
+
116
+
117
+
118
+
119
+ </div>
120
+ </div><div id="compareBranches" class="method">
121
+ <h4><a href="../Fake.Git/MergeType.htm">MergeType</a> <strong>compareBranches</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> local, <span title="System.string">string</span> remote)</h4>
122
+ <div class="content">Tests whether branches and their "origin" counterparts have diverged and need
123
+ merging first.
124
+
125
+ <div class="parameters">
126
+ <h5>Parameters</h5>
127
+
128
+ <h6><code><span title="System.string">string</span></code> repositoryDir</h6><p class="comments">The path to the repository.</p>
129
+ <h6><code><span title="System.string">string</span></code> local</h6><p class="comments">The local branch name.</p>
130
+ <h6><code><span title="System.string">string</span></code> remote</h6><p class="comments">The remote branch name.</p>
131
+ </div>
132
+
133
+
134
+ </div>
135
+ </div><div id="createBranch" class="method">
136
+ <h4><span title="System.void">void</span> <strong>createBranch</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> newBranchName, <span title="System.string">string</span> fromCommit)</h4>
137
+ <div class="content">Creates a new branch from the given commit
138
+
139
+
140
+
141
+
142
+ </div>
143
+ </div><div id="deleteBranch" class="method">
144
+ <h4><span title="System.void">void</span> <strong>deleteBranch</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.bool">bool</span> force, <span title="System.string">string</span> branch)</h4>
145
+ <div class="content">Deletes the given branch
146
+
147
+
148
+
149
+
150
+ </div>
151
+ </div><div id="deleteTag" class="method">
152
+ <h4><span title="System.void">void</span> <strong>deleteTag</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> tag)</h4>
153
+ <div class="content">Deletes the given tag
154
+
155
+
156
+
157
+
158
+ </div>
159
+ </div><div id="findMergeBase" class="method">
160
+ <h4><span title="System.string">string</span> <strong>findMergeBase</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> branch1, <span title="System.string">string</span> branch2)</h4>
161
+ <div class="content">Returns the SHA1 of the merge base of the two given commits
162
+
163
+
164
+
165
+
166
+ </div>
167
+ </div><div id="getAllBranches" class="method">
168
+ <h4><span title="Microsoft.FSharp.Collections.FSharpList<string>">FSharpList&lt;string&gt;</span> <strong>getAllBranches</strong>(<span title="System.string">string</span> repositoryDir)</h4>
169
+ <div class="content">Gets all local and remote branches
170
+
171
+
172
+
173
+
174
+ </div>
175
+ </div><div id="getLocalBranches" class="method">
176
+ <h4><span title="Microsoft.FSharp.Collections.FSharpList<string>">FSharpList&lt;string&gt;</span> <strong>getLocalBranches</strong>(<span title="System.string">string</span> repositoryDir)</h4>
177
+ <div class="content">Gets all local branches
178
+
179
+
180
+
181
+
182
+ </div>
183
+ </div><div id="getRemoteBranches" class="method">
184
+ <h4><span title="Microsoft.FSharp.Collections.FSharpList<string>">FSharpList&lt;string&gt;</span> <strong>getRemoteBranches</strong>(<span title="System.string">string</span> repositoryDir)</h4>
185
+ <div class="content">Gets all remote branches
186
+
187
+
188
+
189
+
190
+ </div>
191
+ </div><div id="getSHA1" class="method">
192
+ <h4><span title="System.string">string</span> <strong>getSHA1</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> s)</h4>
193
+ <div class="content">Returns the SHA1 of the given head
194
+
195
+
196
+
197
+
198
+ </div>
199
+ </div><div id="merge" class="method">
200
+ <h4><span title="System.void">void</span> <strong>merge</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> flags, <span title="System.string">string</span> branch)</h4>
201
+ <div class="content">Performs a merge of the given branch with the current branch
202
+
203
+
204
+
205
+
206
+ </div>
207
+ </div><div id="pull" class="method">
208
+ <h4><span title="System.void">void</span> <strong>pull</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> remote, <span title="System.string">string</span> branch)</h4>
209
+ <div class="content">Pull
210
+
211
+
212
+
213
+
214
+ </div>
215
+ </div><div id="push" class="method">
216
+ <h4><span title="System.void">void</span> <strong>push</strong>(<span title="System.string">string</span> repositoryDir)</h4>
217
+ <div class="content">Push all
218
+
219
+
220
+
221
+
222
+ </div>
223
+ </div><div id="rebase" class="method">
224
+ <h4><span title="System.void">void</span> <strong>rebase</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> onTopOfBranch)</h4>
225
+ <div class="content">Performs a rebase on top of the given branch with the current branch
226
+
227
+
228
+
229
+
230
+ </div>
231
+ </div><div id="revisionsBetween" class="method">
232
+ <h4><span title="System.int">int</span> <strong>revisionsBetween</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> branch1, <span title="System.string">string</span> branch2)</h4>
233
+ <div class="content">Returns the number of revisions between the two given commits
234
+
235
+
236
+
237
+
238
+ </div>
239
+ </div><div id="tag" class="method">
240
+ <h4><span title="System.void">void</span> <strong>tag</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> tag)</h4>
241
+ <div class="content">Tags the current branch
242
+
243
+
244
+
245
+
246
+ </div>
247
+ </div>
248
+
249
+ <h3 class="section">Public properties</h3>
250
+ <div id="FastForwardFlag" class="method">
251
+ <h4><span title="System.string">string</span> <strong>FastForwardFlag</strong> get; </h4>
252
+ <div class="content">
253
+
254
+ </div>
255
+ </div><div id="NoFastForwardFlag" class="method">
256
+ <h4><span title="System.string">string</span> <strong>NoFastForwardFlag</strong> get; </h4>
257
+ <div class="content">
258
+
259
+ </div>
260
+ </div>
261
+ <div id="footer">
262
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
263
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
264
+ </div>
265
+ </body>
266
+ </html>
@@ -0,0 +1,195 @@
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>CommandHelper - 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" class="current">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">Tags</a>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+ <div class="header">
69
+ <p class="class"><strong>Type</strong> CommandHelper</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/CommandHelper.htm#directExec">directExec</a></li><li><a href="../Fake.Git/CommandHelper.htm#directRunGitCommand">directRunGitCommand</a></li><li><a href="../Fake.Git/CommandHelper.htm#findGitDir">findGitDir</a></li><li><a href="../Fake.Git/CommandHelper.htm#fixPath">fixPath</a></li><li><a href="../Fake.Git/CommandHelper.htm#getGitResult">getGitResult</a></li><li><a href="../Fake.Git/CommandHelper.htm#gitCommand">gitCommand</a></li><li><a href="../Fake.Git/CommandHelper.htm#gitCommandf``1">gitCommandf&lt;a&gt;</a></li><li><a href="../Fake.Git/CommandHelper.htm#runGitCommand">runGitCommand</a></li><li><a href="../Fake.Git/CommandHelper.htm#runGitCommandf``1">runGitCommandf&lt;a&gt;</a></li><li><a href="../Fake.Git/CommandHelper.htm#runSimpleGitCommand">runSimpleGitCommand</a></li><li><a href="../Fake.Git/CommandHelper.htm#showGitCommand">showGitCommand</a></li>
77
+ </ul>
78
+
79
+ <h3 class="section">Properties</h3>
80
+ <ul><li><a href="../Fake.Git/CommandHelper.htm#gitPath">gitPath</a></li><li><a href="../Fake.Git/CommandHelper.htm#gitTimeOut">gitTimeOut</a></li>
81
+ </ul>
82
+
83
+ </div>
84
+
85
+
86
+
87
+ <h3 class="section">Public static methods</h3>
88
+ <div id="directExec" class="method">
89
+ <h4><span title="System.bool">bool</span> <strong>directExec</strong>(<span title="Microsoft.FSharp.Core.FSharpFunc<ProcessStartInfo, Unit>">FSharpFunc&lt;ProcessStartInfo, Unit&gt;</span> infoAction)</h4>
90
+ <div class="content">
91
+
92
+
93
+
94
+
95
+ </div>
96
+ </div><div id="directRunGitCommand" class="method">
97
+ <h4><span title="System.bool">bool</span> <strong>directRunGitCommand</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> command)</h4>
98
+ <div class="content">
99
+
100
+
101
+
102
+
103
+ </div>
104
+ </div><div id="findGitDir" class="method">
105
+ <h4><span title="System.IO.DirectoryInfo">DirectoryInfo</span> <strong>findGitDir</strong>(<span title="System.string">string</span> repositoryDir)</h4>
106
+ <div class="content">Searches the git dir recursivly up to the root
107
+
108
+
109
+
110
+
111
+ </div>
112
+ </div><div id="fixPath" class="method">
113
+ <h4><span title="System.string">string</span> <strong>fixPath</strong>(<span title="System.string">string</span> path)</h4>
114
+ <div class="content">
115
+
116
+
117
+
118
+
119
+ </div>
120
+ </div><div id="getGitResult" class="method">
121
+ <h4><span title="System.Collections.Generic.List<string>">List&lt;string&gt;</span> <strong>getGitResult</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> command)</h4>
122
+ <div class="content">
123
+
124
+
125
+
126
+
127
+ </div>
128
+ </div><div id="gitCommand" class="method">
129
+ <h4><span title="System.void">void</span> <strong>gitCommand</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> command)</h4>
130
+ <div class="content">
131
+
132
+
133
+
134
+
135
+ </div>
136
+ </div><div id="gitCommandf``1" class="method">
137
+ <h4><span title="Fake.Git.a">a</span> <strong>gitCommandf&lt;a&gt;</strong>(<span title="System.string">string</span> repositoryDir, <span title="Microsoft.FSharp.Core.PrintfFormat<a, Unit, string, Unit>">PrintfFormat&lt;a, Unit, string, Unit&gt;</span> fmt)</h4>
138
+ <div class="content">
139
+
140
+
141
+
142
+
143
+ </div>
144
+ </div><div id="runGitCommand" class="method">
145
+ <h4><span title="System.Tuple<bool, List<string>, string>">Tuple&lt;bool, List&lt;string&gt;, string&gt;</span> <strong>runGitCommand</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> command)</h4>
146
+ <div class="content">
147
+
148
+
149
+
150
+
151
+ </div>
152
+ </div><div id="runGitCommandf``1" class="method">
153
+ <h4><span title="Fake.Git.a">a</span> <strong>runGitCommandf&lt;a&gt;</strong>(<span title="Microsoft.FSharp.Core.PrintfFormat<a, Unit, string, FSharpFunc<string, Tuple<bool, List<string>, string>>>">PrintfFormat&lt;a, Unit, string, FSharpFunc&lt;string, Tuple&lt;bool, List&lt;string&gt;, string&gt;&gt;&gt;</span> fmt)</h4>
154
+ <div class="content">
155
+
156
+
157
+
158
+
159
+ </div>
160
+ </div><div id="runSimpleGitCommand" class="method">
161
+ <h4><span title="System.string">string</span> <strong>runSimpleGitCommand</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> command)</h4>
162
+ <div class="content">Runs the git command and returns the first line of the result
163
+
164
+
165
+
166
+
167
+ </div>
168
+ </div><div id="showGitCommand" class="method">
169
+ <h4><span title="System.void">void</span> <strong>showGitCommand</strong>(<span title="System.string">string</span> repositoryDir, <span title="System.string">string</span> command)</h4>
170
+ <div class="content">
171
+
172
+
173
+
174
+
175
+ </div>
176
+ </div>
177
+
178
+ <h3 class="section">Public properties</h3>
179
+ <div id="gitPath" class="method">
180
+ <h4><span title="System.string">string</span> <strong>gitPath</strong> get; </h4>
181
+ <div class="content">
182
+
183
+ </div>
184
+ </div><div id="gitTimeOut" class="method">
185
+ <h4><span title="System.TimeSpan">TimeSpan</span> <strong>gitTimeOut</strong> get; set;</h4>
186
+ <div class="content">
187
+
188
+ </div>
189
+ </div>
190
+ <div id="footer">
191
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
192
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
193
+ </div>
194
+ </body>
195
+ </html>