| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | examples: move MSVC compatibility macros into common header | Patrick Steinhardt | 2019-04-16 | 1 | -4/+0 |
| | | | | | | | | We currently have two locations in our examples where we define the same compatibility wrappers for MSVC. Move them into "common.h" to avoid duplication and make them available to other examples. | ||||
| * | examples: create common lg2 executable | Patrick Steinhardt | 2019-02-15 | 1 | -9/+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. | ||||
| * | errors: remove giterr usage in examples | Edward Thomson | 2019-01-22 | 1 | -2/+2 |
| | | |||||
| * | object_type: convert final internal users to new namesethomson/git_obj | Edward Thomson | 2019-01-17 | 1 | -2/+2 |
| | | | | | | Update some missed types that were continuing to use the old `GIT_OBJ` names. | ||||
| * | examples: move refish resolution function in common | Etienne Samson | 2018-07-07 | 1 | -23/+0 |
| | | |||||
| * | examples: zero out our options memory before use | Etienne Samson | 2018-01-25 | 1 | -0/+2 |
| | | |||||
| * | examples: our/their can be NULL | Etienne Samson | 2018-01-25 | 1 | -2/+4 |
| | | |||||
| * | examples: fix remaining review comments | Etienne Samson | 2018-01-25 | 1 | -0/+2 |
| | | |||||
| * | examples: move support code into static functions | Etienne Samson | 2018-01-25 | 1 | -81/+97 |
| | | |||||
| * | examples: hoist the merge analysis back into main | Etienne Samson | 2018-01-25 | 1 | -58/+39 |
| | | |||||
| * | examples: minor review fixups | Etienne Samson | 2018-01-25 | 1 | -10/+12 |
| | | |||||
| * | examples: add merge | Etienne Samson | 2018-01-25 | 1 | -0/+391 |
