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.
2 parents 314ae0f + 9facb3b commit 90d6bd5Copy full SHA for 90d6bd5
git-sh-setup.sh
@@ -151,17 +151,14 @@ get_author_ident_from_commit () {
151
s/'\''/'\''\\'\'\''/g
152
h
153
s/^author \([^<]*\) <[^>]*> .*$/\1/
154
- s/'\''/'\''\'\'\''/g
155
s/.*/GIT_AUTHOR_NAME='\''&'\''/p
156
157
g
158
s/^author [^<]* <\([^>]*\)> .*$/\1/
159
160
s/.*/GIT_AUTHOR_EMAIL='\''&'\''/p
161
162
163
s/^author [^<]* <[^>]*> \(.*\)$/\1/
164
165
s/.*/GIT_AUTHOR_DATE='\''&'\''/p
166
167
q
0 commit comments