lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b4cba6d 1/3: Substitute modern git porcelain


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b4cba6d 1/3: Substitute modern git porcelain for old git plumbing
Date: Fri, 9 Mar 2018 13:08:23 -0500 (EST)

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

    Substitute modern git porcelain for old git plumbing
---
 gwc/develop1.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 4dc0a34..3f4343b 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -95,8 +95,8 @@ for z in * ; do grep --directories=skip --quiet 
--files-with-matches '$Id:' $z &
   # commit it (without first running 'make check_concinnity', which
   # would catch the error), fix it thus:
 
-git update-index --chmod=+x some-file-name
-git update-index --chmod=-x some-file-name
+git add --chmod=+x some-file-name
+git add --chmod=-x some-file-name
 
   # Second screen: only for updating local shadow copy of repository
   #



reply via email to

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