summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Kevin Bracey <kevin@bracey.fi>2013-05-16 18:32:33 +0300
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-05-16 11:51:09 -0700
commite32db66d7a6b2ba1569ef5e316d869c40a8fac3b (patch)
tree5c8ccb246b870735364532c2c780e1afbdb74c80
parentrev-list-options.txt: correct TREESAME for P (diff)
downloadtgif-e32db66d7a6b2ba1569ef5e316d869c40a8fac3b.tar.xz
Documentation: avoid "uninteresting"
The documentation of --boundary uses the term "uninteresting", which is not used or defined anywhere else in the documentation. This is unhelpful and confusing to anyone who hasn't seen the UNINTERESTING flag in the source code. Change to use "excluded", as per revisions.txt. Signed-off-by: Kevin Bracey <kevin@bracey.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/rev-list-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 50bbff7f0a..55ddf33e8e 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -271,8 +271,8 @@ See also linkgit:git-reflog[1].
--boundary::
- Output uninteresting commits at the boundary, which are usually
- not shown.
+ Output excluded boundary commits. Boundary commits are
+ prefixed with `-`.
--