Skip to content

Commit

Permalink
Documentation: avoid "uninteresting"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin Bracey authored and Junio C Hamano committed May 16, 2013
1 parent 617f50c commit e32db66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 `-`.

--

Expand Down

0 comments on commit e32db66

Please sign in to comment.