summaryrefslogtreecommitdiff
path: root/include/git2/global.h
Commit message (Collapse)AuthorAgeFilesLines
* global: fix typo in `git_libgit2_init` descriptionPatrick Steinhardt2017-04-211-1/+1
|
* init: return the number of initializationsEdward Thomson2014-12-041-4/+10
|
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-0/+38
This describes their purpose better, as we now initialize ssl and some other global stuff in there. Calling the init function is not something which has been optional for a while now.