Merge branch 'uk/fix-author-ident-sed-script'
* uk/fix-author-ident-sed-script: get_author_ident_from_commit(): remove useless quoting
This commit is contained in:
@ -151,17 +151,14 @@ get_author_ident_from_commit () {
|
|||||||
s/'\''/'\''\\'\'\''/g
|
s/'\''/'\''\\'\'\''/g
|
||||||
h
|
h
|
||||||
s/^author \([^<]*\) <[^>]*> .*$/\1/
|
s/^author \([^<]*\) <[^>]*> .*$/\1/
|
||||||
s/'\''/'\''\'\'\''/g
|
|
||||||
s/.*/GIT_AUTHOR_NAME='\''&'\''/p
|
s/.*/GIT_AUTHOR_NAME='\''&'\''/p
|
||||||
|
|
||||||
g
|
g
|
||||||
s/^author [^<]* <\([^>]*\)> .*$/\1/
|
s/^author [^<]* <\([^>]*\)> .*$/\1/
|
||||||
s/'\''/'\''\'\'\''/g
|
|
||||||
s/.*/GIT_AUTHOR_EMAIL='\''&'\''/p
|
s/.*/GIT_AUTHOR_EMAIL='\''&'\''/p
|
||||||
|
|
||||||
g
|
g
|
||||||
s/^author [^<]* <[^>]*> \(.*\)$/\1/
|
s/^author [^<]* <[^>]*> \(.*\)$/\1/
|
||||||
s/'\''/'\''\'\'\''/g
|
|
||||||
s/.*/GIT_AUTHOR_DATE='\''&'\''/p
|
s/.*/GIT_AUTHOR_DATE='\''&'\''/p
|
||||||
|
|
||||||
q
|
q
|
||||||
|
Reference in New Issue
Block a user