Skip to content

Commit 8684abd

Browse files
committed
Move .mailmap to project root instead of symlink
1 parent 8cd3f5d commit 8684abd

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/.cask/
22
/.keg/
3-
/.mailmap
43
php-mode-autoloads.el
54
*~
65
*.elc
File renamed without changes.

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ all: autoloads $(ELCS) authors
1111

1212
authors: AUTHORS.md
1313

14-
.mailmap:
15-
ln -s etc/git/.mailmap
16-
1714
.PHONY: AUTHORS.md
1815
AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
1916
@printf "Generating AUTHORS.md file..."

0 commit comments

Comments
 (0)