diff options
author | cs <cs@FreeBSD.org> | 2017-09-18 04:59:37 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2017-09-18 04:59:37 +0800 |
commit | 936678d38031f31860774dc464e0f47b95616a1a (patch) | |
tree | 5bd25d3fdc043cf40aa6eb1aa9760daba078a4a8 /www/grafana4 | |
parent | 4b1dbacc7005430f7b2e897a8a1278dadf6b2ace (diff) | |
download | freebsd-ports-gnome-936678d38031f31860774dc464e0f47b95616a1a.tar.gz freebsd-ports-gnome-936678d38031f31860774dc464e0f47b95616a1a.tar.zst freebsd-ports-gnome-936678d38031f31860774dc464e0f47b95616a1a.zip |
Pijul is a version control system based on patches, that can mimic the
behaviour and workflows of both Git and Darcs, but contrarily to those systems,
Pijul is based on a mathematically sound theory of patches.
Pijul was started out of frustration that no version control system was at the
same time fast and sound:
- Git has non-associative merges, which might lead to security problems.
Concretely, this means that the commits you merge might not be the same as
the ones you review and test.
- Handling of conflicts: Pijul has an explicit internal representation of
conflicts, a rock-solid theory of how they behave, and super-fast data
structures to handle them.
- Speed! The complexity of Pijul is low in all cases, whereas previous attempts
to build a mathematically sound distributed version control system had huge
worst-case complexities. The use of Rust additionally yields a blazingly fast
implementation.
WWW: https://pijul.org/
Diffstat (limited to 'www/grafana4')
0 files changed, 0 insertions, 0 deletions