summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAgeFilesLines
* cli: support bare clonesEdward Thomson2022-02-262-0/+12
|
* cli: add an interrupt handler on cloneEdward Thomson2022-02-263-0/+90
|
* futils: produce improved error messagesEdward Thomson2022-02-261-1/+7
|
* futils: provide an option to read a whole file by fdEdward Thomson2022-02-262-0/+37
|
* cmake: document CMakeLists.txt hierarchyEdward Thomson2022-02-221-0/+1
|
* refactor: make util an object libraryEdward Thomson2022-02-22113-0/+25260
Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2. Now the top-level `src` is responsible for platform selection, while the next-level `libgit2` and `util` configurations are responsible for identifying what objects they include.