X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/ccb1c6600f9f68512df891f821f262812a6ee3cb..003e7c8a933084aa7873076e974bd39e92c142b8:/README.rst diff --git a/README.rst b/README.rst index bda173d..4d19c40 100644 --- a/README.rst +++ b/README.rst @@ -179,6 +179,21 @@ You will need to add the individual OpenID urls to the ``$GLOBALS['phorkie']['auth']['users']`` variable. +Get information about paste editors +=================================== +Phorkie stores the user's OpenID or IP address (when not logged in) when +a paste is edited. +It is possible to get this information for each single commit:: + + // IP / OpenID for the latest commit + $ git notes --ref=identity show + 127.0.0.1 + + // show IP / OpenID for a given commit + $ git notes --ref=identity show 29f82a + http://cweiske.de/ + + ================= Technical details =================