summaryrefslogtreecommitdiff
path: root/src/libgit2/netops.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor: make util an object libraryEdward Thomson2021-11-091-1/+0
| | | | | | Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2.
* refactor: `src` is now `src/libgit2`Edward Thomson2021-11-091-0/+125
Adding an additional hierarchy allows us to split out utility functions.