lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master a003b76 2/4: Refine git configuration


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a003b76 2/4: Refine git configuration
Date: Mon, 13 Nov 2017 14:11:28 -0500 (EST)

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

    Refine git configuration
    
    Removed '--global' from a git-config command--see:
      https://lists.nongnu.org/archive/html/lmi/2017-11/msg00022.html
---
 check_git_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_git_setup.sh b/check_git_setup.sh
index a00cc89..6021d09 100755
--- a/check_git_setup.sh
+++ b/check_git_setup.sh
@@ -27,7 +27,7 @@
 case $(uname -s) in
   (CYGWIN*)
     printf "cygwin detected\n"
-    git config --global core.filemode false
+    git config core.filemode false
     ;;
   (*)
     printf "cygwin not detected--assuming OS is POSIX\n"



reply via email to

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