Fossil SCM
Remove incorrect documentation regarding cloning via SSH. Fossil does not touch passwords when SSH is used for cloning.
Commit
230fdcf692dc3e661ca6172b98bd93502b681ee9
Parent
b85b159beea6978…
1 file changed
+1
-1
+1
-1
| --- src/clone.c | ||
| +++ src/clone.c | ||
| @@ -90,11 +90,11 @@ | ||
| 90 | 90 | ** URI may be one of the following form: ([...] mean optional) |
| 91 | 91 | ** HTTP/HTTPS protocol: |
| 92 | 92 | ** http[s]://[userid[:password]@]host[:port][/path] |
| 93 | 93 | ** |
| 94 | 94 | ** SSH protocol: |
| 95 | -** ssh://[userid[:password]@]host[:port]/path/to/repo.fossil\\ | |
| 95 | +** ssh://[userid@]host[:port]/path/to/repo.fossil\\ | |
| 96 | 96 | ** [?fossil=path/to/fossil.exe] |
| 97 | 97 | ** |
| 98 | 98 | ** Filesystem: |
| 99 | 99 | ** [file://]path/to/repo.fossil |
| 100 | 100 | ** |
| 101 | 101 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -90,11 +90,11 @@ | |
| 90 | ** URI may be one of the following form: ([...] mean optional) |
| 91 | ** HTTP/HTTPS protocol: |
| 92 | ** http[s]://[userid[:password]@]host[:port][/path] |
| 93 | ** |
| 94 | ** SSH protocol: |
| 95 | ** ssh://[userid[:password]@]host[:port]/path/to/repo.fossil\\ |
| 96 | ** [?fossil=path/to/fossil.exe] |
| 97 | ** |
| 98 | ** Filesystem: |
| 99 | ** [file://]path/to/repo.fossil |
| 100 | ** |
| 101 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -90,11 +90,11 @@ | |
| 90 | ** URI may be one of the following form: ([...] mean optional) |
| 91 | ** HTTP/HTTPS protocol: |
| 92 | ** http[s]://[userid[:password]@]host[:port][/path] |
| 93 | ** |
| 94 | ** SSH protocol: |
| 95 | ** ssh://[userid@]host[:port]/path/to/repo.fossil\\ |
| 96 | ** [?fossil=path/to/fossil.exe] |
| 97 | ** |
| 98 | ** Filesystem: |
| 99 | ** [file://]path/to/repo.fossil |
| 100 | ** |
| 101 |