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 f098774 commit f718081Copy full SHA for f718081
GNUmakefile
@@ -125,6 +125,8 @@ export TAG
125
#GIT CONFIG
126
GIT_USER_NAME := $(shell git config user.name)
127
export GIT_USER_NAME
128
+GIT_USER_NAME := $(shell echo $(GIT_USER_NAME) | tr '[:upper:]' '[:lower:]' | sed 's/@//')
129
+export GIT_USER_NAME
130
GIT_USER_EMAIL := $(shell git config user.email)
131
export GIT_USER_EMAIL
132
GIT_SERVER := https://github.com
0 commit comments