| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make enum in src,tests and examples C90 compliant by removing trailing comma. | Peter Pettersson | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | strarray: we should `dispose` instead of `free` | Edward Thomson | 2020-06-01 | 1 | -2/+2 |
| | | | | | | | We _dispose_ the contents of objects; we _free_ objects (and their contents). Update `git_strarray_free` to be `git_strarray_dispose`. `git_strarray_free` remains as a deprecated proxy function. | ||||
| * | examples: normalize decls and usage of options structs | Etienne Samson | 2019-11-06 | 1 | -14/+14 |
| | | |||||
| * | examples: create common lg2 executable | Patrick Steinhardt | 2019-02-15 | 1 | -14/+1 |
| | | | | | | | | | | | | | | | | | | | Inside of our networking example code, we have a git2 executable that acts as an entry point to all the different network examples. As such, it is kind of the same like the normal git(1) executable in that it simply arbitrates to the respective subcommands. Let's extend this approach and merge all examples into a single standalone lg2 executable. Instead of building an executable for all the existing examples we have, we now bundle them all inside of the lg2 one and let them be callable via subcommands. In the process, we can get rid of duplicated library initialization, deinitialization and repository discovery code. Instead of having each subcommand handle these on its own, we simply do it inside of the single main function now. | ||||
| * | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -1/+1 |
| | | |||||
| * | examples: adjust to the new remote API | Carlos MartÃn Nieto | 2015-05-13 | 1 | -11/+3 |
| | | |||||
| * | examples: add remote example. | Patrick Steinhardt | 2015-03-19 | 1 | -0/+277 |
