From 86c7dfcd94aedbc9037465d2ce526f3b5e558583 Mon Sep 17 00:00:00 2001 From: rkerner Date: Wed, 11 Feb 2015 16:00:43 +0100 Subject: [PATCH] * added non-feature-branches to handle non-numeric branches matching configured patterns not been handled as feature branches * added documentation to doc/04-schema.md * fixed indentation --- doc/04-schema.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 6c0a42116..0fd8fd6ed 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -785,8 +785,6 @@ The example will include `/dir/foo/bar/file`, `/foo/bar/baz`, `/file.php`, Optional. -← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) → - ### non-feature-branches A list of regex patterns of branch names that are non-numeric (e.g. "latest" or something), that will NOT be handled as feature branches. This is an array of string. @@ -814,4 +812,6 @@ If you configure latest-.* as a pattern for non-feature-branches like this: Then "composer show -s" will give you "versions : * dev-latest-testing". -Optional. \ No newline at end of file +Optional. + +← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) → \ No newline at end of file