From be7d4169622d7fc86732cb51a88b0ecb3831be62 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 26 Jan 2010 00:56:02 +0100 Subject: [PATCH] Fix: "*" conflicted with markdown syntax --- TODO.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.mdown b/TODO.mdown index aa2a90c..7e652ac 100644 --- a/TODO.mdown +++ b/TODO.mdown @@ -2,4 +2,4 @@ TODO-list ========= - Support configurable naming for fixed branch names 'master' and 'develop' - Support configurable naming conventions (i.e. name prefixes) for supporting - branches, instead of fixed 'release-*' and 'hotfix-*' + branches, instead of fixed 'release-\*' and 'hotfix-\*'