summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * Update common.hapnadkarni2022-02-131-1/+1
|/
* release.yml: use sentence case for everythingEdward Thomson2022-02-121-1/+1
* Merge pull request #6204 from boretrk/merge_flagsEdward Thomson2022-02-124-19/+21
|\
| * merge: make the internal flags publicEdward Thomson2022-02-124-18/+17
| * merge: allocate merge flags for internal usePeter Pettersson2022-02-072-11/+14
| * merge: change enum GIT_MERGE_FILE_FAVOR__CONFLICTED to flagPeter Pettersson2022-02-073-3/+3
* | Merge pull request #6211 from libgit2/ethomson/release_configEdward Thomson2022-02-121-0/+20
|\ \
| * | meta: add a release configuration fileEdward Thomson2022-02-121-0/+20
* | | Merge pull request #6208 from jorio/fix-stale-filesize-crashEdward Thomson2022-02-129-10/+188
|\ \ \ | |/ / |/| |
| * | diff: fail generation if a file changes sizeEdward Thomson2022-02-121-4/+4
| * | diff: indicate when the file size is "valid"Edward Thomson2022-02-127-7/+37
| * | oid: make empty tree id globalEdward Thomson2022-02-122-0/+6
| * | diff_file: test empty workdir file grows after obtaining a diffEdward Thomson2022-02-111-1/+28
| * | diff_file: test workdir file becomes empty after obtaining a diffIliyas Jorio2022-02-111-0/+29
| * | diff_file: Apply suggestions from code review Iliyas Jorio2022-02-111-3/+3
| * | diff_file: fix crash if size of diffed file changes in workdirIliyas Jorio2022-02-112-3/+89
* | | Merge pull request #6207 from libgit2/ethomson/prngEdward Thomson2022-02-1215-48/+344
|\ \ \ | |/ / |/| |
| * | util: remove `p_mktemp` / `p_mkstemp`Edward Thomson2022-02-094-17/+0
| * | fs_path: use new mktmp to query unicode supportEdward Thomson2022-02-091-17/+20
| * | futils: use our random function for mktempEdward Thomson2022-02-092-14/+14
| * | str: add hexadigit encoding to stringsEdward Thomson2022-02-092-0/+29
| * | rand: introduce git_rand PRNGEdward Thomson2022-02-096-0/+281
* | | Merge pull request #6203 from libgit2/ethomson/fetch_by_oidEdward Thomson2022-02-1113-137/+474
|\ \ \ | |/ / |/| |
| * | fetch: support oids in fetch specsEdward Thomson2022-02-065-15/+160
| * | fetch: add a test for local fetchingEdward Thomson2022-02-062-1/+39
| * | transport: transports can indicate support for fetch by oidEdward Thomson2022-02-065-3/+60
| * | remote: introduce git_remote_capabilitiesEdward Thomson2022-02-062-0/+16
| * | transport: add capabilities query functionEdward Thomson2022-02-063-0/+28
| * | remote: refactor update tips functionEdward Thomson2022-02-051-100/+118
| * | remote: refactor ref updatingEdward Thomson2022-02-051-25/+39
| * | oid: introduce git_oid__is_hexstrEdward Thomson2022-02-052-0/+21
* | | Merge pull request #6205 from ccstolley/ccs_fix_http_push_timeoutEdward Thomson2022-02-083-2/+8
|\ \ \
| * | | Rename prepare_pack() to git_packbuilder__prepare()Colin Stolley2022-02-082-3/+3
| * | | Update src/pack-objects.hColin Stolley2022-02-081-1/+1
| * | | push: Prepare pack before sending pack header.Colin Stolley2022-02-073-1/+7
* | | | Merge pull request #6206 from libgit2/ethomson/odb_write_failuresEdward Thomson2022-02-081-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | odb: check for write failuresEdward Thomson2022-02-071-3/+3
|/ / /
* | | Merge pull request #6192 from libgit2/ethomson/sha256_preparationEdward Thomson2022-02-0624-131/+228
|\ \ \ | |_|/ |/| |
| * | packbuilder: use the packfile name instead of hashEdward Thomson2022-01-276-17/+44
| * | indexer: use a byte array for checksumEdward Thomson2022-01-275-31/+53