summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed to build examples with knowledge of include and lib locations.David Boyce2011-09-121-3/+8
|
* examples/general: fix misc warningsKirill A. Shutemov2011-07-051-2/+4
| | | | | | | | examples/general.c:393:25: warning: unused variable ‘reftarget’ [-Wunused-variable] examples/general.c:357:19: warning: unused variable ‘e’ [-Wunused-variable] examples/general.c:444:1: warning: control reaches end of non-void function [-Wreturn-type] Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
* examples/general: fix warnings on not handled reference type in switchKirill A. Shutemov2011-07-051-0/+3
| | | | | | | | | examples/general.c:402:5: warning: enumeration value ‘GIT_REF_INVALID’ not handled in switch [-Wswitch] examples/general.c:402:5: warning: enumeration value ‘GIT_REF_PACKED’ not handled in switch [-Wswitch] examples/general.c:402:5: warning: enumeration value ‘GIT_REF_HAS_PEEL’ not handled in switch [-Wswitch] examples/general.c:402:5: warning: enumeration value ‘GIT_REF_LISTALL’ not handled in switch [-Wswitch] Signe-off-by: Kirill A. Shutemov <kirill@shutemov.name>
* examples/general: fix git_commit_create_v() arguments typeKirill A. Shutemov2011-07-051-3/+6
| | | | | | general.c:208: warning: passing argument 7 of 'git_commit_create_v' from incompatible pointer type Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-12/+12
| | | | Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
* config: Update examplesVicent Marti2011-06-181-1/+1
|
* oid: Rename methodsVicent Marti2011-06-161-8/+8
| | | | | Yeah. Finally. Fuck the old names, this ain't POSIX and they don't make any sense at all.
* update examples content to be compilable and up to dateScott Chacon2011-06-154-4/+39
|
* fix the example urlsScott Chacon2011-06-141-16/+14
|
* add examples for docsScott Chacon2011-06-142-0/+461