mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 03:22:59 +00:00
glossary.md: Clarify description of "visible commits"
This commit is contained in:
parent
4c490d2ca9
commit
c79920095b
1 changed files with 6 additions and 0 deletions
|
@ -175,6 +175,12 @@ Visible commits are the commits you see in `jj log -r 'all()'`. They are the
|
||||||
commits that are reachable from an anonymous head in the [view](#view).
|
commits that are reachable from an anonymous head in the [view](#view).
|
||||||
Ancestors of a visible commit are implicitly visible.
|
Ancestors of a visible commit are implicitly visible.
|
||||||
|
|
||||||
|
Intuitively, visible commits are the "latest versions" of a revision with a
|
||||||
|
given [change id](#change-id). A commit that's abandoned or
|
||||||
|
[rewritten](#rewrite) stops being visible and is labeled as "hidden". Such
|
||||||
|
commits are no longer accessible using a change id, but they are still
|
||||||
|
accessible by their [commit id](#commit-id).
|
||||||
|
|
||||||
## View
|
## View
|
||||||
|
|
||||||
A view is a snapshot of branches and their targets, anonymous heads,
|
A view is a snapshot of branches and their targets, anonymous heads,
|
||||||
|
|
Loading…
Reference in a new issue