summaryrefslogtreecommitdiff
path: root/CONVENTIONS
Commit message (Collapse)AuthorAgeFilesLines
* Markdownize CONVENTIONSBen Straub2012-11-201-107/+0
|
* CONVENTIONS: Update error code namesCarlos Martín Nieto2012-05-231-2/+2
|
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-011-5/+5
| | | | Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Document the return NULL style of calling conventionShawn O. Pearce2008-10-311-0/+12
| | | | Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Drop the _t suffix as it is a POSIX reserved namespaceShawn O. Pearce2008-10-311-1/+9
| | | | Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Replace git_result_t with intShawn O. Pearce2008-10-311-5/+5
| | | | | | This seems to be preferred on the mailing list. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Note that comments should be doxygen javadoc styleShawn O. Pearce2008-10-311-0/+6
| | | | Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Begin a description of our naming and coding conventionsShawn O. Pearce2008-10-311-0/+81
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>