mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
no more config in git command struct
This commit is contained in:
parent
18ab086126
commit
03b946cc8f
17 changed files with 28 additions and 38 deletions
|
@ -485,3 +485,7 @@ func sanitisedCommandOutput(output []byte, err error) (string, error) {
|
|||
}
|
||||
return outputString, nil
|
||||
}
|
||||
|
||||
func GetTempDir() string {
|
||||
return filepath.Join(os.TempDir(), "lazygit")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue