Use man
This commit is contained in:
parent
2fb13d0fd1
commit
2545620550
@ -56,7 +56,7 @@ ln -sf $EWCONFIG_ROOT/configs/git/.mailmap ~/.config/git/.mailmap
|
||||
set +x
|
||||
if type -p git > /dev/null; then
|
||||
# If sort has a -V option
|
||||
if sort --help | grep -q -- -V; then
|
||||
if man sort | grep -q -- -V; then
|
||||
# If GIT has SSH signing support, enable it
|
||||
git_version=$(git --version | cut -d' ' -f3 | cut -d'.' -f1-2)
|
||||
minimum_version=2.34
|
||||
|
Loading…
x
Reference in New Issue
Block a user