]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Minor doc change 3 (gitolite test)
authorrhatto <rhatto@ratatosk.fluxo.info>
Fri, 14 Mar 2014 18:03:43 +0000 (15:03 -0300)
committerrhatto <rhatto@ratatosk.fluxo.info>
Fri, 14 Mar 2014 18:03:43 +0000 (15:03 -0300)
index.mdwn

index 4b820851212cb47089e5089828799936ef509519..23a70e5cd0dea32ffaa5411a49dc4dd71ba8dca0 100644 (file)
@@ -189,8 +189,8 @@ With theses scripts, the workflow is more or less like this:
   - Optionally, other users pulls the changes but they dont need to
     decrypt anything until they need to use the keys.
 
-So it's just gpg-encrypted data atop of a git repository (one can think of a
-kind of distributed encrypted filesystem).
+In summary, keyringer data store is basically gpg-encrypted data atop of a git
+repository (one can think of a kind of distributed encrypted filesystem).
 
 Git was chosen to host encrypted info mostly for two reasos: easy to distribute
 and its the only VCS known to make easier repository history manipulation.