emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ada-mode e4a40ea 28/48: Warn about transfer.fsckObjects


From: Stefan Monnier
Subject: [elpa] externals/ada-mode e4a40ea 28/48: Warn about transfer.fsckObjects
Date: Mon, 30 Nov 2020 17:20:42 -0500 (EST)

branch: externals/ada-mode
commit e4a40ea3947a599e589a273a56c444938f875c4b
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Warn about transfer.fsckObjects
---
 ada-mode.texi | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ada-mode.texi b/ada-mode.texi
index 05e6e77..b6ca48f 100755
--- a/ada-mode.texi
+++ b/ada-mode.texi
@@ -2254,16 +2254,19 @@ Gnu ELPA via git:
 
 @example
 cd /Projects
-git clone git://git.savannah.gnu.org/emacs/elpa.git
+git -c fetch.fsckObjects=false clone git://git.savannah.gnu.org/emacs/elpa.git
 @end example
 
 If you have an Emacs Savannah developer account, you can use:
 
 @example
 cd /Projects
-git clone <login>@@git.savannah.gnu.org/emacs/elpa.git
+git -c fetch.fsckObjects=false clone 
<login>@@git.savannah.gnu.org/emacs/elpa.git
 @end example
 
+The @samp{fetch.fsckObjects} setting works around a
+@url{https://debbugs.gnu.org/22690, glitch in the ELPA repository}.
+
 @file{build/Makefile} contains targets for copying Ada mode source to
 the elpa workspace, and for building the elpa archive there.
 



reply via email to

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