From: Daniel Martí Date: Mon, 10 Feb 2014 11:36:10 +0000 (+0100) Subject: Add "Tags [pattern]" doc X-Git-Tag: 0.2~306 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a239a60c315d50fb386c42dc370aed4078a2ebb0;p=fdroidserver.git Add "Tags [pattern]" doc --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index c7bc35e4..cb598edb 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -1168,6 +1168,11 @@ Despite these caveats, it is the often the favourite update check mode. It currently only works for git, hg, bzr and git-svn repositories. In the case of the latter, the repo URL must contain the path to the trunk and tags or else no tags will be found. + +Optionally append a regex pattern at the end - separated with a space - to +only check the tags matching said pattern. Useful when apps tag non-release +versions such as X.X-alpha, so you can filter them out with something like +@code{.*[0-9]$} which requires tag names to end with a digit. @item @code{HTTP} - HTTP requests are used to determine the current version code and version name. This is controlled by the @code{Update Check Data} field, which