minor formatting error fixed

This commit is contained in:
Tilman Kranz 2021-11-27 03:53:10 +01:00
parent 2b88ac140f
commit 2fc79d3230

View File

@ -15,7 +15,7 @@ Add `[gitlab-list-commits url=https://tk-sls.de/gitlab project_id=42 since="3 mo
* `url="STRING"`: Mandatory (example: `https://tk-sls.de/gitlab`).
* `project_id=NUM`: Mandatory; NUM: Positive Integer, valid project ID in Gitlab specified by `url` (example: 42).
* `since="NUM UNIT"`: Optional; NUM: Positive integer; UNIT: "days", "months", "years"; exclude commits older than specified time interval (example: "3 months").
* `max=NUM`: Optional; NUM: Positive integer; list not more than `NUM` commits (example: 5).
* `max=NUM`: Optional; `NUM`: Positive integer; list not more than `NUM` commits (example: 5).
* `ref_name=STRING`: List only commit from branch or reference name `STRING`.
* `default_branch`: If set, list only commits from the project's default branch.