summaryrefslogtreecommitdiff
path: root/docs/conventions.md
Commit message (Collapse)AuthorAgeFilesLines
* errors: update docs for giterr changesethomson/giterrEdward Thomson2019-01-221-2/+2
|
* docs: fix transparent/opaque confusion in the conventions filecmn/not-opaqueCarlos Martín Nieto2018-10-191-2/+2
|
* docs: fix statement about tab widthPatrick Steinhardt2018-06-121-1/+1
| | | | | | | The libgit2 project mostly follows the coding style of git and thus the linux project. While those two projects use a recommended tab width of eight spaces, we instruct users to set their editor's tab width to four spaces. Fix this to say eight instead.
* docs: reorganize documentsPatrick Steinhardt2018-05-301-0/+266
Our non-technical documents are currently floating around loosely in our project's root, making it harden than necessary to discover what one is searching for. We do have a "docs/" directory, though, which serves exactly that purpose of hosting documentation. Move our non-technical documentation into the "docs/" directory. Adjust all links to these documents.