Remove fake comment from gitmessage

This was part of a botched copy paste and should not be in the actual
gitmessage, since the real change list will come from git itself.
This commit is contained in:
Benjamin Bädorf 2022-05-03 11:43:36 +02:00
parent f132ab1814
commit 07577283e3
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -4,29 +4,20 @@ let
xdg = config.home-manager.users."${user.name}".xdg; xdg = config.home-manager.users."${user.name}".xdg;
in in
'' ''
# Title: Summary, imperative, start upper case, don't end with a period # Title: Summary, imperative, start upper case, don't end with a period
# No more than 50 chars. #### 50 chars is here: # # No more than 50 chars. #### 50 chars is here: #
# #
# ^ Remember ending with an extra blank line # ^ Remember ending with an extra blank line
# Body: Explain *what* and *why* (not *how*). Include issue number. # Body: Explain *what* and *why* (not *how*). Include issue number.
# Wrap at 72 chars. ################################## which is here: # # Wrap at 72 chars. ################################## which is here: #
# #
# ^ Remember ending with an extra blank line # ^ Remember ending with an extra blank line
# At the end: Include Co-authored-by for all contributors. # At the end: Include Co-authored-by for all contributors.
# #
Co-authored-by: ${user.fullName} <${user.email}> Co-authored-by: ${user.fullName} <${user.email}>
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is up to date with 'origin/main'.
#
# Changes to be committed:
# new file: installation.md
#
'' ''