aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelmut Eller2025-09-10 20:52:42 +0200
committerHelmut Eller2025-09-10 20:52:42 +0200
commitd9a71980e497d2364fedf1623bfb8105a29a118c (patch)
tree6134f4aff4330cb06f8980bec4a02d83953c5cc2
parentcdd7e619c486fb8fb6dfcb2b1bc41ab9c52986d6 (diff)
downloademacs-d9a71980e497d2364fedf1623bfb8105a29a118c.tar.gz
emacs-d9a71980e497d2364fedf1623bfb8105a29a118c.zip
* autogen.sh: Ignore fsck.gitignoreSymlink warnings
-rwxr-xr-xautogen.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b46d1e6c90a..fd5d7cad84d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -342,6 +342,10 @@ hooks=$git_common_dir/hooks
342 342
343git_config transfer.fsckObjects true 343git_config transfer.fsckObjects true
344 344
345# The MPS repo from https://github.com/Ravenbrook/mps contained many
346# objects that cause gitignoreSymlink warnings. Those warnings can be
347# safely ignored.
348git_config fsck.gitignoreSymlink ignore
345 349
346# Configure 'git diff' hunk header format. 350# Configure 'git diff' hunk header format.
347 351
@@ -363,7 +367,6 @@ git_config 'diff.shell.xfuncname' \
363git_config diff.texinfo.xfuncname \ 367git_config diff.texinfo.xfuncname \
364 '^@node[[:space:]]+([^,[:space:]][^,]+)' 368 '^@node[[:space:]]+([^,[:space:]][^,]+)'
365 369
366
367# Install Git hooks. 370# Install Git hooks.
368 371
369tailored_hooks= 372tailored_hooks=