Fossil SCM

[Grammar] concepts.wiki changes.

brickviking 2024-10-17 05:39 bv-corrections01
Commit 0ae6ba539cb3f23011f3ef449be54cda14a68fa977758ee3d0b4ea7c38982d97
1 file changed +4 -4
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -163,11 +163,11 @@
163163
The manifest file is not normally a real file on disk. Instead,
164164
the manifest is computed in memory by Fossil whenever it needs it.
165165
However, the "fossil setting manifest on" command will cause the
166166
manifest file to be materialized to disk, if desired. Both Fossil
167167
itself, and SQLite cause the manifest file to be materialized to disk
168
-so that the makefiles for these project can read the manifest and
168
+so that the makefiles for these projects can read the manifest and
169169
embed version information in generated binaries.
170170
171171
Fossil automatically generates a manifest whenever you "commit"
172172
a new check-in. So this is not something that you, the developer,
173173
need to worry with. The format of a manifest is intentionally
@@ -178,11 +178,11 @@
178178
179179
In addition to identifying all files in the check-in, a
180180
manifest also contains a check-in comment, the date and time
181181
when the check-in was established, who created the check-in,
182182
and links to other check-ins from which the current check-in
183
-is derived. There is also a couple of checksums used to verify
183
+is derived. There are also a couple of checksums used to verify
184184
the integrity of the check-in. And the whole manifest might
185185
be PGP clearsigned.
186186
187187
<h3 id="keyconc">2.3 Key concepts</h3>
188188
@@ -217,11 +217,11 @@
217217
SQLite, patch, or any similar software on your system in order to use
218218
Fossil effectively. You will want to have some kind of text editor
219219
for entering check-in comments. Fossil will use whatever text editor
220220
is identified by your VISUAL environment variable. Fossil will also
221221
use GPG to clearsign your manifests if you happen to have it installed,
222
-but Fossil will skip that step if GPG missing from your system.
222
+but Fossil will skip that step if GPG is missing from your system.
223223
You can optionally set up Fossil to use external "diff" programs,
224224
though Fossil has an excellent built-in "diff" algorithm that works
225225
fine for most people. If you happen to have Tcl/Tk installed on your
226226
system, Fossil will use it to generate a graphical "diff" display when
227227
you use the --tk option to the "diff" command, but this too is entirely
@@ -286,11 +286,11 @@
286286
fossil setting autosync off
287287
fossil settings
288288
</pre>
289289
290290
By default, Fossil runs with autosync mode turned on. The
291
-authors finds that projects run more smoothly in autosync mode since
291
+authors find that projects run more smoothly in autosync mode since
292292
autosync helps to prevent pointless forking and merging and helps keeps
293293
all collaborators working on exactly the same code rather than on their
294294
own personal forks of the code. In the author's view, manual-merge mode
295295
should be reserved for disconnected operation.
296296
297297
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -163,11 +163,11 @@
163 The manifest file is not normally a real file on disk. Instead,
164 the manifest is computed in memory by Fossil whenever it needs it.
165 However, the "fossil setting manifest on" command will cause the
166 manifest file to be materialized to disk, if desired. Both Fossil
167 itself, and SQLite cause the manifest file to be materialized to disk
168 so that the makefiles for these project can read the manifest and
169 embed version information in generated binaries.
170
171 Fossil automatically generates a manifest whenever you "commit"
172 a new check-in. So this is not something that you, the developer,
173 need to worry with. The format of a manifest is intentionally
@@ -178,11 +178,11 @@
178
179 In addition to identifying all files in the check-in, a
180 manifest also contains a check-in comment, the date and time
181 when the check-in was established, who created the check-in,
182 and links to other check-ins from which the current check-in
183 is derived. There is also a couple of checksums used to verify
184 the integrity of the check-in. And the whole manifest might
185 be PGP clearsigned.
186
187 <h3 id="keyconc">2.3 Key concepts</h3>
188
@@ -217,11 +217,11 @@
217 SQLite, patch, or any similar software on your system in order to use
218 Fossil effectively. You will want to have some kind of text editor
219 for entering check-in comments. Fossil will use whatever text editor
220 is identified by your VISUAL environment variable. Fossil will also
221 use GPG to clearsign your manifests if you happen to have it installed,
222 but Fossil will skip that step if GPG missing from your system.
223 You can optionally set up Fossil to use external "diff" programs,
224 though Fossil has an excellent built-in "diff" algorithm that works
225 fine for most people. If you happen to have Tcl/Tk installed on your
226 system, Fossil will use it to generate a graphical "diff" display when
227 you use the --tk option to the "diff" command, but this too is entirely
@@ -286,11 +286,11 @@
286 fossil setting autosync off
287 fossil settings
288 </pre>
289
290 By default, Fossil runs with autosync mode turned on. The
291 authors finds that projects run more smoothly in autosync mode since
292 autosync helps to prevent pointless forking and merging and helps keeps
293 all collaborators working on exactly the same code rather than on their
294 own personal forks of the code. In the author's view, manual-merge mode
295 should be reserved for disconnected operation.
296
297
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -163,11 +163,11 @@
163 The manifest file is not normally a real file on disk. Instead,
164 the manifest is computed in memory by Fossil whenever it needs it.
165 However, the "fossil setting manifest on" command will cause the
166 manifest file to be materialized to disk, if desired. Both Fossil
167 itself, and SQLite cause the manifest file to be materialized to disk
168 so that the makefiles for these projects can read the manifest and
169 embed version information in generated binaries.
170
171 Fossil automatically generates a manifest whenever you "commit"
172 a new check-in. So this is not something that you, the developer,
173 need to worry with. The format of a manifest is intentionally
@@ -178,11 +178,11 @@
178
179 In addition to identifying all files in the check-in, a
180 manifest also contains a check-in comment, the date and time
181 when the check-in was established, who created the check-in,
182 and links to other check-ins from which the current check-in
183 is derived. There are also a couple of checksums used to verify
184 the integrity of the check-in. And the whole manifest might
185 be PGP clearsigned.
186
187 <h3 id="keyconc">2.3 Key concepts</h3>
188
@@ -217,11 +217,11 @@
217 SQLite, patch, or any similar software on your system in order to use
218 Fossil effectively. You will want to have some kind of text editor
219 for entering check-in comments. Fossil will use whatever text editor
220 is identified by your VISUAL environment variable. Fossil will also
221 use GPG to clearsign your manifests if you happen to have it installed,
222 but Fossil will skip that step if GPG is missing from your system.
223 You can optionally set up Fossil to use external "diff" programs,
224 though Fossil has an excellent built-in "diff" algorithm that works
225 fine for most people. If you happen to have Tcl/Tk installed on your
226 system, Fossil will use it to generate a graphical "diff" display when
227 you use the --tk option to the "diff" command, but this too is entirely
@@ -286,11 +286,11 @@
286 fossil setting autosync off
287 fossil settings
288 </pre>
289
290 By default, Fossil runs with autosync mode turned on. The
291 authors find that projects run more smoothly in autosync mode since
292 autosync helps to prevent pointless forking and merging and helps keeps
293 all collaborators working on exactly the same code rather than on their
294 own personal forks of the code. In the author's view, manual-merge mode
295 should be reserved for disconnected operation.
296
297

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button