This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
FUZMIT_JIRA_SCOPE=${FUZMIT_JIRA_SCOPE:-false} | |
FUZMIT_COMMIT_EMOJIS=${FUZMIT_COMMIT_EMOJIS:-true} | |
# === How-To === | |
# - Place git-fuzmit (without an extension) in your $PATH, make it executable, and run via git fuzmit. | |
# - Set FUZMIT_JIRA_SCOPE=true to auto-detect the Jira ID (e.g., JIRA-123) from the branch name and use it as the commit scope. | |
# - Set FUZMIT_COMMIT_EMOJIS=false to disable emojis in commit type selection. |