diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-09-08 21:49:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-08 21:49:49 -0700 |
commit | d0b61dc65faf6f20c6305d47b3deca978d1d5843 (patch) | |
tree | 9b2b839d0793cf8a42dec3b6d9244e9433dec837 /Documentation/gitk.txt | |
parent | d7ed183a918bf6330d9036ca2d710d771b4b6198 (diff) | |
parent | a117be4d34d7b8b13fd6c40791ba78eabecd884b (diff) | |
download | git-d0b61dc65faf6f20c6305d47b3deca978d1d5843.tar.gz |
Merge branch 'po/range-doc'
Clarify various ways to specify the "revision ranges" in the
documentation.
* po/range-doc:
doc: revisions: sort examples and fix alignment of the unchanged
doc: revisions: show revision expansion in examples
doc: revisions - clarify reachability examples
doc: revisions - define `reachable`
doc: gitrevisions - clarify 'latter case' is revision walk
doc: gitrevisions - use 'reachable' in page description
doc: revisions: single vs multi-parent notation comparison
doc: revisions: extra clarification of <rev>^! notation effects
doc: revisions: give headings for the two and three dot notations
doc: show the actual left, right, and boundary marks
doc: revisions - name the left and right sides
doc: use 'symmetric difference' consistently
Diffstat (limited to 'Documentation/gitk.txt')
-rw-r--r-- | Documentation/gitk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index a68d860fa3..e382dd96df 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -70,7 +70,7 @@ linkgit:git-rev-list[1] for a complete list. --left-right:: - Mark which side of a symmetric diff a commit is reachable + Mark which side of a symmetric difference a commit is reachable from. Commits from the left side are prefixed with a `<` symbol and those from the right with a `>` symbol. |