We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd3f5d commit 8684abdCopy full SHA for 8684abd
.gitignore
@@ -1,6 +1,5 @@
1
/.cask/
2
/.keg/
3
-/.mailmap
4
php-mode-autoloads.el
5
*~
6
*.elc
etc/git/.mailmap renamed to .mailmap
Makefile
@@ -11,9 +11,6 @@ all: autoloads $(ELCS) authors
11
12
authors: AUTHORS.md
13
14
-.mailmap:
15
- ln -s etc/git/.mailmap
16
-
17
.PHONY: AUTHORS.md
18
AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
19
@printf "Generating AUTHORS.md file..."
0 commit comments