mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
fix<Command>: fix crash reported by https://gitee.com/sourcegit/sourcegit/issues/I43UH1
This commit is contained in:
parent
78bb68b82e
commit
8894705321
2 changed files with 17 additions and 4 deletions
|
@ -4,8 +4,7 @@ namespace SourceGit.Commands {
|
|||
/// </summary>
|
||||
public class Config : Command {
|
||||
|
||||
public Config() {
|
||||
}
|
||||
public Config() {}
|
||||
|
||||
public Config(string repo) {
|
||||
Cwd = repo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue