mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:57:18 +03:00
parent
d797339202
commit
c3a6165307
5 changed files with 11 additions and 10 deletions
|
|
@ -63,7 +63,7 @@ fi
|
|||
git -C ../curl-www log --pretty=full --use-mailmap $start..HEAD
|
||||
fi
|
||||
) | \
|
||||
egrep -ai '(^Author|^Commit|by):' | \
|
||||
grep -Eai '(^Author|^Commit|by):' | \
|
||||
cut -d: -f2- | \
|
||||
cut '-d(' -f1 | \
|
||||
cut '-d<' -f1 | \
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ cat ./docs/THANKS
|
|||
fi
|
||||
) | \
|
||||
|
||||
egrep -ai '(^Author|^Commit|by):' | \
|
||||
grep -Eai '(^Author|^Commit|by):' | \
|
||||
cut -d: -f2- | \
|
||||
cut '-d(' -f1 | \
|
||||
cut '-d<' -f1 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue