From 6eefad9b6788aef859dab1018312c2450d8b03c6 Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Tue, 14 May 2024 13:43:30 -0700 Subject: [PATCH] docs: Add `Log` header There are six related settings that would be good to group in the table of contents. --- docs/config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 569634fc86..54f5a6a0f5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -214,7 +214,9 @@ revset-aliases."immutable_heads()" = "main@origin | (main@origin.. & ~mine())" Ancestors of the configured set are also immutable. The root commit is always immutable even if the set is empty. -### Default revisions to log +## Log + +### Default revisions You can configure the revisions `jj log` would show when neither `-r` nor any paths are specified.