rst table requires + signs for column

This commit is contained in:
markuskramerIgitt 2017-02-10 12:33:57 +01:00
parent 7e25c637d9
commit 2a40840421

View File

@ -69,17 +69,17 @@ Further reading on `release branch and develop branch
<https://docs.saltstack.com/en/latest/topics/development/contributing.html#which-salt-branch>`_.
Influence of the `git checkout` argument on `git describe`
+------------+----------------------------------------------------------------------------+
+------------+----------------------------+-----------------------------------------------+
| Checkout | Describe | Comment |
+============+============================================================================+
+============+============================+===============================================+
| v2016.11 | v2016.11 | (tag is fixed point in time) |
+------------+----------------------------------------------------------------------------+
+------------+----------------------------+-----------------------------------------------+
| 2016.11 | v2016.11.1-220-g9a1550d | Commit of most recent tag in 2016.11 |
+------------+----------------------------------------------------------------------------+
+------------+----------------------------+-----------------------------------------------+
| v2016.11.1 | 2016.11.1 | (tag is fixed point in time) |
+------------+----------------------------------------------------------------------------+
+------------+----------------------------+-----------------------------------------------+
| develop | v2016.11.1-1741-g10d5dec | Commit of most recent tag in develop |
+------------+----------------------------------------------------------------------------+
+------------+----------------------------+-----------------------------------------------+