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>
This commit is contained in:
Kevin Bracey 2013-05-16 18:32:33 +03:00 коммит произвёл Junio C Hamano
Родитель 617f50cbfd
Коммит e32db66d7a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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