From 93250fe6c894da71e10034905db9d56ccc252571 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 3 Jan 2022 21:31:46 -0800 Subject: [PATCH] docs: link from README to post about rebase speed For now, the best documentation we have of how fast `jj` is is the GitHub discussion about rebase speed. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81e204afa..cd9e9923b 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ from Google. Jujutsu is a Git-compatible [DVCS](https://en.wikipedia.org/wiki/Distributed_version_control). It combines -features from Git (data model, speed), Mercurial (anonymous branching, simple -CLI [free from "the index"](docs/git-comparison.md#the-index), +features from Git (data model, +[speed](https://github.com/martinvonz/jj/discussions/49)), Mercurial (anonymous +branching, simple CLI [free from "the index"](docs/git-comparison.md#the-index), [revsets](docs/revsets.md)), and Pijul/Darcs ([first-class conflicts](docs/conflicts.md)), with features not found in either of them ([working-copy-as-a-commit](docs/working-copy.md),