Skip to content

Commit

Permalink
Move mailmap file
Browse files Browse the repository at this point in the history
Mailmap is a default file used by git shortlog command, requires config override
  • Loading branch information
tresf committed Jul 30, 2015
1 parent a6a5aab commit 5e84060
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file removed .gitmodules
Empty file.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ FIND_PACKAGE(Git)
IF(GIT_FOUND)
SET(CONTRIBUTORS "${CMAKE_BINARY_DIR}/CONTRIBUTORS")
EXECUTE_PROCESS(
COMMAND "${GIT_EXECUTABLE}" shortlog -sne
COMMAND "${GIT_EXECUTABLE}" config mailmap.file doc/.mailmap
COMMAND "${GIT_EXECUTABLE}" shortlog -sne
COMMAND cut -c8-
OUTPUT_FILE "${CONTRIBUTORS}"
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
Expand Down
File renamed without changes.

0 comments on commit 5e84060

Please sign in to comment.