summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* step_1ethomson/patch_idEdward Thomson2017-06-151-0/+2
* CHANGELOG: document git_filter_init and GIT_FILTER_INITv0.26.0-rc2v0.26.0Edward Thomson2017-06-141-0/+3
* Merge pull request #4267 from mohseenrm/masterEdward Thomson2017-06-143-1/+24
|\
| * Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-133-1/+24
| * adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of conventionMohseen Mukaddam2017-06-131-1/+1
* | Merge pull request #4268 from pks-t/pks/homebrew-dupes-deprecationEdward Thomson2017-06-141-1/+1
|\ \
| * | travis: replace use of deprecated homebrew/dupes tapPatrick Steinhardt2017-06-131-1/+1
| |/
* | Merge pull request #4269 from pks-t/pks/testsEdward Thomson2017-06-146-33/+294
|\ \ | |/ |/|
| * tests: odb: add more low-level backend testsPatrick Steinhardt2017-06-131-0/+232
| * tests: odb: implement `exists_prefix` for the fake backendPatrick Steinhardt2017-06-132-0/+22
| * tests: odb: use correct OID lengthPatrick Steinhardt2017-06-131-1/+1
| * tests: odb: have the fake backend detect ambiguous prefixesPatrick Steinhardt2017-06-131-26/+32
| * tests: core: test initialization of `git_proxy_options`Patrick Steinhardt2017-06-131-0/+5
| * tests: network: add missing include for `git_repository_new`Patrick Steinhardt2017-06-131-0/+1
| * cmake: disable optimization on debug buildsPatrick Steinhardt2017-06-131-1/+1
| * cmake: set "-D_DEBUG" on non-Windows platformsPatrick Steinhardt2017-06-131-3/+1
| * cmake: remove stale comment on precompiled headersPatrick Steinhardt2017-06-131-3/+0
|/
* Merge pull request #4265 from pks-t/pks/read-prefix-testsEdward Thomson2017-06-124-155/+299
|\
| * tests: odb: add tests with multiple backendsPatrick Steinhardt2017-06-121-0/+121
| * tests: odb: allow passing fake objects to the fake backendPatrick Steinhardt2017-06-123-76/+78
| * tests: do not reuse OID from backendPatrick Steinhardt2017-06-121-8/+17
| * tests: odb: move fake backend into its own filePatrick Steinhardt2017-06-123-137/+149
* | Merge pull request #4263 from libgit2/ethomson/config_for_inmemory_repoEdward Thomson2017-06-123-11/+24
|\ \
| * | remote: ensure we can create an anon remote on inmemory repoethomson/config_for_inmemory_repoEdward Thomson2017-06-121-0/+16
| * | repository: don't fail to create config option in inmemory repoEdward Thomson2017-06-121-6/+3
| * | repository_item_path: return ENOTFOUND when appropriateEdward Thomson2017-06-122-3/+3
| * | repository_item_path: error messages lowercasedEdward Thomson2017-06-121-2/+2
* | | Merge pull request #4266 from libgit2/ethomson/travis-explicit-opensslEdward Thomson2017-06-121-0/+1
|\ \ \ | |_|/ |/| |
| * | travis: install openssl explicitlyethomson/travis-explicit-opensslEdward Thomson2017-06-121-0/+1
| |/
* | Merge pull request #4261 from RogerGee/fix_wait_while_ackEdward Thomson2017-06-121-1/+2
|\ \
| * | smart_protocol: fix parsing of server ACK responsesRoger Gee2017-06-101-1/+2
* | | Merge pull request #4264 from libgit2/ethomson/read_prefixPatrick Steinhardt2017-06-121-1/+4
|\ \ \ | |_|/ |/| |
| * | 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