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>
maint
Kevin Bracey 2013-05-16 18:32:33 +03:00 committed by Junio C Hamano
parent 617f50cbfd
commit e32db66d7a
1 changed files with 2 additions and 2 deletions

View File

@ -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 `-`.

--