Fix some oversights
This commit is contained in:
parent
6a49bd72f0
commit
63f1f762a6
@ -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)))
|
||||
|
@ -1,3 +1,7 @@
|
||||
```@meta
|
||||
CurrentModule = {{{PKG}}}
|
||||
```
|
||||
|
||||
# {{{PKG}}}
|
||||
|
||||
```@index
|
||||
|
Loading…
Reference in New Issue
Block a user