diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -34,9 +34,12 @@ to new users. | |||
34 | 34 | ||
35 | Installing this code reverses that assumption, granting open access to | 35 | Installing this code reverses that assumption, granting open access to |
36 | unrecognized users. This is made safe by limiting write access to a | 36 | unrecognized users. This is made safe by limiting write access to a |
37 | GIT_NAMESPACE over which the user proves global mathematical ownership | 37 | GIT_NAMESPACE over which the user proves global mathematical ownership with |
38 | with their SSH client key. | 38 | their SSH client key. This means that the user cannot overwrite anyone else's |
39 | data. | ||
39 | 40 | ||
41 | The user's uploaded data is still saved and is ready to be be merged into the | ||
42 | main repository manually, or even automatically. | ||
40 | 43 | ||
41 | 44 | ||
42 | 45 | ||