1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

better colouring for directories for when adding a patch

This commit is contained in:
Jesse Duffield
2021-03-31 23:00:24 +11:00
parent 7364525bf5
commit 50c169e0a3
3 changed files with 26 additions and 8 deletions

View File

@ -2,6 +2,7 @@ package models
// CommitFile : A git commit file
type CommitFile struct {
// TODO: rename this to Path
Name string
ChangeStatus string // e.g. 'A' for added or 'M' for modified. This is based on the result from git diff --name-status