emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 ee8b466: Recommend enabling integrity-checking in


From: Karl Fogel
Subject: [Emacs-diffs] emacs-25 ee8b466: Recommend enabling integrity-checking in git
Date: Mon, 01 Feb 2016 18:46:50 +0000

branch: emacs-25
commit ee8b46699523cc1dea7b3d03e3cccff3d62cd847
Author: Karl Fogel <address@hidden>
Commit: Karl Fogel <address@hidden>

    Recommend enabling integrity-checking in git
    
    * admin/notes/git-workflow:  Recommend setting transfer.fsckObjects.
    
    This is related to the autogen.sh changes made by Paul Eggert in
    commit d766ca8f (2016-02-01) and commit cedd7cad (2016-02-01), and to
    my edits today to http://www.emacswiki.org/emacs/GitForEmacsDevs and
    to emacswiki.org/emacs/GitQuickStartForEmacsDevs.  See also the thread
    "Recommend these .gitconfig settings for git integrity." at
    https://lists.gnu.org/archive/html/emacs-devel/2016-01/threads.html#01802.
---
 admin/notes/git-workflow |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow
index 3c2c76c..b6168c3 100644
--- a/admin/notes/git-workflow
+++ b/admin/notes/git-workflow
@@ -9,6 +9,11 @@ If you haven't configured git before you should first do:
 
 git config --global user.name "Frank Chu"
 git config --global user.email "address@hidden"
+git config --global transfer.fsckObjects true
+
+(See the thread "Recommend these .gitconfig settings for git integrity."
+[https://lists.gnu.org/archive/html/emacs-devel/2016-01/threads.html#01802]
+for more details about why that last line is there.)
 
 Initial setup
 =============



reply via email to

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