Fossil SCM

Update the changes log. Fix a minor typo in the help text for "diff".

drh 2021-09-17 19:32 trunk
Commit 5839abaee4763400fc9989f49cd45b60b6580a86e9fd52f67c5a4112a40b7315
+1 -1
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -968,11 +968,11 @@
968968
** base check-in for the current check-out. Similarly, the "--to VERSION"
969969
** option specifies the check-in from which the second version of the file
970970
** or files is taken. If there is no "--to" option then the (possibly edited)
971971
** files in the current check-out are used. The "--checkin VERSION" option
972972
** shows the changes made by check-in VERSION relative to its primary parent.
973
-** The "--branch BRANCHNAME" shows all then changes on the branch BRANCHNAME.
973
+** The "--branch BRANCHNAME" shows all the changes on the branch BRANCHNAME.
974974
**
975975
** The "-i" command-line option forces the use of Fossils own the internal
976976
** diff logic rather than any external diff program that might be configured
977977
** using the "setting" command. If no external diff program is configured,
978978
** then the "-i" option is a no-op. The "-i" option converts "gdiff" into
979979
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -968,11 +968,11 @@
968 ** base check-in for the current check-out. Similarly, the "--to VERSION"
969 ** option specifies the check-in from which the second version of the file
970 ** or files is taken. If there is no "--to" option then the (possibly edited)
971 ** files in the current check-out are used. The "--checkin VERSION" option
972 ** shows the changes made by check-in VERSION relative to its primary parent.
973 ** The "--branch BRANCHNAME" shows all then changes on the branch BRANCHNAME.
974 **
975 ** The "-i" command-line option forces the use of Fossils own the internal
976 ** diff logic rather than any external diff program that might be configured
977 ** using the "setting" command. If no external diff program is configured,
978 ** then the "-i" option is a no-op. The "-i" option converts "gdiff" into
979
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -968,11 +968,11 @@
968 ** base check-in for the current check-out. Similarly, the "--to VERSION"
969 ** option specifies the check-in from which the second version of the file
970 ** or files is taken. If there is no "--to" option then the (possibly edited)
971 ** files in the current check-out are used. The "--checkin VERSION" option
972 ** shows the changes made by check-in VERSION relative to its primary parent.
973 ** The "--branch BRANCHNAME" shows all the changes on the branch BRANCHNAME.
974 **
975 ** The "-i" command-line option forces the use of Fossils own the internal
976 ** diff logic rather than any external diff program that might be configured
977 ** using the "setting" command. If no external diff program is configured,
978 ** then the "-i" option is a no-op. The "-i" option converts "gdiff" into
979
--- www/changes.wiki
+++ www/changes.wiki
@@ -4,10 +4,12 @@
44
* Added new options to the various
55
[/help?cmd=diff|diff commands]: --by, -b, --webpage, --json, --tcl.
66
* Performance and display improvements to the internal diff engine, including
77
partial-line matching for unified diffs and improved partial line matching for
88
side-by-side diffs.
9
+ * Buttons to increase the amount of context above or below each block of
10
+ differences are not shown on many web-based diff displays.
911
* The --branchcolor option on [/help?cmd=commit|fossil commit] and
1012
[/help?cmd=amend|fossil amend] can now take the value "auto" to
1113
force Fossil to use its built-in automatic color choosing algorithm.
1214
* Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
1315
[/help?cmd=open|fossil open].
@@ -30,10 +32,16 @@
3032
block HTML markup (such as <table>) in most cases. Only content
3133
of <pre> and <script> is passed through verbatim.
3234
* The [/help?cmd=wiki|wiki list command] no longer lists "deleted"
3335
pages by default. Use the new <tt>--all</tt> option to include deleted
3436
pages in the output.
37
+ * The [/help?cmd=all|fossil all git status] command only shows reports for
38
+ the subset of repositories that have a configured Git export.
39
+ * Added new subcommands to [/help?cmd=branch|fossil branch] including
40
+ "close", "hide", "reopen", and "unhide".
41
+ * The "-p" option to [/help?cmd=branch|fossil branch list] shows only
42
+ private branches.
3543
3644
<h2 id='v2_16'>Changes for Version 2.16 (2021-07-02)</h2>
3745
* <b>Security:</b> Fix the client-side TLS so that it verifies that the
3846
server hostname matches its certificate.
3947
* The default "ssh" command on Windows is changed to "ssh" instead of the
4048
--- www/changes.wiki
+++ www/changes.wiki
@@ -4,10 +4,12 @@
4 * Added new options to the various
5 [/help?cmd=diff|diff commands]: --by, -b, --webpage, --json, --tcl.
6 * Performance and display improvements to the internal diff engine, including
7 partial-line matching for unified diffs and improved partial line matching for
8 side-by-side diffs.
 
 
9 * The --branchcolor option on [/help?cmd=commit|fossil commit] and
10 [/help?cmd=amend|fossil amend] can now take the value "auto" to
11 force Fossil to use its built-in automatic color choosing algorithm.
12 * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
13 [/help?cmd=open|fossil open].
@@ -30,10 +32,16 @@
30 block HTML markup (such as &lt;table&gt;) in most cases. Only content
31 of &lt;pre&gt; and &lt;script&gt; is passed through verbatim.
32 * The [/help?cmd=wiki|wiki list command] no longer lists "deleted"
33 pages by default. Use the new <tt>--all</tt> option to include deleted
34 pages in the output.
 
 
 
 
 
 
35
36 <h2 id='v2_16'>Changes for Version 2.16 (2021-07-02)</h2>
37 * <b>Security:</b> Fix the client-side TLS so that it verifies that the
38 server hostname matches its certificate.
39 * The default "ssh" command on Windows is changed to "ssh" instead of the
40
--- www/changes.wiki
+++ www/changes.wiki
@@ -4,10 +4,12 @@
4 * Added new options to the various
5 [/help?cmd=diff|diff commands]: --by, -b, --webpage, --json, --tcl.
6 * Performance and display improvements to the internal diff engine, including
7 partial-line matching for unified diffs and improved partial line matching for
8 side-by-side diffs.
9 * Buttons to increase the amount of context above or below each block of
10 differences are not shown on many web-based diff displays.
11 * The --branchcolor option on [/help?cmd=commit|fossil commit] and
12 [/help?cmd=amend|fossil amend] can now take the value "auto" to
13 force Fossil to use its built-in automatic color choosing algorithm.
14 * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
15 [/help?cmd=open|fossil open].
@@ -30,10 +32,16 @@
32 block HTML markup (such as &lt;table&gt;) in most cases. Only content
33 of &lt;pre&gt; and &lt;script&gt; is passed through verbatim.
34 * The [/help?cmd=wiki|wiki list command] no longer lists "deleted"
35 pages by default. Use the new <tt>--all</tt> option to include deleted
36 pages in the output.
37 * The [/help?cmd=all|fossil all git status] command only shows reports for
38 the subset of repositories that have a configured Git export.
39 * Added new subcommands to [/help?cmd=branch|fossil branch] including
40 "close", "hide", "reopen", and "unhide".
41 * The "-p" option to [/help?cmd=branch|fossil branch list] shows only
42 private branches.
43
44 <h2 id='v2_16'>Changes for Version 2.16 (2021-07-02)</h2>
45 * <b>Security:</b> Fix the client-side TLS so that it verifies that the
46 server hostname matches its certificate.
47 * The default "ssh" command on Windows is changed to "ssh" instead of the
48

Keyboard Shortcuts

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