Fix some oversights

This commit is contained in:
Chris de Graaf 2019-09-24 13:31:31 +07:00
parent 6a49bd72f0
commit 63f1f762a6
No known key found for this signature in database
GPG Key ID: 150FFDD9B0073C7B
2 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,6 @@ Creates a Git repository and a `.gitignore` file.
ssh::Bool = false
manifest::Bool = false
gpgsign::Bool = false
ignore_manifest::Bool = true
end
Base.:(==)(a::Git, b::Git) = all(map(n -> getfield(a, n) == getfield(b, n), fieldnames(Git)))

View File

@ -1,3 +1,7 @@
```@meta
CurrentModule = {{{PKG}}}
```
# {{{PKG}}}
```@index