]> git.proxmox.com Git - libgit2.git/commit - tests/odb/backend/multiple.c
Merge tag 'upstream/0.26.0+dfsg.1'
authorRussell Sim <russell.sim@gmail.com>
Sat, 29 Jul 2017 17:22:48 +0000 (19:22 +0200)
committerRussell Sim <russell.sim@gmail.com>
Sat, 29 Jul 2017 17:22:48 +0000 (19:22 +0200)
commit3a4dfcf19aa1b61dab6f452ab9b459da2e0dba3f
tree534411780f217b4c9595fab4310238f730a4f3e0
parentc83179b1d7d37b0783a2461f6ec5411f084f3c95
parentdc7f361943743c5ee0a4b4323a09beb635e9d672
Merge tag 'upstream/0.26.0+dfsg.1'

Upstream version 0.26.0+dfsg.1

* tag 'upstream/0.26.0+dfsg.1': (367 commits)
  DFSG changes
  CHANGELOG: document git_filter_init and GIT_FILTER_INIT
  Adding git_filter_init for initializing `git_filter` struct + unit test
  adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of convention
  tests: odb: add more low-level backend tests
  tests: odb: implement `exists_prefix` for the fake backend
  tests: odb: use correct OID length
  tests: odb: have the fake backend detect ambiguous prefixes
  tests: core: test initialization of `git_proxy_options`
  tests: network: add missing include for `git_repository_new`
  cmake: disable optimization on debug builds
  cmake: set "-D_DEBUG" on non-Windows platforms
  cmake: remove stale comment on precompiled headers
  travis: replace use of deprecated homebrew/dupes tap
  travis: install openssl explicitly
  remote: ensure we can create an anon remote on inmemory repo
  repository: don't fail to create config option in inmemory repo
  repository_item_path: return ENOTFOUND when appropriate
  tests: odb: add tests with multiple backends
  tests: odb: allow passing fake objects to the fake backend
  ...