summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* odb_read_prefix: reset error in backends loopethomson/read_prefixEdward Thomson2017-06-121-1/+4
* Merge pull request #4262 from libgit2/ethomson/bump-v26v0.26.0-rc1Edward Thomson2017-06-112-8/+22
|\
| * Update version number to v0.26ethomson/bump-v26Edward Thomson2017-06-112-7/+16
| * changelog: add some final 0.26 changesEdward Thomson2017-06-111-1/+6
|/
* Merge pull request #4254 from pks-t/pks/changelog-v0.26Edward Thomson2017-06-111-0/+67
|\
| * CHANGELOG: add various changes introduced since v0.25Patrick Steinhardt2017-06-091-0/+67
* | Merge pull request #4088 from chescock/packfile-name-using-complete-hashEdward Thomson2017-06-113-14/+10
|\ \
| * | indexer: name pack files after trailer hashChris Hescock2017-05-193-14/+10
* | | Merge pull request #4260 from libgit2/ethomson/forced_checkout_2Edward Thomson2017-06-113-5/+82
|\ \ \
| * | | git_futils_rmdir: only allow `EBUSY` when askedethomson/forced_checkout_2Edward Thomson2017-06-101-0/+3
| * | | checkout: cope with untracked files in directory deletionEdward Thomson2017-06-101-4/+2
| * | | checkout: do not delete directories with untracked entriesPatrick Steinhardt2017-06-101-0/+76
| * | | tests: fix indentation in checkout::head::with_index_only_treePatrick Steinhardt2017-04-101-1/+1
* | | | Merge pull request #4259 from pks-t/pks/fsync-option-renameEdward Thomson2017-06-0812-16/+18
|\ \ \ \
| * | | | settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt2017-06-0812-16/+18
|/ / / /
* | | | Merge pull request #4255 from pks-t/pks/buffer-grow-errorsEdward Thomson2017-06-085-20/+21
|\ \ \ \
| * | | | buffer: use `git_buf_init` with lengthPatrick Steinhardt2017-06-082-4/+8
| * | | | buffer: return errors for `git_buf_init` and `git_buf_attach`Patrick Steinhardt2017-06-082-8/+10
| * | | | buffer: consistently use `ENSURE_SIZE` to grow buffers on-demandPatrick Steinhardt2017-06-081-5/+2
| * | | | buffer: fix `ENSURE_SIZE` macro referencing wrong variablePatrick Steinhardt2017-06-081-1/+1
| * | | | buffer: rely on `GITERR_OOM` set by `git_buf_try_grow`Patrick Steinhardt2017-06-082-2/+0
* | | | | Merge pull request #4253 from pks-t/pks/cov-fixesEdward Thomson2017-06-085-15/+31
|\ \ \ \ \
| * | | | | refdb_fs: be explicit about using null-OID if we cannot resolve refPatrick Steinhardt2017-06-081-2/+3
| * | | | | path: only set dotgit flags when configs were readPatrick Steinhardt2017-06-081-4/+5
| * | | | | worktree: use `git__free` instead of `free`Patrick Steinhardt2017-06-081-1/+1
| * | | | | refs: properly report errors from `update_wt_heads`Patrick Steinhardt2017-06-081-6/+16
| * | | | | fileops: check return value of `git_path_dirname`Patrick Steinhardt2017-06-081-2/+6
| |/ / / /
* | | | | Merge pull request #4258 from pks-t/pks/sha1dc-updateEdward Thomson2017-06-085-52/+139
|\ \ \ \ \
| * | | | | sha1dc: do not use standard includesPatrick Steinhardt2017-06-071-0/+3
| * | | | | sha1dc: update to fix errors with endianess and unaligned accessPatrick Steinhardt2017-06-074-52/+136
* | | | | | Merge pull request #4236 from pks-t/pks/index-v4-fixesEdward Thomson2017-06-0716-58/+197
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tests: index::version: improve write test for index v4Patrick Steinhardt2017-06-061-14/+27
| * | | | | tests: index::version: verify we write compressed index entriesPatrick Steinhardt2017-06-061-0/+60
| * | | | | tests: index::version: add test to read index version v4Patrick Steinhardt2017-06-0613-0/+30
| * | | | | tests: index::version: move up cleanup functionPatrick Steinhardt2017-06-061-6/+6
| * | | | | index: verify we have enough space left when writing index entriesPatrick Steinhardt2017-06-061-4/+23
| * | | | | index: fix shared prefix computation when writing index entryPatrick Steinhardt2017-06-061-2/+1
| * | | | | index: also sanity check entry size with compressed entriesPatrick Steinhardt2017-06-061-4/+3
| * | | | | index: remove file-scope entry size macrosPatrick Steinhardt2017-06-061-6/+4
| * | | | | index: don't right-pad paths when writing compressed entriesPatrick Steinhardt2017-06-061-4/+3
| * | | | | index: move index entry size computation into its own functionPatrick Steinhardt2017-06-061-5/+17
| * | | | | index: set last written index entry in foreach-entry-loopPatrick Steinhardt2017-06-061-7/+8
| * | | | | index: set last entry when reading compressed entriesPatrick Steinhardt2017-06-061-4/+7
| * | | | | index: fix confusion with shared prefix in compressed path namesPatrick Steinhardt2017-06-061-9/+12
| * | | | | varint: fix computation for remaining buffer spacePatrick Steinhardt2017-06-062-1/+4
| |/ / / /
* | | | | Merge pull request #4256 from libgit2/ethomson/unc_testsEdward Thomson2017-06-071-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ctest: temporarily disable UNC path testsethomson/unc_testsEdward Thomson2017-06-071-2/+2
|/ / / /
* | | | Merge pull request #4251 from Keruspe/masterPatrick Steinhardt2017-06-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | openssl_stream: fix building with libresslMarc-Antoine Perennou2017-06-071-1/+1
|/ / /
* | | Merge branch 'pr/4228'Edward Thomson2017-06-045-31/+192
|\ \ \