From: Kevin Bracey Date: Thu, 16 May 2013 15:32:33 +0000 (+0300) Subject: Documentation: avoid "uninteresting" X-Git-Tag: v1.8.4-rc0~171^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e32db66d7a6b2ba1569ef5e316d869c40a8fac3b?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- e32db66d7a6b2ba1569ef5e316d869c40a8fac3b 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 `-`. --