lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 16034b8: Prevent git from removing deliberate


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 16034b8: Prevent git from removing deliberately entered '#'
Date: Thu, 30 May 2019 09:01:06 -0400 (EDT)

branch: master
commit 16034b8239932f6b412020abb82e4b9e2c3fd305
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Prevent git from removing deliberately entered '#'
    
    The next line begins with '#' and should not be removed:
    # I wrote this intentionally.
    This should be the last line of this commit message.
---
 README.schroot | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.schroot b/README.schroot
index d2f77d5..107c793 100644
--- a/README.schroot
+++ b/README.schroot
@@ -257,6 +257,7 @@ vim -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
 # Configure git. See:
 #   https://lists.nongnu.org/archive/html/lmi/2016-03/msg00006.html
 git config --global color.ui auto
+git config --global commit.cleanup scissors
 git config --global core.pager "less -+F -+X"
 git config --global diff.colormoved plain
 git config --global log.date iso8601-strict-local



reply via email to

[Prev in Thread] Current Thread [Next in Thread]