You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the --verbose argument is used during commit, an exception occurs. The command git commit --verbose shows a DIFF of the changes being committed. The diff is separated from the commit message through the following few lines.
# ------------------------ >8 ------------------------
# Do not modify or remove the line above.
# Everything below it will be ignored.
I assume this case isn't included appropriately when parsing the commit message for valid use of conventions.
Reproducible with git commit with --verbose argument committing unsuccessful, and without argument successful.
The text was updated successfully, but these errors were encountered:
When the
--verbose
argument is used during commit, an exception occurs. The commandgit commit --verbose
shows a DIFF of the changes being committed. The diff is separated from the commit message through the following few lines.I assume this case isn't included appropriately when parsing the commit message for valid use of conventions.
Reproducible with
git commit
with--verbose
argument committing unsuccessful, and without argument successful.The text was updated successfully, but these errors were encountered: