aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index a63c53c903c..877bb8476f7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -220,6 +220,11 @@ echo timestamp > src/stamp-h.in || exit
220## Configure Git, if using Git. 220## Configure Git, if using Git.
221if test -d .git && (git status -s) >/dev/null 2>&1; then 221if test -d .git && (git status -s) >/dev/null 2>&1; then
222 222
223 # Check hashes when transferring objects among repositories.
224
225 git config transfer.fsckObjects true || exit
226
227
223 # Configure 'git diff' hunk header format. 228 # Configure 'git diff' hunk header format.
224 229
225 git config 'diff.elisp.xfuncname' \ 230 git config 'diff.elisp.xfuncname' \