Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: normalize decls and usage of options structs | Etienne Samson | 2019-11-06 | 1 | -6/+6 |
| | |||||
* | examples: create common lg2 executable | Patrick Steinhardt | 2019-02-15 | 1 | -11/+2 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | tests: ls-files: use puts instead of printf and fix typos | Carson Howard | 2018-05-02 | 1 | -4/+4 |
| | |||||
* | examples: ls-files: print entry path only when entry is found | Carson Howard | 2018-03-27 | 1 | -5/+4 |
| | |||||
* | examples: ls-files: update print_paths to print all cases | Carson Howard | 2018-03-27 | 1 | -19/+17 |
| | |||||
* | test: ls-files: remove dependency on git_array | Carson Howard | 2018-03-27 | 1 | -11/+12 |
| | |||||
* | examples: ls-files: fix build error | Carson Howard | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | examples: ls-files: address PR and style | Carson Howard | 2018-03-27 | 1 | -24/+14 |
| | |||||
* | examples: ls-files: use git_array_t to handle files | Carson Howard | 2018-03-27 | 1 | -11/+11 |
| | |||||
* | examples: ls-files: build file list with array | Carson Howard | 2018-03-27 | 1 | -9/+9 |
| | |||||
* | examples: ls-files: fix compile error | Carson Howard | 2018-03-27 | 1 | -3/+7 |
| | |||||
* | examples: ls-files: fix style and refactor | Carson Howard | 2018-03-27 | 1 | -70/+65 |
| | |||||
* | examples: ls-files: handle --error-unmatch | Carson Howard | 2018-03-27 | 1 | -15/+42 |
| | |||||
* | examples: ls-files: show current files in index | Carson Howard | 2018-03-27 | 1 | -20/+109 |
| | |||||
* | examples: ls-files: list files | Carson Howard | 2018-03-27 | 1 | -0/+37 |