Merging upstream version 0.18.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0453b640a2
commit
129d2ce1fc
118 changed files with 4146 additions and 2087 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue