From 8ca78f744568dd891219a19f72794db4c38422ca Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Tue, 8 Nov 2022 20:57:10 +0800 Subject: [PATCH] docs: update about default git branch. [skip ci] --- docs/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index cd39db6..354ba9c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -373,7 +373,7 @@ github The github repository, with author, e.g. ``lilydjwg/nvchecker``. branch - Which branch to track? Default: ``master``. + Which branch to track? Default: the repository's default. path Only commits containing this file path will be returned. @@ -430,7 +430,7 @@ gitea The gitea repository, with author, e.g. ``gitea/tea``. branch - Which branch to track? Default: ``master``. + Which branch to track? Default: the repository's default. use_max_tag Set this to ``true`` to check for the max tag on Gitea. Will return the biggest one @@ -462,7 +462,7 @@ bitbucket The bitbucket repository, with author, e.g. ``lilydjwg/dotvim``. branch - Which branch to track? Default is the repository's default. + Which branch to track? Default: the repository's default. use_max_tag Set this to ``true`` to check for the max tag on BitBucket. Will return the biggest one