From 21128ba70379ccdf4351300039a676a507ce2ba6 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sun, 9 Apr 2023 13:06:59 -0700 Subject: [PATCH] docs: add a word to docs about `divergent` --- docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.md b/docs/templates.md index 1ebf3c16c..711cf9b4f 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -29,8 +29,8 @@ The following keywords can be used in `jj log`/`jj obslog` templates. * `tags: String` * `git_refs: String` * `git_head: String` -* `divergent: Boolean`: True if the change id corresponds to multiple visible - commits. +* `divergent: Boolean`: True if the commit's change id corresponds to multiple + visible commits. * `hidden: Boolean`: True if the commit is not visible (a.k.a. abandoned). * `conflict: Boolean`: True if the commit contains merge conflicts. * `empty: Boolean`: True if the commit modifies no files.