pore 0.1.1

a performance oriented reimplementation of repo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
versions:
- number: unreleased
  date: ""
  changes: []
- number: 0.1.1
  date: "2022-02-23"
  changes:
  - Add configuration of parallelism, including for specific commands.
  - Reduce the default parallelism of status to increase performance.
  - Fix a bug which caused changes to the manifest repository to be ignored.
  - Always use libgit2-rs's vendored libgit2.
  - "`pore sync -l` will no longer skip checking out the manifest repository."
- number: 0.1.0
  date: "2022-01-27"
  changes:
  - Initial numbered release.