mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
fix: use message in git stash command
This commit is contained in:
@@ -111,6 +111,6 @@ func (self *StashCommands) SaveStagedChanges(message string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *StashCommands) StashUntrackedChanges(message string) error {
|
func (self *StashCommands) StashUntrackedChanges(message string) error {
|
||||||
return self.cmd.New("git stash --include-untracked").Run();
|
return self.cmd.New(fmt.Sprintf("git stash save %s --include-untracked", self.cmd.Quote(message))).Run()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
592d439043d07cd223cbde4b3a0884b94634437b
|
03158a5be423590fa91f97c23ed505745e8e8aff
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
0000000000000000000000000000000000000000 592d439043d07cd223cbde4b3a0884b94634437b CI <CI@example.com> 1654284027 -0230 commit (initial): Initial commit
|
0000000000000000000000000000000000000000 03158a5be423590fa91f97c23ed505745e8e8aff CI <CI@example.com> 1655844652 -0230 commit (initial): Initial commit
|
||||||
592d439043d07cd223cbde4b3a0884b94634437b 592d439043d07cd223cbde4b3a0884b94634437b CI <CI@example.com> 1654284036 -0230 reset: moving to HEAD
|
03158a5be423590fa91f97c23ed505745e8e8aff 03158a5be423590fa91f97c23ed505745e8e8aff CI <CI@example.com> 1655844659 -0230 reset: moving to HEAD
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0000000000000000000000000000000000000000 592d439043d07cd223cbde4b3a0884b94634437b CI <CI@example.com> 1654284027 -0230 commit (initial): Initial commit
|
0000000000000000000000000000000000000000 03158a5be423590fa91f97c23ed505745e8e8aff CI <CI@example.com> 1655844652 -0230 commit (initial): Initial commit
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0000000000000000000000000000000000000000 b3c24805b28fa5e90b5807bb402b123974f13d61 CI <CI@example.com> 1654284036 -0230 WIP on master: 592d439 Initial commit
|
0000000000000000000000000000000000000000 fed8896ec3398ae58cfd81e56a058bf18b49427a CI <CI@example.com> 1655844659 -0230 WIP on master: 03158a5 Initial commit
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
x��[
|
|
||||||
�0E��*fJ&�&""���H�S6��)�|n���9�R-%7@�Ome:ץQoX�d�Gt!("�d;�nqoϺB?�����=��j�:k�7R;8K��8������ؗ�Fz�S�y��@���_�5`Xr�q�_Z|j�:�
|
|
||||||
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
x��A
|
||||||
|
�0E]�s%Mg�DD��z�I:�BӔ�Ƿ ��>���Xr�*cOu��-����j!ɍ��RA�Q���RA�
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
x���J1D=�W��Nҝ�ED��ܼy�N:��3���|d�^�WE��-�u���a�f�j5a��LY �j/-q(��2�t���� z*Bj"1ta�9��PF�bEz?��
|
||||||
|
�U�!X�YC�)�h ��א�e8���x�:@��K@�Rͳ������I��綻��^.����r��SݖW���@L��B��H�a�ħ���m�[���<��n^��*7�7���`
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
592d439043d07cd223cbde4b3a0884b94634437b
|
03158a5be423590fa91f97c23ed505745e8e8aff
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
b3c24805b28fa5e90b5807bb402b123974f13d61
|
fed8896ec3398ae58cfd81e56a058bf18b49427a
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"KeyEvents":[{"Timestamp":3590,"Mod":0,"Key":256,"Ch":83},{"Timestamp":6045,"Mod":0,"Key":256,"Ch":85},{"Timestamp":7792,"Mod":0,"Key":13,"Ch":13},{"Timestamp":15045,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":294,"Height":79}]}
|
{"KeyEvents":[{"Timestamp":2942,"Mod":0,"Key":256,"Ch":83},{"Timestamp":4657,"Mod":0,"Key":256,"Ch":85},{"Timestamp":6393,"Mod":0,"Key":13,"Ch":13},{"Timestamp":12342,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":294,"Height":79}]}
|
||||||
Reference in New Issue
Block a user