lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4d8c9c9 1/4: Refine git configuration in chro


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4d8c9c9 1/4: Refine git configuration in chroot
Date: Wed, 1 Nov 2017 18:13:19 -0400 (EDT)

branch: master
commit 4d8c9c9ebb1feb1b24364814e67dfe3f3b413a14
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Refine git configuration in chroot
    
    'log.follow' is particularly useful for lmi because its history is
    essentially linear and many files have been renamed over the years.
---
 README.schroot | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.schroot b/README.schroot
index 14a846d..a20bdc1 100644
--- a/README.schroot
+++ b/README.schroot
@@ -296,6 +296,7 @@ git config --global user.email address@hidden
 git config --global color.ui auto
 git config --global push.default simple
 git config --global log.date iso8601-strict
+git config --global log.follow true
 
 # Initialize wine. See:
 #   http://lists.nongnu.org/archive/html/lmi/2016-10/msg00002.html



reply via email to

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