Merge branch 'kk/doc-ancestry-path'
The --ancestry-path option is designed to be given a commit that is on the path, which was not documented, which has been corrected. * kk/doc-ancestry-path: doc: mention rev-list --ancestry-path restrictions
This commit is contained in:
@ -412,7 +412,8 @@ Default mode::
|
||||
|
||||
--ancestry-path[=<commit>]::
|
||||
When given a range of commits to display (e.g. 'commit1..commit2'
|
||||
or 'commit2 {caret}commit1'), only display commits in that range
|
||||
or 'commit2 {caret}commit1'), and a commit <commit> in that range,
|
||||
only display commits in that range
|
||||
that are ancestors of <commit>, descendants of <commit>, or
|
||||
<commit> itself. If no commit is specified, use 'commit1' (the
|
||||
excluded part of the range) as <commit>. Can be passed multiple
|
||||
|
Reference in New Issue
Block a user