diff options
| author | Jani Nikula <jani@nikula.org> | 2014-10-12 22:23:12 +0300 |
|---|---|---|
| committer | Jani Nikula <jani@nikula.org> | 2014-10-12 22:23:57 +0300 |
| commit | d8ddec2036c8207dde6a4fee08ecf40d9db499ed (patch) | |
| tree | 9904448b9d78dd2a60691a1ecb500b5a627daf16 | |
| parent | 8956c9012b48df4570824f40fdc0188455d4b813 (diff) | |
wikiwriteaccess: require valid user.name and user.email
| -rw-r--r-- | wikiwriteaccess.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 9b98f9d..40635a9 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -23,6 +23,9 @@ and push back to the wiki: The syntax used on the pages is [markdown](http://daringfireball.net/projects/markdown/syntax). In order to preview your modifications you can copy and paste the page in this [online preview](http://daringfireball.net/projects/markdown/dingus). +Please make sure you have valid and real git `user.name` and `user.email` +configuration options set. + ## License We are in the process of updating the wiki license. By pushing to the repository |
