mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Add test for amending a merge commit
This commit is contained in:
parent
4c7d363959
commit
0141bbde0e
26 changed files with 78 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
new feature commit
|
|
@ -0,0 +1 @@
|
|||
ref: refs/heads/development-branch
|
|
@ -0,0 +1 @@
|
|||
a69464e3729a09e3a526d4a2db209ee43e64ba1c
|
|
@ -0,0 +1,10 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
[user]
|
||||
email = CI@example.com
|
||||
name = CI
|
||||
[commit]
|
||||
gpgSign = false
|
|
@ -0,0 +1 @@
|
|||
Unnamed repository; edit this file 'description' to name the repository.
|
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
# git ls-files --others --exclude-from=.git/info/exclude
|
||||
# Lines that start with '#' are comments.
|
||||
# For a project mostly in C, the following would be a good set of
|
||||
# exclude patterns (uncomment them if you want to use them):
|
||||
# *.[oa]
|
||||
# *~
|
|
@ -0,0 +1,5 @@
|
|||
0000000000000000000000000000000000000000 a69464e3729a09e3a526d4a2db209ee43e64ba1c CI <CI@example.com> 1662823399 +0200 commit (initial): initial commit
|
||||
a69464e3729a09e3a526d4a2db209ee43e64ba1c a69464e3729a09e3a526d4a2db209ee43e64ba1c CI <CI@example.com> 1662823399 +0200 checkout: moving from development-branch to feature-branch
|
||||
a69464e3729a09e3a526d4a2db209ee43e64ba1c 5e62a9dc2e1352e7ee6ecf17033e2ed3382efc6f CI <CI@example.com> 1662823399 +0200 commit: new feature commit
|
||||
5e62a9dc2e1352e7ee6ecf17033e2ed3382efc6f a69464e3729a09e3a526d4a2db209ee43e64ba1c CI <CI@example.com> 1662823399 +0200 checkout: moving from feature-branch to development-branch
|
||||
a69464e3729a09e3a526d4a2db209ee43e64ba1c 77e1bb1effc5857c4d701219a001823432e3586d CI <CI@example.com> 1662823399 +0200 merge feature-branch: Merge made by the 'ort' strategy.
|
|
@ -0,0 +1,2 @@
|
|||
0000000000000000000000000000000000000000 a69464e3729a09e3a526d4a2db209ee43e64ba1c CI <CI@example.com> 1662823399 +0200 commit (initial): initial commit
|
||||
a69464e3729a09e3a526d4a2db209ee43e64ba1c 77e1bb1effc5857c4d701219a001823432e3586d CI <CI@example.com> 1662823399 +0200 merge feature-branch: Merge made by the 'ort' strategy.
|
|
@ -0,0 +1,2 @@
|
|||
0000000000000000000000000000000000000000 a69464e3729a09e3a526d4a2db209ee43e64ba1c CI <CI@example.com> 1662823399 +0200 branch: Created from HEAD
|
||||
a69464e3729a09e3a526d4a2db209ee43e64ba1c 5e62a9dc2e1352e7ee6ecf17033e2ed3382efc6f CI <CI@example.com> 1662823399 +0200 commit: new feature commit
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
x<01><>K
|
||||
Β@]Ο)z/H§g<C2A7>Ι€<CE99><E282AC>U<EFBFBD>Ρ™ΌAΑ|τψΌ€ΛWTΑKΛ4= Χ§²δYRΚΪο-1lΉR46¶<01>“µ9ΛθVΫ02<>A|#Ρ8Β[-:“q<E2809C>c"xh¬JΞφςX6κzΊvύ›Φ.i™nT©J+ήΗHgfwΠγTΑ<54>Ί›ρ¦+ϋϊµξήή?>
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
x<01><>»j1ESïW¨s´3ÚY B0¸r‘<72>˜]Åï!›|~’ô)Ͻ§9¶Îóµ9Šñ©UÀ±'³"c`VóPx-½`Ô|1<>’|¡ÜmZ±4§’‚ðHI}ë@’ƒRžhG†„I{ûóiÊFèy Œ€ÀJ?zf2s$“Òé½]ÖêNg÷v:ñ¥óvëó»ëE(sJîÙ“÷ݾî
ÿÔ»ÔO¸©êbw(Ðv¯xù჻.muÜÖmÞ<>î«ÐZ0
|
|
@ -0,0 +1,2 @@
|
|||
x██K
|
||||
б0@]ГЁ$⌠и╓]УИ8`═1╔DХЯ
x╥▐Вxэj-пя╔"`c"▐б
Q╟▌яeФDиIa╣OkWTЧТW;`^Ю>/9sщ7╧q╚═В&▌<%╦jё╣tL╨Э╘╚Р.╫Д
~²ЗЭ.ц
|
|
@ -0,0 +1 @@
|
|||
77e1bb1effc5857c4d701219a001823432e3586d
|
|
@ -0,0 +1 @@
|
|||
5e62a9dc2e1352e7ee6ecf17033e2ed3382efc6f
|
|
@ -0,0 +1 @@
|
|||
content
|
|
@ -0,0 +1 @@
|
|||
new content
|
|
@ -0,0 +1 @@
|
|||
content
|
Loading…
Add table
Add a link
Reference in a new issue