docs: add a word to docs about divergent

This commit is contained in:
Ilya Grigoriev 2023-04-09 13:06:59 -07:00
parent d50c0f5085
commit 21128ba703

View File

@ -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.