Documentation: branch: update --merged description
Update the documentation for --merged and --no-merged to explain
the meaning of the optional parameter introduced in commit 049716b
(branch --merged/--no-merged: allow specifying arbitrary commit,
2008-07-08).
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
25dcc0d64b
commit
58d2c961b3
@ -134,11 +134,13 @@ start-point is either a local or remote branch.
|
|||||||
--contains <commit>::
|
--contains <commit>::
|
||||||
Only list branches which contain the specified commit.
|
Only list branches which contain the specified commit.
|
||||||
|
|
||||||
--merged::
|
--merged [<commit>]::
|
||||||
Only list branches which are fully contained by HEAD.
|
Only list branches whose tips are reachable from the
|
||||||
|
specified commit (HEAD if not specified).
|
||||||
|
|
||||||
--no-merged::
|
--no-merged [<commit>]::
|
||||||
Do not list branches which are fully contained by HEAD.
|
Only list branches whose tips are not reachable from the
|
||||||
|
specified commit (HEAD if not specified).
|
||||||
|
|
||||||
<branchname>::
|
<branchname>::
|
||||||
The name of the branch to create or delete.
|
The name of the branch to create or delete.
|
||||||
|
Loading…
Reference in New Issue
Block a user