| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restructured to be nicer example | Tomas Paladin Volf | 2015-05-02 | 1 | -9/+14 |
| | | | | | | Code restructured to better represent best practice when using libgit2. | ||||
| * | Added call to git_libgit2_shutdown() | Tomas Paladin Volf | 2015-04-30 | 1 | -2/+4 |
| | | | | Added forgotten call to git_libgit2_shutdown() to the /examples/network/git2.c. | ||||
| * | Rename git_threads_ to git_libgit2_ | Carlos Martín Nieto | 2014-11-08 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
| * | examples: init the threading system | Carlos Martín Nieto | 2013-04-23 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #778 from ben/clone | Vicent Martí | 2012-08-19 | 1 | -0/+1 |
| |\ | | | | | Clone | ||||
| | * | Rename example function to avoid name collision. | Ben Straub | 2012-07-31 | 1 | -1/+1 |
| | | | |||||
| | * | Add clone to the network example. | Ben Straub | 2012-07-30 | 1 | -0/+1 |
| | | | |||||
| * | | examples: fix warnings in network/ | Carlos Martín Nieto | 2012-07-30 | 1 | -2/+3 |
| |/ | |||||
| * | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -2/+2 |
| | | |||||
| * | examples: fix an oopsie | Carlos Martín Nieto | 2012-05-11 | 1 | -0/+1 |
| | | |||||
| * | examples: update network examples error handling | Carlos Martín Nieto | 2012-05-10 | 1 | -2/+5 |
| | | | | | Use giterr_last() and make sure it's not NULL. | ||||
| * | Use new error handling in the example network code | Carlos Martín Nieto | 2012-04-11 | 1 | -1/+1 |
| | | |||||
| * | examples/network/git2.c: exit with proper status, and avoid segfault | Brandon Casey | 2011-11-06 | 1 | -1/+2 |
| | | | | | | | | | This function should exit after printing usage information if too few arguments were specified. Additionally, it should exit with a failure status if the first argument supplied is not one in the internal command list. | ||||
| * | examples/network/git2.c: add newline to usage message | Brandon Casey | 2011-11-06 | 1 | -1/+1 |
| | | |||||
| * | examples: add ls-remote, fetch and index-pack examples | Carlos Martín Nieto | 2011-10-03 | 1 | -0/+57 |
| Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | |||||
