Skip to content

Commit

Permalink
Merge pull request #408 from koordinates/parallel-imports
Browse files Browse the repository at this point in the history
import: Parallel fast-import processes
  • Loading branch information
craigds authored Apr 20, 2021
2 parents 3d626b5 + 7aa4765 commit b6989f1
Show file tree
Hide file tree
Showing 5 changed files with 325 additions and 146 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ _When adding new entries to the changelog, please include issue/PR numbers where

## 0.9.0 (UNRELEASED)

* `import` & `init` are often much faster now because they do imports in parallel subprocesses. Use `--num-processes` to control this behaviour. [#408](https://github.com/koordinates/sno/pull/408)
* `diff` now accepts `--only-feature-count`, which produces a feature count for the diff. The feature count can be exact or a fast estimate.
* `log` now accepts `--with-feature-count` which adds a feature count to each commit when used with `-o json`. The feature count can be exact or a fast estimate.
* `status -o json` now shows which branch you are on, even if that branch doesn't yet have any commits yet.
Expand Down
Loading

0 comments on commit b6989f1

Please sign in to comment.