Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-03-01 13:39:49 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-03-03 12:41:11 +0300
commitd49c8e8e3d0f0dee7886d421c91684d92f89c78e (patch)
treebd616e5f4d3a30d5aa8275f61a71d14af356077d /doc/markdown
parent53c351a2a573cb448eafdc8ed7e187225f6aa012 (diff)
Mention cross-project labels in markdown documentation
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/markdown.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index c400cdac64d..cbf57db5684 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -207,6 +207,7 @@ GFM also recognizes certain cross-project references:
| `namespace/project$123` | snippet |
| `namespace/project@9ba12248` | specific commit |
| `namespace/project@9ba12248...b19a04f5` | commit range comparison |
+| `namespace/project~"Some label"` | issues with given label |
## Task Lists