summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | index: use a byte array for checksumEdward Thomson2022-01-274-48/+55
| * | config: use a byte array for checksumEdward Thomson2022-01-271-5/+6
| * | commit_graph: use a byte array for checksumEdward Thomson2022-01-272-12/+20
| * | midx: use a byte array for checksumEdward Thomson2022-01-272-13/+21
| * | hash: introduce git_hash_fmtEdward Thomson2022-01-272-0/+18
| * | oid: avoid `tostr_s` in many placesEdward Thomson2022-01-272-2/+8
| * | commit_graph: tests are now `commitgraph`Edward Thomson2022-01-271-3/+3
* | | Merge pull request #6196 from libgit2/ethomson/at_revparseEdward Thomson2022-02-032-0/+10
|\ \ \
| * | | revparse: support bare '@'Edward Thomson2022-01-302-0/+10
* | | | Merge pull request #6200 from boretrk/c90Edward Thomson2022-02-032-6/+19
|\ \ \ \