mirror of
https://github.com/powerline/powerline.git
synced 2025-07-29 16:55:07 +02:00
Merge pull request #1828 from powerline/ZyX-I-patch-1
Fix data type in branch segment documentation
This commit is contained in:
commit
9bebc2fe7f
@ -46,7 +46,7 @@ branch = with_docstring(BranchSegment(),
|
|||||||
:param bool status_colors:
|
:param bool status_colors:
|
||||||
Determines whether repository status will be used to determine highlighting.
|
Determines whether repository status will be used to determine highlighting.
|
||||||
Default: False.
|
Default: False.
|
||||||
:param bool ignore_statuses:
|
:param list ignore_statuses:
|
||||||
List of statuses which will not result in repo being marked as dirty. Most
|
List of statuses which will not result in repo being marked as dirty. Most
|
||||||
useful is setting this option to ``["U"]``: this will ignore repository
|
useful is setting this option to ``["U"]``: this will ignore repository
|
||||||
which has just untracked files (i.e. repository with modified, deleted or
|
which has just untracked files (i.e. repository with modified, deleted or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user