Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e32db66

Browse files
kjbracey2gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 617f50c commit e32db66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/rev-list-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ See also linkgit:git-reflog[1].
271271

272272
--boundary::
273273

274-
Output uninteresting commits at the boundary, which are usually
275-
not shown.
274+
Output excluded boundary commits. Boundary commits are
275+
prefixed with `-`.
276276

277277
--
278278

0 commit comments

Comments
 (0)