mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 18:00:40 -08:00
Git version 2.32 added the backwards-incompatible "feature" that .gitignore files that are symbolic links are ignored. Since all our .gitignore files are symbolic links to the .p4ignore file in the same directory, for compatibility between the Perforce and Git mirrors of the repository, this broke "git status" for us and all our users. See https://github.com/git/git/blob/master/Documentation/RelNotes/2.32.0.txt This change swaps the files so that .p4ignore is a symbolic link to .gitignore in each case. |
||
|---|---|---|
| .. | ||
| .p4ignore | ||
| .renamed-gitignore | ||
| josephus.scm | ||
| Makefile.in | ||
| r4rs.scm | ||
| scheme-advanced.c | ||
| scheme-boehm.c | ||
| scheme-malloc.c | ||
| scheme.c | ||
| test-common.scm | ||
| test-leaf.scm | ||
| test-mps.scm | ||
| test-r5rs.scm | ||
| test-weak.scm | ||