mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
test: add an integration test for rename stash
This commit is contained in:
parent
eceb3a5aa6
commit
e78e829e3a
23 changed files with 66 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
blah
|
|
@ -0,0 +1 @@
|
|||
ref: refs/heads/master
|
|
@ -0,0 +1 @@
|
|||
8d4897b3dcbb5c8fbc8fa8439ec7e9627c3159cf
|
|
@ -0,0 +1,12 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
ignorecase = true
|
||||
precomposeunicode = true
|
||||
[user]
|
||||
email = CI@example.com
|
||||
name = CI
|
||||
[commit]
|
||||
gpgSign = false
|
|
@ -0,0 +1 @@
|
|||
Unnamed repository; edit this file 'description' to name the repository.
|
BIN
test/integration_new/stash/rename/expected/repo/.git_keep/index
Normal file
BIN
test/integration_new/stash/rename/expected/repo/.git_keep/index
Normal file
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
0000000000000000000000000000000000000000 8d4897b3dcbb5c8fbc8fa8439ec7e9627c3159cf CI <CI@example.com> 1665802395 +0900 commit (initial): blah
|
||||
8d4897b3dcbb5c8fbc8fa8439ec7e9627c3159cf 8d4897b3dcbb5c8fbc8fa8439ec7e9627c3159cf CI <CI@example.com> 1665802396 +0900 reset: moving to HEAD
|
|
@ -0,0 +1 @@
|
|||
0000000000000000000000000000000000000000 8d4897b3dcbb5c8fbc8fa8439ec7e9627c3159cf CI <CI@example.com> 1665802395 +0900 commit (initial): blah
|
|
@ -0,0 +1 @@
|
|||
0000000000000000000000000000000000000000 c6f35659c0cf57c794d79df88283d7ee933831dd CI <CI@example.com> 1665802399 +0900 On master: bar baz
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
x<01>ŽA
|
||||
ƒ0E»Î)f_(1ê˜)¥\yŒd2ƒ‚Q±)xüºé¾‹·ù¼<0F>ל§®ÂKÙE@1ªÚ@šTmDiÈ&vUˆªr«ªf»,|j<u±NcË^ãIðMMÂ<4D>ºŽëª%V>e\wèxôÃKŽ<4B>·Yn¼æ'Tˆ·®&„«%k͹žQEþÔÍ´$9`] ‡÷ùºÿª Îa4_ ËC^
|
|
@ -0,0 +1,2 @@
|
|||
xŤÍÁ
|
||||
Â0€aĎ}ŠÜÉş4$ "ě´ÇhşŚ +•QÁÇwŹŕőç<C591>ż´Z_/ýp2‰i)L±»iFFOd«,¬Qd5wR¤<52>?}kL3ܧůéß\ß»ßJ«<18>“`5Á1śőśt˙“Űó~°?+Ę
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
8d4897b3dcbb5c8fbc8fa8439ec7e9627c3159cf
|
|
@ -0,0 +1 @@
|
|||
c6f35659c0cf57c794d79df88283d7ee933831dd
|
Loading…
Add table
Add a link
Reference in a new issue