summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: support checkout branch in cloneethomson/cli_cmd_cloneEdward Thomson2022-02-261-10/+14
* cli: add checkout branch to cloneEdward Thomson2022-02-261-0/+2
* cli: support bare clonesEdward Thomson2022-02-263-5/+28
* cli: add an interrupt handler on cloneEdward Thomson2022-02-264-0/+99
* cli: show progress during cloneEdward Thomson2022-02-263-2/+461
* cli: add a clone commandEdward Thomson2022-02-263-0/+124
* cli: don't show `--` literal in helpEdward Thomson2022-02-261-2/+4
* cli: provide die macros for ease of exitingEdward Thomson2022-02-261-0/+7
* Merge pull request #6133 from libgit2/ethomson/cli_reduxEdward Thomson2022-02-26882-1225/+3332
|\
| * cli: add `hash-object` commandEdward Thomson2022-02-263-2/+139
| * 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
| * cli: add `cat-file` commandEdward Thomson2022-02-263-1/+207
| * cli: support `help <command>`Edward Thomson2022-02-263-10/+34
| * cli: introduce a help commandEdward Thomson2022-02-265-5/+193
| * opt: use a custom function to print usageEdward Thomson2022-02-266-97/+233
| * cli: infrastructure for a cli projectEdward Thomson2022-02-2612-0/+1299
| * cmake: refactor `add_clar_test` into separate moduleEdward Thomson2022-02-224-30/+19
| * refactor: move utility tests into utilEdward Thomson2022-02-2254-776/+708
| * refactor: move headertest into separate test folderEdward Thomson2022-02-225-17/+18
| * refactor: move clar into separate directoryEdward Thomson2022-02-2218-13/+16
| * refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-22487-117/+147
| * cmake: rename git2internal target to libgit2Edward Thomson2022-02-222-185/+36
| * cmake: remove unnecessary xcode hackEdward Thomson2022-02-221-7/+0
| * cmake: document CMakeLists.txt hierarchyEdward Thomson2022-02-226-1/+14
| * refactor: make util an object libraryEdward Thomson2022-02-22127-377/+584
| * refactor: `src` is now `src/libgit2`Edward Thomson2022-02-22361-301/+343
| * errors: expose `git_error_set`Edward Thomson2022-02-222-4/+17
| * odb: initialize `object` before useEdward Thomson2022-02-221-1/+1
|/
* Merge pull request #6228 from libgit2/ethomson/win32_systemdirsEdward Thomson2022-02-222-1/+11
|\
| * win32: `find_system_dirs` does not return `GIT_ENOTFOUND`Edward Thomson2022-02-212-1/+11
* | Merge pull request #6226 from libgit2/cmn/update-tips-errorEdward Thomson2022-02-212-1/+42
|\ \ | |/ |/|
| * test: add test for the behaviour of update_tips on errorCarlos Martín Nieto2022-02-211-0/+41
| * remote: do store the update_tips callback error valueCarlos Martín Nieto2022-02-211-1/+1
|/
* Merge pull request #6220 from libgit2/ethomson/versionEdward Thomson2022-02-185-8/+45
|\
| * meta: document version information for libgit2Edward Thomson2022-02-141-0/+20
| * meta: provide an accessor for prerelease infoEdward Thomson2022-02-142-0/+16
| * meta: update version number to v1.5.0-alphaEdward Thomson2022-02-143-8/+9
* | Merge pull request #6223 from libgit2/ethomson/xdiffEdward Thomson2022-02-182-4/+4
|\ \
| * | xdiff: use xdl_free not freeEdward Thomson2022-02-172-4/+4
| |/
* | Merge pull request #6219 from apnadkarni/patch-2Edward Thomson2022-02-181-6/+8
|\ \
| * | Free parent and ref in lg2_commit before returning.Ashok P. Nadkarni2022-02-141-6/+8
| |/
* | Merge pull request #6217 from mgorny/sys-httpparserEdward Thomson2022-02-181-1/+1
|\ \ | |/ |/|
| * cmake: Fix package name for system http-parserMichał Górny2022-02-131-1/+1
|/
* Merge pull request #6216 from libgit2/ethomson/readmeEdward Thomson2022-02-131-2/+2
|\
| * meta: show build status for v1.3 and v1.4 branchesEdward Thomson2022-02-131-2/+2
* | Merge pull request #6214 from libgit2/ethomson/v1.4v1.4.0Edward Thomson2022-02-134-5/+98
|\ \ | |/ |/|
| * v1.4: update the changelogEdward Thomson2022-02-131-0/+93
| * v1.4: update version numbersEdward Thomson2022-02-133-5/+5
|/
* Merge pull request #6212 from apnadkarni/patch-1Edward Thomson2022-02-131-1/+1
|\