From 546eb50bac49ad2f1f6457f15816009b334b4c65 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 6 Apr 2021 10:29:13 +1000 Subject: [PATCH] add another filter path test --- .../expected/.git_keep/COMMIT_EDITMSG | 1 + .../filterPath2/expected/.git_keep/FETCH_HEAD | 0 .../filterPath2/expected/.git_keep/HEAD | 1 + .../filterPath2/expected/.git_keep/config | 10 ++++++ .../expected/.git_keep/description | 1 + .../filterPath2/expected/.git_keep/index | Bin 0 -> 353 bytes .../expected/.git_keep/info/exclude | 7 ++++ .../filterPath2/expected/.git_keep/logs/HEAD | 6 ++++ .../expected/.git_keep/logs/refs/heads/master | 6 ++++ .../18/0cf8328022becee9aaa2577a8f84ea2b9f3827 | Bin 0 -> 21 bytes .../1e/3e67b999db1576ad1ee08bf4f02bdf29e49442 | Bin 0 -> 50 bytes .../23/b4388df8cdc033c4266f55a4234c41f2e6a857 | Bin 0 -> 148 bytes .../36/d991b179958e18281131be9914649ebe40bfba | Bin 0 -> 119 bytes .../38/143ad4a0fe2ab6ee53c2ef89a5d9e2bd9535da | Bin 0 -> 21 bytes .../77/9de836a10ac879fa919f48d5dc4f4ce11528e2 | Bin 0 -> 101 bytes .../7d/3e3bcc43446179c3fe38dec8cfccb87514c3fa | 2 ++ .../84/b823dc5fc92fcf08eb8c8545716232ce49bd45 | Bin 0 -> 106 bytes .../91/4d8fff27717808920192dc44535c711f41dc75 | Bin 0 -> 152 bytes .../9e/88a70dc8d82dd2afbfd50176ef78e18823bc2c | Bin 0 -> 101 bytes .../a5/bce3fd2565d8f458555a0c6f42d0504a848bd5 | Bin 0 -> 21 bytes .../c1/a2676f74b3007ebb101d4d121cecb4850f1378 | Bin 0 -> 148 bytes .../c8/68546458601b9c71b76b893f9020ecf7405528 | Bin 0 -> 106 bytes .../d0/76cc9cc09acaa2d36fbc7a95fd3e2306494641 | 2 ++ .../d2/34c5e057fe32c676ea67e8cb38f4625ddaeb54 | Bin 0 -> 21 bytes .../df/6b0d2bcc76e6ec0fca20c227104a4f28bac41b | Bin 0 -> 21 bytes .../f6/707836a7d9a861ebfeff921a45ed43cd429cef | 2 ++ .../expected/.git_keep/refs/heads/master | 1 + test/integration/filterPath2/expected/file | 1 + test/integration/filterPath2/expected/file0 | 1 + test/integration/filterPath2/expected/file1 | 1 + test/integration/filterPath2/expected/file2 | 1 + test/integration/filterPath2/recording.json | 1 + test/integration/filterPath2/setup.sh | 31 ++++++++++++++++++ test/integration/filterPath2/test.json | 1 + 34 files changed, 76 insertions(+) create mode 100644 test/integration/filterPath2/expected/.git_keep/COMMIT_EDITMSG create mode 100644 test/integration/filterPath2/expected/.git_keep/FETCH_HEAD create mode 100644 test/integration/filterPath2/expected/.git_keep/HEAD create mode 100644 test/integration/filterPath2/expected/.git_keep/config create mode 100644 test/integration/filterPath2/expected/.git_keep/description create mode 100644 test/integration/filterPath2/expected/.git_keep/index create mode 100644 test/integration/filterPath2/expected/.git_keep/info/exclude create mode 100644 test/integration/filterPath2/expected/.git_keep/logs/HEAD create mode 100644 test/integration/filterPath2/expected/.git_keep/logs/refs/heads/master create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/18/0cf8328022becee9aaa2577a8f84ea2b9f3827 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/1e/3e67b999db1576ad1ee08bf4f02bdf29e49442 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/23/b4388df8cdc033c4266f55a4234c41f2e6a857 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/36/d991b179958e18281131be9914649ebe40bfba create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/38/143ad4a0fe2ab6ee53c2ef89a5d9e2bd9535da create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/77/9de836a10ac879fa919f48d5dc4f4ce11528e2 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/7d/3e3bcc43446179c3fe38dec8cfccb87514c3fa create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/84/b823dc5fc92fcf08eb8c8545716232ce49bd45 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/91/4d8fff27717808920192dc44535c711f41dc75 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/9e/88a70dc8d82dd2afbfd50176ef78e18823bc2c create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/a5/bce3fd2565d8f458555a0c6f42d0504a848bd5 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/c1/a2676f74b3007ebb101d4d121cecb4850f1378 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/c8/68546458601b9c71b76b893f9020ecf7405528 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/d0/76cc9cc09acaa2d36fbc7a95fd3e2306494641 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/d2/34c5e057fe32c676ea67e8cb38f4625ddaeb54 create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/df/6b0d2bcc76e6ec0fca20c227104a4f28bac41b create mode 100644 test/integration/filterPath2/expected/.git_keep/objects/f6/707836a7d9a861ebfeff921a45ed43cd429cef create mode 100644 test/integration/filterPath2/expected/.git_keep/refs/heads/master create mode 100644 test/integration/filterPath2/expected/file create mode 100644 test/integration/filterPath2/expected/file0 create mode 100644 test/integration/filterPath2/expected/file1 create mode 100644 test/integration/filterPath2/expected/file2 create mode 100644 test/integration/filterPath2/recording.json create mode 100644 test/integration/filterPath2/setup.sh create mode 100644 test/integration/filterPath2/test.json diff --git a/test/integration/filterPath2/expected/.git_keep/COMMIT_EDITMSG b/test/integration/filterPath2/expected/.git_keep/COMMIT_EDITMSG new file mode 100644 index 000000000..9daeafb98 --- /dev/null +++ b/test/integration/filterPath2/expected/.git_keep/COMMIT_EDITMSG @@ -0,0 +1 @@ +test diff --git a/test/integration/filterPath2/expected/.git_keep/FETCH_HEAD b/test/integration/filterPath2/expected/.git_keep/FETCH_HEAD new file mode 100644 index 000000000..e69de29bb diff --git a/test/integration/filterPath2/expected/.git_keep/HEAD b/test/integration/filterPath2/expected/.git_keep/HEAD new file mode 100644 index 000000000..cb089cd89 --- /dev/null +++ b/test/integration/filterPath2/expected/.git_keep/HEAD @@ -0,0 +1 @@ +ref: refs/heads/master diff --git a/test/integration/filterPath2/expected/.git_keep/config b/test/integration/filterPath2/expected/.git_keep/config new file mode 100644 index 000000000..8ae104545 --- /dev/null +++ b/test/integration/filterPath2/expected/.git_keep/config @@ -0,0 +1,10 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true + ignorecase = true + precomposeunicode = true +[user] + email = CI@example.com + name = CI diff --git a/test/integration/filterPath2/expected/.git_keep/description b/test/integration/filterPath2/expected/.git_keep/description new file mode 100644 index 000000000..498b267a8 --- /dev/null +++ b/test/integration/filterPath2/expected/.git_keep/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/test/integration/filterPath2/expected/.git_keep/index b/test/integration/filterPath2/expected/.git_keep/index new file mode 100644 index 0000000000000000000000000000000000000000..9af85a58ccdc327bcc94c95f5659610525aff504 GIT binary patch literal 353 zcmZ?q402{*U|<4bmW1rp!aVmE?|{*aKruF*^=1qVjY}997{3D5hyXF$C6l8M!v7f^ zD|?mx;A;>qJIKN<@P6oWkwdo%RzH f-h6im)tGZBZK 1617668883 +1000 commit (initial): file0 +36d991b179958e18281131be9914649ebe40bfba 7d3e3bcc43446179c3fe38dec8cfccb87514c3fa CI 1617668883 +1000 commit: file1 +7d3e3bcc43446179c3fe38dec8cfccb87514c3fa f6707836a7d9a861ebfeff921a45ed43cd429cef CI 1617668883 +1000 commit: file2 +f6707836a7d9a861ebfeff921a45ed43cd429cef 914d8fff27717808920192dc44535c711f41dc75 CI 1617668883 +1000 commit: file1 and file2 +914d8fff27717808920192dc44535c711f41dc75 23b4388df8cdc033c4266f55a4234c41f2e6a857 CI 1617668883 +1000 commit: file +23b4388df8cdc033c4266f55a4234c41f2e6a857 c1a2676f74b3007ebb101d4d121cecb4850f1378 CI 1617668905 +1000 commit: test diff --git a/test/integration/filterPath2/expected/.git_keep/logs/refs/heads/master b/test/integration/filterPath2/expected/.git_keep/logs/refs/heads/master new file mode 100644 index 000000000..86d311d47 --- /dev/null +++ b/test/integration/filterPath2/expected/.git_keep/logs/refs/heads/master @@ -0,0 +1,6 @@ +0000000000000000000000000000000000000000 36d991b179958e18281131be9914649ebe40bfba CI 1617668883 +1000 commit (initial): file0 +36d991b179958e18281131be9914649ebe40bfba 7d3e3bcc43446179c3fe38dec8cfccb87514c3fa CI 1617668883 +1000 commit: file1 +7d3e3bcc43446179c3fe38dec8cfccb87514c3fa f6707836a7d9a861ebfeff921a45ed43cd429cef CI 1617668883 +1000 commit: file2 +f6707836a7d9a861ebfeff921a45ed43cd429cef 914d8fff27717808920192dc44535c711f41dc75 CI 1617668883 +1000 commit: file1 and file2 +914d8fff27717808920192dc44535c711f41dc75 23b4388df8cdc033c4266f55a4234c41f2e6a857 CI 1617668883 +1000 commit: file +23b4388df8cdc033c4266f55a4234c41f2e6a857 c1a2676f74b3007ebb101d4d121cecb4850f1378 CI 1617668905 +1000 commit: test diff --git a/test/integration/filterPath2/expected/.git_keep/objects/18/0cf8328022becee9aaa2577a8f84ea2b9f3827 b/test/integration/filterPath2/expected/.git_keep/objects/18/0cf8328022becee9aaa2577a8f84ea2b9f3827 new file mode 100644 index 0000000000000000000000000000000000000000..f74bf2335bbc5999ad0faff94fb04165d8ab5c7d GIT binary patch literal 21 ccmb~ZE#08nZNMgRZ+ literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/1e/3e67b999db1576ad1ee08bf4f02bdf29e49442 b/test/integration/filterPath2/expected/.git_keep/objects/1e/3e67b999db1576ad1ee08bf4f02bdf29e49442 new file mode 100644 index 0000000000000000000000000000000000000000..79fcadf67fdecb0f0cffca7ff27b2ae5c031e4d7 GIT binary patch literal 50 zcmV-20L}k+0V^p=O;s>9W-v4`Ff%bxNXyJgHDIt1vAVM0pVqc_!H3>=F1`6^?^M%U I033l4YT~68jQ{`u literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/23/b4388df8cdc033c4266f55a4234c41f2e6a857 b/test/integration/filterPath2/expected/.git_keep/objects/23/b4388df8cdc033c4266f55a4234c41f2e6a857 new file mode 100644 index 0000000000000000000000000000000000000000..96fc3d97b314e6260d9cb01529933d660678b5b9 GIT binary patch literal 148 zcmV;F0Biqv0gcW<3d0}}K+&!}h5JHrbkq?_DP)ynB;yPX#3lp_J$`e9Za;7Fd24Oy z77ASYAz}$<@}Y86E?!w3$xKWUV}|5|XTdU8jAow>d3Rd?E2*l_88SI4-a+w|5o3s) z0TiKfj%NDw*LK)pwD)0r%6Dq}DmUKR!$N|b5)lP^1?QYO>p9isPi}Ns#ry!zzBq6% CheDA6 literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/36/d991b179958e18281131be9914649ebe40bfba b/test/integration/filterPath2/expected/.git_keep/objects/36/d991b179958e18281131be9914649ebe40bfba new file mode 100644 index 0000000000000000000000000000000000000000..012d9528a3f5e88744e39d1181dc79d2af7ffaa0 GIT binary patch literal 119 zcmV--0Eqv10gcT~3c@fDhGEw^#q0%{Nyq$vh|pD!ku+bh(9lvMczk;Vw=WO8^VZtZ zNmMWW07x*v`5a>`S?=DYA^?Y6wX)5n+6axR)}&8=ZwHMNJ;v#UZ)*FB+q|_Wi4*T! Z2w|YBFta)9IqCS5o4TxE^8?>`EC$9)JMsVk literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/38/143ad4a0fe2ab6ee53c2ef89a5d9e2bd9535da b/test/integration/filterPath2/expected/.git_keep/objects/38/143ad4a0fe2ab6ee53c2ef89a5d9e2bd9535da new file mode 100644 index 0000000000000000000000000000000000000000..06c9cb73d7a8ed6841ce407bd6bb15235c8fa15c GIT binary patch literal 21 ccmb|y2)08mZ`J^%m! literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/77/9de836a10ac879fa919f48d5dc4f4ce11528e2 b/test/integration/filterPath2/expected/.git_keep/objects/77/9de836a10ac879fa919f48d5dc4f4ce11528e2 new file mode 100644 index 0000000000000000000000000000000000000000..ad968bd2faee3437d9a46d3b444edfe484933b81 GIT binary patch literal 101 zcmV-r0Gj`J0V^p=O;xb8WH2-^Ff%bxNXyJgHDIt1vAVM0pVqc_!H3>=F1`6^?^M%U zND2%Y?q~CApDBCxhX0hpA$0*Se~n#7q>&UDF7He@g~FfcPQQAo?oNoBZXa`Zv?Kci!1uhL(fw)m11d+T)w zlDq+fg^1Oa1^=|Ry$e3{zH{l#M|-E5-a=Af$Z$WKSNlxavp4*w6b`8ic=>DWIwFmv MzzC}q0NVUKm*jmiwEzGB literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/91/4d8fff27717808920192dc44535c711f41dc75 b/test/integration/filterPath2/expected/.git_keep/objects/91/4d8fff27717808920192dc44535c711f41dc75 new file mode 100644 index 0000000000000000000000000000000000000000..6aad407846085a6aa00c97ca354b6ae4d313c6aa GIT binary patch literal 152 zcmV;J0B8Sr0gaA93c@fD06pgwdlw{|rpX3Ggr540HQB{N)0Ps!=iC0k+c3;w@>=WE zz*%=`y9mUXicl9AEoX{JIbl*yr7zj5&w|)H5@$BvWoe)x+IaS{B&LA!Qc+C~+4oX> zmy35PiyHp4_qxL{!hIN@^5weCa?5Ld00xX95K#wLwAPx#9#c*J%#BX7An;P)BximK Gf<0^!VoGuV literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/9e/88a70dc8d82dd2afbfd50176ef78e18823bc2c b/test/integration/filterPath2/expected/.git_keep/objects/9e/88a70dc8d82dd2afbfd50176ef78e18823bc2c new file mode 100644 index 0000000000000000000000000000000000000000..0e95eb06dda15fe1901a7942e7954b700b36bfa9 GIT binary patch literal 101 zcmV-r0Gj`J0V^p=O;xb8WH2-^Ff%bxNXyJgHDIt1vAVM0pVqc_!H3>=F1`6^?^M%U zND2%YmhO4{S2gv2WLwJR>kD literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/a5/bce3fd2565d8f458555a0c6f42d0504a848bd5 b/test/integration/filterPath2/expected/.git_keep/objects/a5/bce3fd2565d8f458555a0c6f42d0504a848bd5 new file mode 100644 index 0000000000000000000000000000000000000000..285df3e5fbab12262e28d85e78af8a31cd0024c1 GIT binary patch literal 21 ccmb`~^A08nuUMF0Q* literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/c1/a2676f74b3007ebb101d4d121cecb4850f1378 b/test/integration/filterPath2/expected/.git_keep/objects/c1/a2676f74b3007ebb101d4d121cecb4850f1378 new file mode 100644 index 0000000000000000000000000000000000000000..44fc42ade45f8af2142879ad2e159bd00e2e2737 GIT binary patch literal 148 zcmV;F0Biqv0gcX03IZ_(kIxG$TXW_zCItA0ygpL&v|Un~+PBF+%)5dpyLb)OpgCpSai!~6hHH#hDh CO-9ZD literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/c8/68546458601b9c71b76b893f9020ecf7405528 b/test/integration/filterPath2/expected/.git_keep/objects/c8/68546458601b9c71b76b893f9020ecf7405528 new file mode 100644 index 0000000000000000000000000000000000000000..5310f486276a186a0fca91a1330e51824963b0e7 GIT binary patch literal 106 zcmV-w0G0oE0V^p=O;s>7He@g~FfcPQQAo?oNoBZXa`Zv?Kci!1uhL(fw)m11d+T)w zlDq+fg^1Oa1^=|Ry$e3{zH{l#M|-E5-a=Af$gp(JAs4j MzzC}q04bP0UJbu9e*gdg literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/d0/76cc9cc09acaa2d36fbc7a95fd3e2306494641 b/test/integration/filterPath2/expected/.git_keep/objects/d0/76cc9cc09acaa2d36fbc7a95fd3e2306494641 new file mode 100644 index 000000000..2e9066287 --- /dev/null +++ b/test/integration/filterPath2/expected/.git_keep/objects/d0/76cc9cc09acaa2d36fbc7a95fd3e2306494641 @@ -0,0 +1,2 @@ +x+)JMU03c040031QHI5`ֶww.hT[H + yW5Ɨ(| ^-W(x9 \ No newline at end of file diff --git a/test/integration/filterPath2/expected/.git_keep/objects/d2/34c5e057fe32c676ea67e8cb38f4625ddaeb54 b/test/integration/filterPath2/expected/.git_keep/objects/d2/34c5e057fe32c676ea67e8cb38f4625ddaeb54 new file mode 100644 index 0000000000000000000000000000000000000000..d39fa7d2fecf1c45a132dfe3a8758952f3c8d968 GIT binary patch literal 21 ccmb}lpN08nuUO8@`> literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/df/6b0d2bcc76e6ec0fca20c227104a4f28bac41b b/test/integration/filterPath2/expected/.git_keep/objects/df/6b0d2bcc76e6ec0fca20c227104a4f28bac41b new file mode 100644 index 0000000000000000000000000000000000000000..9b771fc2f6f41f91b00976b4ff3f8f9935f7931e GIT binary patch literal 21 ccmb>`CU&08otwO#lD@ literal 0 HcmV?d00001 diff --git a/test/integration/filterPath2/expected/.git_keep/objects/f6/707836a7d9a861ebfeff921a45ed43cd429cef b/test/integration/filterPath2/expected/.git_keep/objects/f6/707836a7d9a861ebfeff921a45ed43cd429cef new file mode 100644 index 000000000..def7bfe3a --- /dev/null +++ b/test/integration/filterPath2/expected/.git_keep/objects/f6/707836a7d9a861ebfeff921a45ed43cd429cef @@ -0,0 +1,2 @@ +xA +0a9$i2#`Dn?Z8K;UaT0 9RdDD/w$^;p!DL#D0/ ݲɟOfOSx><\ZkSMMY7u'p: \ No newline at end of file diff --git a/test/integration/filterPath2/expected/.git_keep/refs/heads/master b/test/integration/filterPath2/expected/.git_keep/refs/heads/master new file mode 100644 index 000000000..4c86c3b07 --- /dev/null +++ b/test/integration/filterPath2/expected/.git_keep/refs/heads/master @@ -0,0 +1 @@ +c1a2676f74b3007ebb101d4d121cecb4850f1378 diff --git a/test/integration/filterPath2/expected/file b/test/integration/filterPath2/expected/file new file mode 100644 index 000000000..d234c5e05 --- /dev/null +++ b/test/integration/filterPath2/expected/file @@ -0,0 +1 @@ +test4 diff --git a/test/integration/filterPath2/expected/file0 b/test/integration/filterPath2/expected/file0 new file mode 100644 index 000000000..38143ad4a --- /dev/null +++ b/test/integration/filterPath2/expected/file0 @@ -0,0 +1 @@ +test0 diff --git a/test/integration/filterPath2/expected/file1 b/test/integration/filterPath2/expected/file1 new file mode 100644 index 000000000..a5bce3fd2 --- /dev/null +++ b/test/integration/filterPath2/expected/file1 @@ -0,0 +1 @@ +test1 diff --git a/test/integration/filterPath2/expected/file2 b/test/integration/filterPath2/expected/file2 new file mode 100644 index 000000000..d234c5e05 --- /dev/null +++ b/test/integration/filterPath2/expected/file2 @@ -0,0 +1 @@ +test4 diff --git a/test/integration/filterPath2/recording.json b/test/integration/filterPath2/recording.json new file mode 100644 index 000000000..b857e533e --- /dev/null +++ b/test/integration/filterPath2/recording.json @@ -0,0 +1 @@ +{"KeyEvents":[{"Timestamp":650,"Mod":0,"Key":259,"Ch":0},{"Timestamp":970,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1547,"Mod":0,"Key":258,"Ch":0},{"Timestamp":2370,"Mod":0,"Key":13,"Ch":13},{"Timestamp":3506,"Mod":0,"Key":256,"Ch":120},{"Timestamp":4658,"Mod":0,"Key":256,"Ch":47},{"Timestamp":4971,"Mod":0,"Key":256,"Ch":102},{"Timestamp":5066,"Mod":0,"Key":256,"Ch":105},{"Timestamp":5106,"Mod":0,"Key":256,"Ch":108},{"Timestamp":5178,"Mod":0,"Key":256,"Ch":116},{"Timestamp":5266,"Mod":0,"Key":256,"Ch":101},{"Timestamp":5338,"Mod":0,"Key":256,"Ch":114},{"Timestamp":5426,"Mod":0,"Key":256,"Ch":45},{"Timestamp":5674,"Mod":0,"Key":256,"Ch":98},{"Timestamp":5698,"Mod":0,"Key":256,"Ch":121},{"Timestamp":5938,"Mod":0,"Key":256,"Ch":45},{"Timestamp":6148,"Mod":0,"Key":256,"Ch":112},{"Timestamp":6291,"Mod":0,"Key":256,"Ch":97},{"Timestamp":6330,"Mod":0,"Key":256,"Ch":116},{"Timestamp":6394,"Mod":0,"Key":256,"Ch":104},{"Timestamp":6666,"Mod":0,"Key":13,"Ch":13},{"Timestamp":8498,"Mod":0,"Key":13,"Ch":13},{"Timestamp":10194,"Mod":0,"Key":13,"Ch":13},{"Timestamp":12275,"Mod":0,"Key":13,"Ch":13},{"Timestamp":13378,"Mod":0,"Key":256,"Ch":32},{"Timestamp":14442,"Mod":2,"Key":16,"Ch":16},{"Timestamp":15442,"Mod":0,"Key":258,"Ch":0},{"Timestamp":15706,"Mod":0,"Key":258,"Ch":0},{"Timestamp":16058,"Mod":0,"Key":13,"Ch":13},{"Timestamp":17286,"Mod":0,"Key":27,"Ch":0},{"Timestamp":17992,"Mod":0,"Key":27,"Ch":0},{"Timestamp":18625,"Mod":0,"Key":27,"Ch":0},{"Timestamp":19883,"Mod":0,"Key":260,"Ch":0},{"Timestamp":20210,"Mod":0,"Key":260,"Ch":0},{"Timestamp":20987,"Mod":0,"Key":256,"Ch":99},{"Timestamp":21386,"Mod":0,"Key":256,"Ch":116},{"Timestamp":21514,"Mod":0,"Key":256,"Ch":101},{"Timestamp":21722,"Mod":0,"Key":256,"Ch":115},{"Timestamp":21770,"Mod":0,"Key":256,"Ch":116},{"Timestamp":22338,"Mod":0,"Key":13,"Ch":13},{"Timestamp":23658,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":272,"Height":74}]} \ No newline at end of file diff --git a/test/integration/filterPath2/setup.sh b/test/integration/filterPath2/setup.sh new file mode 100644 index 000000000..e766b6bdb --- /dev/null +++ b/test/integration/filterPath2/setup.sh @@ -0,0 +1,31 @@ +#!/bin/sh + +cd $1 + +git init + +git config user.email "CI@example.com" +git config user.name "CI" + +# need a history of commits each containing various files + +echo test0 > file0 +git add . +git commit -am file0 + +echo test1 > file1 +git add . +git commit -am file1 + +echo test2 > file2 +git add . +git commit -am "file2" + +echo test3 > file1 +echo test4 > file2 +git add . +git commit -am "file1 and file2" + +echo test4 > file +git add . +git commit -am "file" diff --git a/test/integration/filterPath2/test.json b/test/integration/filterPath2/test.json new file mode 100644 index 000000000..682ac9c2f --- /dev/null +++ b/test/integration/filterPath2/test.json @@ -0,0 +1 @@ +{ "description": "Open filter path mode from within lazygit", "speed": 10 }