diff --git a/docs/copyright/Copyright.xml b/docs/copyright/Copyright_IntelliJ.xml similarity index 100% rename from docs/copyright/Copyright.xml rename to docs/copyright/Copyright_IntelliJ.xml diff --git a/docs/copyright/profiles_settings.xml b/docs/copyright/profiles_settings_IntelliJ.xml similarity index 100% rename from docs/copyright/profiles_settings.xml rename to docs/copyright/profiles_settings_IntelliJ.xml diff --git a/docs/hooks/commit-msg b/docs/hooks/commit-msg index 8a0b37a062629dec7f8569581ccd79fa30c4046e..edc91bc5fad108afc244a57be8e0737a6c4462a4 100755 --- a/docs/hooks/commit-msg +++ b/docs/hooks/commit-msg @@ -10,7 +10,7 @@ # Remember to keep the name of the file as "commit-msg". commit_regex='(SSDM-[0-9]+:|merge|rebase)' -error_msg="Aborting commit. Your commit message is missing an issue number ('SSDM-XXXX:')" +error_msg="Aborting commit. Your commit message is missing an issue number ('SSDM-XXXXX:')" if ! grep -iqE "$commit_regex" "$1"; then echo "$error_msg" >&2