Fossil SCM
Update man page to sync with www/index.wiki
Commit
50c2a14dbf59a6c004cd067ecd64fd88f4ee5445b7f403b8952f34b647a4e6c2
Parent
7f890aa458b282e…
1 file changed
+14
-9
M
fossil.1
+14
-9
| --- fossil.1 | ||
| +++ fossil.1 | ||
| @@ -1,6 +1,6 @@ | ||
| 1 | -.TH FOSSIL "1" "February 2015" "http://fossil-scm.org" "User Commands" | |
| 1 | +.TH FOSSIL "1" "September 2018" "http://fossil-scm.org" "User Commands" | |
| 2 | 2 | .SH NAME |
| 3 | 3 | fossil \- Distributed Version Control System |
| 4 | 4 | .SH SYNOPSIS |
| 5 | 5 | .B fossil |
| 6 | 6 | \fIhelp\fR |
| @@ -10,11 +10,11 @@ | ||
| 10 | 10 | .br |
| 11 | 11 | .B fossil |
| 12 | 12 | \fICOMMAND [OPTIONS]\fR |
| 13 | 13 | .SH DESCRIPTION |
| 14 | 14 | Fossil is a distributed version control system (DVCS) with built-in |
| 15 | -wiki, ticket tracker, CGI/http interface, and http server. | |
| 15 | +forum, wiki, ticket tracker, CGI/HTTP interface, and HTTP server. | |
| 16 | 16 | |
| 17 | 17 | .SH Common COMMANDs: |
| 18 | 18 | |
| 19 | 19 | add cat gdiff praise stash |
| 20 | 20 | .br |
| @@ -42,13 +42,14 @@ | ||
| 42 | 42 | |
| 43 | 43 | Features as described on the fossil home page. |
| 44 | 44 | |
| 45 | 45 | .HP |
| 46 | 46 | 1. |
| 47 | -.B Integrated Bug Tracking, Wiki, & Technotes | |
| 47 | +.B Integrated Bug Tracking, Wiki, Forum, and Technotes | |
| 48 | 48 | - In addition to doing distributed version control like Git and |
| 49 | -Mercurial, Fossil also supports bug tracking, wiki, and technotes. | |
| 49 | +Mercurial, Fossil also supports bug tracking, wiki, forum, and | |
| 50 | +technotes. | |
| 50 | 51 | |
| 51 | 52 | .HP |
| 52 | 53 | 2. |
| 53 | 54 | .B Built-in Web Interface |
| 54 | 55 | - Fossil has a built-in and intuitive web interface that promotes |
| @@ -68,17 +69,18 @@ | ||
| 68 | 69 | 4. |
| 69 | 70 | .B Simple Networking |
| 70 | 71 | - No custom protocols or TCP ports. Fossil uses plain old HTTP (or HTTPS |
| 71 | 72 | or SSH) for all network communications, so it works fine from behind |
| 72 | 73 | restrictive firewalls, including proxies. The protocol is bandwidth |
| 73 | -efficient to the point that Fossil can be used comfortably over dial-up. | |
| 74 | +efficient to the point that Fossil can be used comfortably over dial-up | |
| 75 | +or over the exceedingly slow Wifi on airliners. | |
| 74 | 76 | |
| 75 | 77 | .HP |
| 76 | 78 | 5. |
| 77 | 79 | .B CGI/SCGI Enabled |
| 78 | 80 | - No server is required, but if you want to set one up, Fossil supports |
| 79 | -four simple server configurations. | |
| 81 | +four easy server configurations. | |
| 80 | 82 | |
| 81 | 83 | .HP |
| 82 | 84 | 6. |
| 83 | 85 | .B Autosync |
| 84 | 86 | - Fossil supports "autosync" mode which helps to keep projects moving |
| @@ -89,14 +91,17 @@ | ||
| 89 | 91 | 7. |
| 90 | 92 | .B Robust & Reliable |
| 91 | 93 | - Fossil stores content using an enduring file format in an SQLite |
| 92 | 94 | database so that transactions are atomic even if interrupted by a |
| 93 | 95 | power loss or system crash. Automatic self-checks verify that all |
| 94 | -aspects of the repository are consistent prior to each commit. In | |
| 95 | -over seven years of operation, no work has ever been lost after | |
| 96 | -having been committed to a Fossil repository. | |
| 96 | +aspects of the repository are consistent prior to each commit. | |
| 97 | + | |
| 98 | +.HP | |
| 99 | +8. | |
| 100 | +.B Free and Open-Source | |
| 101 | +- Uses the 2-clause BSD license. | |
| 97 | 102 | |
| 98 | 103 | .SH DOCUMENTATION |
| 99 | 104 | http://www.fossil-scm.org/ |
| 100 | 105 | .br |
| 101 | 106 | .B fossil |
| 102 | 107 | \fIui\fR |
| 103 | 108 |
| --- fossil.1 | |
| +++ fossil.1 | |
| @@ -1,6 +1,6 @@ | |
| 1 | .TH FOSSIL "1" "February 2015" "http://fossil-scm.org" "User Commands" |
| 2 | .SH NAME |
| 3 | fossil \- Distributed Version Control System |
| 4 | .SH SYNOPSIS |
| 5 | .B fossil |
| 6 | \fIhelp\fR |
| @@ -10,11 +10,11 @@ | |
| 10 | .br |
| 11 | .B fossil |
| 12 | \fICOMMAND [OPTIONS]\fR |
| 13 | .SH DESCRIPTION |
| 14 | Fossil is a distributed version control system (DVCS) with built-in |
| 15 | wiki, ticket tracker, CGI/http interface, and http server. |
| 16 | |
| 17 | .SH Common COMMANDs: |
| 18 | |
| 19 | add cat gdiff praise stash |
| 20 | .br |
| @@ -42,13 +42,14 @@ | |
| 42 | |
| 43 | Features as described on the fossil home page. |
| 44 | |
| 45 | .HP |
| 46 | 1. |
| 47 | .B Integrated Bug Tracking, Wiki, & Technotes |
| 48 | - In addition to doing distributed version control like Git and |
| 49 | Mercurial, Fossil also supports bug tracking, wiki, and technotes. |
| 50 | |
| 51 | .HP |
| 52 | 2. |
| 53 | .B Built-in Web Interface |
| 54 | - Fossil has a built-in and intuitive web interface that promotes |
| @@ -68,17 +69,18 @@ | |
| 68 | 4. |
| 69 | .B Simple Networking |
| 70 | - No custom protocols or TCP ports. Fossil uses plain old HTTP (or HTTPS |
| 71 | or SSH) for all network communications, so it works fine from behind |
| 72 | restrictive firewalls, including proxies. The protocol is bandwidth |
| 73 | efficient to the point that Fossil can be used comfortably over dial-up. |
| 74 | |
| 75 | .HP |
| 76 | 5. |
| 77 | .B CGI/SCGI Enabled |
| 78 | - No server is required, but if you want to set one up, Fossil supports |
| 79 | four simple server configurations. |
| 80 | |
| 81 | .HP |
| 82 | 6. |
| 83 | .B Autosync |
| 84 | - Fossil supports "autosync" mode which helps to keep projects moving |
| @@ -89,14 +91,17 @@ | |
| 89 | 7. |
| 90 | .B Robust & Reliable |
| 91 | - Fossil stores content using an enduring file format in an SQLite |
| 92 | database so that transactions are atomic even if interrupted by a |
| 93 | power loss or system crash. Automatic self-checks verify that all |
| 94 | aspects of the repository are consistent prior to each commit. In |
| 95 | over seven years of operation, no work has ever been lost after |
| 96 | having been committed to a Fossil repository. |
| 97 | |
| 98 | .SH DOCUMENTATION |
| 99 | http://www.fossil-scm.org/ |
| 100 | .br |
| 101 | .B fossil |
| 102 | \fIui\fR |
| 103 |
| --- fossil.1 | |
| +++ fossil.1 | |
| @@ -1,6 +1,6 @@ | |
| 1 | .TH FOSSIL "1" "September 2018" "http://fossil-scm.org" "User Commands" |
| 2 | .SH NAME |
| 3 | fossil \- Distributed Version Control System |
| 4 | .SH SYNOPSIS |
| 5 | .B fossil |
| 6 | \fIhelp\fR |
| @@ -10,11 +10,11 @@ | |
| 10 | .br |
| 11 | .B fossil |
| 12 | \fICOMMAND [OPTIONS]\fR |
| 13 | .SH DESCRIPTION |
| 14 | Fossil is a distributed version control system (DVCS) with built-in |
| 15 | forum, wiki, ticket tracker, CGI/HTTP interface, and HTTP server. |
| 16 | |
| 17 | .SH Common COMMANDs: |
| 18 | |
| 19 | add cat gdiff praise stash |
| 20 | .br |
| @@ -42,13 +42,14 @@ | |
| 42 | |
| 43 | Features as described on the fossil home page. |
| 44 | |
| 45 | .HP |
| 46 | 1. |
| 47 | .B Integrated Bug Tracking, Wiki, Forum, and Technotes |
| 48 | - In addition to doing distributed version control like Git and |
| 49 | Mercurial, Fossil also supports bug tracking, wiki, forum, and |
| 50 | technotes. |
| 51 | |
| 52 | .HP |
| 53 | 2. |
| 54 | .B Built-in Web Interface |
| 55 | - Fossil has a built-in and intuitive web interface that promotes |
| @@ -68,17 +69,18 @@ | |
| 69 | 4. |
| 70 | .B Simple Networking |
| 71 | - No custom protocols or TCP ports. Fossil uses plain old HTTP (or HTTPS |
| 72 | or SSH) for all network communications, so it works fine from behind |
| 73 | restrictive firewalls, including proxies. The protocol is bandwidth |
| 74 | efficient to the point that Fossil can be used comfortably over dial-up |
| 75 | or over the exceedingly slow Wifi on airliners. |
| 76 | |
| 77 | .HP |
| 78 | 5. |
| 79 | .B CGI/SCGI Enabled |
| 80 | - No server is required, but if you want to set one up, Fossil supports |
| 81 | four easy server configurations. |
| 82 | |
| 83 | .HP |
| 84 | 6. |
| 85 | .B Autosync |
| 86 | - Fossil supports "autosync" mode which helps to keep projects moving |
| @@ -89,14 +91,17 @@ | |
| 91 | 7. |
| 92 | .B Robust & Reliable |
| 93 | - Fossil stores content using an enduring file format in an SQLite |
| 94 | database so that transactions are atomic even if interrupted by a |
| 95 | power loss or system crash. Automatic self-checks verify that all |
| 96 | aspects of the repository are consistent prior to each commit. |
| 97 | |
| 98 | .HP |
| 99 | 8. |
| 100 | .B Free and Open-Source |
| 101 | - Uses the 2-clause BSD license. |
| 102 | |
| 103 | .SH DOCUMENTATION |
| 104 | http://www.fossil-scm.org/ |
| 105 | .br |
| 106 | .B fossil |
| 107 | \fIui\fR |
| 108 |