diff options
author | Kevin Bracey <kevin@bracey.fi> | 2013-05-16 18:32:33 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-16 11:51:09 -0700 |
commit | e32db66d7a6b2ba1569ef5e316d869c40a8fac3b (patch) | |
tree | 5c8ccb246b870735364532c2c780e1afbdb74c80 /Documentation | |
parent | rev-list-options.txt: correct TREESAME for P (diff) | |
download | tgif-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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/rev-list-options.txt | 4 |
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 `-`. -- |