1
0
Fork 0

Adding upstream version 0.18.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 06:06:11 +01:00
parent 9e88905bdf
commit fe56d9f685
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
118 changed files with 4146 additions and 2087 deletions

View file

@ -11,7 +11,7 @@ echo "pwd=$CWD"
# Create the repo
cd /tmp
reponame=$(date +gitlint-test-%Y-%m-%d_%H-%M-%S)
git init $reponame
git init --initial-branch main $reponame
cd $reponame
# Do some basic config

View file

@ -15,7 +15,7 @@ set Reponame=gitlint-test-%datetime%
echo %Reponame%
:: Create git repo
git init %Reponame%
git init --initial-branch main %Reponame%
cd %Reponame%
:: Do some basic config