зеркало из https://github.com/microsoft/git.git
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:
Коммит
90d6bd5ed3
|
@ -151,17 +151,14 @@ get_author_ident_from_commit () {
|
|||
s/'\''/'\''\\'\'\''/g
|
||||
h
|
||||
s/^author \([^<]*\) <[^>]*> .*$/\1/
|
||||
s/'\''/'\''\'\'\''/g
|
||||
s/.*/GIT_AUTHOR_NAME='\''&'\''/p
|
||||
|
||||
g
|
||||
s/^author [^<]* <\([^>]*\)> .*$/\1/
|
||||
s/'\''/'\''\'\'\''/g
|
||||
s/.*/GIT_AUTHOR_EMAIL='\''&'\''/p
|
||||
|
||||
g
|
||||
s/^author [^<]* <[^>]*> \(.*\)$/\1/
|
||||
s/'\''/'\''\'\'\''/g
|
||||
s/.*/GIT_AUTHOR_DATE='\''&'\''/p
|
||||
|
||||
q
|
||||
|
|
Загрузка…
Ссылка в новой задаче