Fossil SCM
Removed extra indent in the login groups doc. Not caught earlier because it's buried in the "caps" section.
Commit
a7255ba561572b65b206d275c86957aeae2fec3043e15fc7673facc6cf46959a
Parent
69959fa5b6be3e4…
1 file changed
+4
-6
+4
-6
| --- www/caps/login-groups.md | ||
| +++ www/caps/login-groups.md | ||
| @@ -105,16 +105,14 @@ | ||
| 105 | 105 | groups at a time. |
| 106 | 106 | |
| 107 | 107 | Trust in login groups is transitive within a single server. Consider |
| 108 | 108 | this sequence: |
| 109 | 109 | |
| 110 | -``` | |
| 111 | - $ cd /path/to/A/checkout | |
| 112 | - $ fossil login-group join --name G ~/museum/B.fossil | |
| 113 | - $ cd /path/to/C/checkout | |
| 114 | - $ fossil login-group join ~/museum/B.fossil | |
| 115 | -``` | |
| 110 | + $ cd /path/to/A/checkout | |
| 111 | + $ fossil login-group join --name G ~/museum/B.fossil | |
| 112 | + $ cd /path/to/C/checkout | |
| 113 | + $ fossil login-group join ~/museum/B.fossil | |
| 116 | 114 | |
| 117 | 115 | That creates login group G joining repo A to B, then joins C to B. |
| 118 | 116 | Although we didn’t explicitly tie C to A, a successful login on C gets |
| 119 | 117 | you into both A and B, within the restrictions set out above. |
| 120 | 118 | |
| 121 | 119 |
| --- www/caps/login-groups.md | |
| +++ www/caps/login-groups.md | |
| @@ -105,16 +105,14 @@ | |
| 105 | groups at a time. |
| 106 | |
| 107 | Trust in login groups is transitive within a single server. Consider |
| 108 | this sequence: |
| 109 | |
| 110 | ``` |
| 111 | $ cd /path/to/A/checkout |
| 112 | $ fossil login-group join --name G ~/museum/B.fossil |
| 113 | $ cd /path/to/C/checkout |
| 114 | $ fossil login-group join ~/museum/B.fossil |
| 115 | ``` |
| 116 | |
| 117 | That creates login group G joining repo A to B, then joins C to B. |
| 118 | Although we didn’t explicitly tie C to A, a successful login on C gets |
| 119 | you into both A and B, within the restrictions set out above. |
| 120 | |
| 121 |
| --- www/caps/login-groups.md | |
| +++ www/caps/login-groups.md | |
| @@ -105,16 +105,14 @@ | |
| 105 | groups at a time. |
| 106 | |
| 107 | Trust in login groups is transitive within a single server. Consider |
| 108 | this sequence: |
| 109 | |
| 110 | $ cd /path/to/A/checkout |
| 111 | $ fossil login-group join --name G ~/museum/B.fossil |
| 112 | $ cd /path/to/C/checkout |
| 113 | $ fossil login-group join ~/museum/B.fossil |
| 114 | |
| 115 | That creates login group G joining repo A to B, then joins C to B. |
| 116 | Although we didn’t explicitly tie C to A, a successful login on C gets |
| 117 | you into both A and B, within the restrictions set out above. |
| 118 | |
| 119 |