Lines Matching full:commit
26 # commit message to gitlint via stdin or --commit-msg. Disabled by default.
29 # Hard fail when the target commit range is empty. Note that gitlint will
30 # already fail by default on invalid commit ranges. This option is specifically
31 # to tell gitlint to fail on *valid but empty* commit ranges.
62 # python-style regex that the commit-msg title must match
81 # it in the commit message.
85 # python-style regex that the commit-msg body must match.
86 # E.g. body must end in My-Commit-Tag: foo
87 # regex=My-Commit-Tag: foo$
90 # python-style regex that the commit author email address must match.
96 # E.g. Match commit titles that start with "Release"
129 # Specify allowed commit types. For details see: https://www.conventionalcommits.org/