mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 10:25:00 +00:00
refactor: use --format=<format>
instead of --pretty=format:<format>
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
808302ce84
commit
8d47bd5cd9
7 changed files with 8 additions and 10 deletions
|
@ -9,7 +9,7 @@ namespace SourceGit.Commands
|
|||
{
|
||||
WorkingDirectory = repo;
|
||||
Context = repo;
|
||||
Args = "stash list --pretty=format:%H%n%P%n%ct%n%gd%n%s";
|
||||
Args = "stash list --format=%H%n%P%n%ct%n%gd%n%s";
|
||||
}
|
||||
|
||||
public List<Models.Stash> Result()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue