From 702eb461bdf28cf983c70fe9edf64bf646a65728 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 19 Jun 2014 14:11:16 +0000 Subject: [PATCH] more spelling fixes --- doc/git_hooks/git_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git_hooks/git_hooks.md b/doc/git_hooks/git_hooks.md index 74e135d926..5345bd7ca9 100644 --- a/doc/git_hooks/git_hooks.md +++ b/doc/git_hooks/git_hooks.md @@ -16,7 +16,7 @@ Let's assume you have the following requirements for your workflow: * every commit should reference a reference JIRA issue. For example: `Refactored css. Fixes JIRA-123. ` * users should not be able to remove git tags with `git push` -All you need to do is write simple regular expression that requires mention of JIRA issue in commit message. +All you need to do is write simple regular expression that requires mention of JIRA issue in a commit message. It can be something like this `/JIRA\-\d+/`. Just paste regular expression into commit message textfield(without start and ending slash) and save changes. See screenshot below: