mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
support creating patches from files in diff mode
This commit is contained in:
parent
2eee079d3a
commit
43d891b8d6
7 changed files with 66 additions and 28 deletions
|
@ -2,6 +2,7 @@ package commands
|
|||
|
||||
// CommitFile : A git commit file
|
||||
type CommitFile struct {
|
||||
// Parent is the identifier of the parent object e.g. a commit SHA if this commit file is for a commit, or a stash entry ref like 'stash@{1}'
|
||||
Parent string
|
||||
Name string
|
||||
DisplayString string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue