forked from libgit2/libgit2sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue-1471 Add worktree support, based on the current level of suppor…
…t in libgit2
- Loading branch information
Showing
132 changed files
with
689 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,5 @@ _ReSharper*/ | |
*.DotSettings | ||
|
||
_NCrunch_LibGit2Sharp/ | ||
packages/ | ||
worktree.playlist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
one |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/1/branch_file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hey there |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/branch_file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hi |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/COMMIT_EDITMSG
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add "1.txt" file beside "1" folder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ref: refs/heads/master |
23 changes: 23 additions & 0 deletions
23
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
hideDotFiles = dotGitOnly | ||
[remote "origin"] | ||
fetch = +refs/heads/*:refs/remotes/origin/* | ||
url = c:/GitHub/libgit2sharp/Resources/testrepo.git | ||
[remote "no_url"] | ||
url = | ||
fetch = +refs/heads/*:refs/remotes/no_url/* | ||
[branch "master"] | ||
remote = origin | ||
merge = refs/heads/master | ||
[branch "track-local"] | ||
remote = . | ||
merge = refs/heads/master | ||
[unittests] | ||
longsetting = 15234 | ||
intsetting = 2 |
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/info/exclude
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] | ||
# *~ |
3 changes: 3 additions & 0 deletions
3
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/logs/HEAD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
0000000000000000000000000000000000000000 4c062a6361ae6959e06292c1fa5e2822d9c96345 Tim Clem <[email protected]> 1303768198 -0700 clone: from c:/GitHub/libgit2sharp/Resources/testrepo.git | ||
4c062a6361ae6959e06292c1fa5e2822d9c96345 592d3c869dbc4127fc57c189cb94f2794fa84e7e Tim Clem <[email protected]> 1303835722 -0700 commit: add more test files | ||
592d3c869dbc4127fc57c189cb94f2794fa84e7e 32eab9cb1f450b5fe7ab663462b77d7f4b703344 nulltoken <[email protected]> 1320047537 +0100 commit: Add "1.txt" file beside "1" folder |
2 changes: 2 additions & 0 deletions
2
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/logs/refs/heads/logo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
0000000000000000000000000000000000000000 4c062a6361ae6959e06292c1fa5e2822d9c96345 nulltoken <[email protected]> 1359021419 +0100 branch: Created from 4c062a6361ae6959e06292c1fa5e2822d9c96345 | ||
4c062a6361ae6959e06292c1fa5e2822d9c96345 a447ba2ca8fffd46dece72f7db6faf324afb8fcd nulltoken <[email protected]> 1359021433 +0100 commit: Add logo |
3 changes: 3 additions & 0 deletions
3
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/logs/refs/heads/master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
0000000000000000000000000000000000000000 4c062a6361ae6959e06292c1fa5e2822d9c96345 Tim Clem <[email protected]> 1303768198 -0700 clone: from c:/GitHub/libgit2sharp/Resources/testrepo.git | ||
4c062a6361ae6959e06292c1fa5e2822d9c96345 592d3c869dbc4127fc57c189cb94f2794fa84e7e Tim Clem <[email protected]> 1303835722 -0700 commit: add more test files | ||
592d3c869dbc4127fc57c189cb94f2794fa84e7e 32eab9cb1f450b5fe7ab663462b77d7f4b703344 nulltoken <[email protected]> 1320047537 +0100 commit: Add "1.txt" file beside "1" folder |
Binary file added
BIN
+183 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/04/c9b35f51fbff2338d5cdc959b23a93a14c5063
Binary file not shown.
Binary file added
BIN
+186 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/0a/99448e920a3615f33273047412949d09015ff8
Binary file not shown.
Binary file added
BIN
+19 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/13/85f264afb75a56a5bec74243be9b367ba4ca08
Binary file not shown.
Binary file added
BIN
+28 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/15/d2ecc60893449f4fe4593dd51a4706dec212f5
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/16/bdf1dece5c56c92a9187550fafe0270a03a93a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
x̱ | ||
1EQ����jm\�,��Dl,'�Ä���:"���큛�3���^4�7�u�و��\0yVg��(W����ϝ�XmL?�2��ʍj�K=yPK��I� �#Y | ||
|
Binary file added
BIN
+51 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/18/1037049a54a1eb5fab404658a3a250b44335d7
Binary file not shown.
Binary file added
BIN
+119 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/18/10dff58d8a660512d4832e740f692884338ccd
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../Resources/worktree/testrepo_wd/dot_git/objects/32/eab9cb1f450b5fe7ab663462b77d7f4b703344
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+183 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/33/a9574ff4dca3fbf68c6785859b80895c6b77b1
Binary file not shown.
Binary file added
BIN
+91 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/37/d22f870ffe688c0d1220fbbf1f06629c64142c
Binary file not shown.
Binary file added
BIN
+18 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/45/b983be36b73c0788dc9cbcb76cbb80fc7bb057
Binary file not shown.
Binary file added
BIN
+51 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/46/25a3628cb78970c57e23a2fe2574514ba403c7
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/4a/202b346bb0fb0db7eff3cffeb3c70babbd2045
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
x��Q | ||
�0D��)��6�ͦ "xO���-�Fb��Eo��0�Ǥ�,ske�[�Pn8R,EpD?�g�}�^3���<��G�hYK���8ЖDA��)���;g�ݧ���j�p�4����-������r���;�s�GA4ۺ=���(�in7�I�K�FE |
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/4b/e51d6fc0943aa42b635c762145ca209cf39771
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+162 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/4c/062a6361ae6959e06292c1fa5e2822d9c96345
Binary file not shown.
Binary file added
BIN
+53 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/4e/935b73cf0fe06c513267d517fc2e65fc0d100e
Binary file not shown.
Binary file added
BIN
+91 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/50/9d02afef0632c7f733ddcd62500b0538d9157f
Binary file not shown.
Binary file added
BIN
+22 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/56/05472eb48cb4e60b5aa8810cc5ec8138026fad
Binary file not shown.
Binary file added
BIN
+19 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/56/26abf0f72e58d7a153368ba57db4c673c0e171
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/58/0c2111be43802dab11328176d94c391f1deae9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
x��Aj1E��)t�{d[6��Ev���G��ep�}B{��><x�_zk� �0vU@������X��T"��B�dS% | ||
�8�û�����"z4pq1&�Y�% %��~���p�u,p�e�'��߽}~7^����:��gB8�`�y��á�q͗�>�����B0��I� |
Binary file added
BIN
+146 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/58/1f9824ecaf824221bd36edf5430f2739a7c4f5
Binary file not shown.
Binary file added
BIN
+166 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/59/2d3c869dbc4127fc57c189cb94f2794fa84e7e
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/5b/5b025afb0b4c913b4c338a42934a3863bf3644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
x��� 1E�Ni@��k2 "X�$�YW0Yc����Ås���z����MD��0��8!�����s�X��g�d�::@X0�P�w�"F/����R��Uz��m�ZZ�����V}|�/�o5����I�!�1z��:v��Uim}�/�> | ||
�F- |
Binary file added
BIN
+52 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/67/b8324ec2fefc01fd9d31d328116df0474e7acd
Binary file not shown.
Binary file added
BIN
+91 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/6b/53f5d357f29607605ce2e612d2fda6693ff8d7
Binary file not shown.
Binary file added
BIN
+216 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/72/52fe2da2c4dd6d85231a150d0485ec46abaa7a
Binary file not shown.
Binary file added
BIN
+170 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/74/9a42f6ef33405e5ac16687963aebab8b78abd1
Binary file not shown.
Binary file added
BIN
+119 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/75/057dd4114e74cca1d750d0aee1647c903cb60a
Binary file not shown.
Binary file added
BIN
+50 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/79/09961ae96accd75b6813d32e0fc1d6d52ec941
Binary file not shown.
Binary file added
BIN
+145 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/7b/4384978d2493e851f9cca7858815fac9b10980
Binary file not shown.
Binary file added
BIN
+60 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/7f/76480d939dc401415927ea7ef25c676b8ddb8f
Binary file not shown.
Binary file added
BIN
+82 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/81/4889a078c031f61ed08ab5fa863aea9314344d
Binary file not shown.
Binary file added
BIN
+126 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/84/96071c1b46c854b31185ea97743be6a8774479
Binary file not shown.
Binary file added
BIN
+270 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/84/9f67c87f926a81af895fc037c04ad85549d73f
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/89/657cd6da3ada7bfef880e6dfdb9732f28c272b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+31 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/92/17230e462ada4319e332e2a4b2d325c2d60550
Binary file not shown.
Binary file added
BIN
+27 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/93/5a81d39fd68adb3b7ba3fc60c9663f326435e3
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
.../Resources/worktree/testrepo_wd/dot_git/objects/9f/d738e8f7967c078dceed8190330fc8648ee56a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+108 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/a1/7e31b5f9b445610fe3bd9a08f04eee314b5595
Binary file not shown.
Binary file added
BIN
+157 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/a4/47ba2ca8fffd46dece72f7db6faf324afb8fcd
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/a4/a7dce85cf63874e984719f4fdd239f5145052f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+28 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/a7/1586c1dfe8a71c6cbf6c129f404c5642ff31bd
Binary file not shown.
Binary file added
BIN
+26 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/a8/233120f6ad708f843d861ce2b7228ec4e3dec6
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/ab/38987d12dc243c103a432608648c78fc6651a1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
x��M | ||
�0F]��e���D�z�q��@�@�oo�����{��Rr��é���� �1��EȀKƀ��<�|���V�~�ƛ�|�L��|ܞ��>I-W�s���@�Ԡ��\"K�Z���G�w����:� |
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/b2/5fa35b38051e4ae45d4222e795f9df2e43f1d1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+30 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/b3/e375c923d50c589b11b6da4a769bdd7f6502e3
Binary file not shown.
Binary file added
BIN
+24 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/b5/9b86c5f4874aea5255bf14d67a5ce13c80265f
Binary file not shown.
Binary file added
BIN
+12.2 KB
.../Resources/worktree/testrepo_wd/dot_git/objects/b7/58c5bc1c8117c2a4c545dae2903e36360501c5
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
.../Resources/worktree/testrepo_wd/dot_git/objects/be/3563ae3f795b2b4353bcce3a527ad0a4f7f644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
x��Kj1D��)z�UB��-0��uV9����<#������+�W<J���&8�/s��e���ȕKJ����S | ||
�Rv��{��Q��r��Y�QN$H\E����=6�X5���K Fr)�(�dC��Ά�����j�s�}���9�c-�w8�o�\�r��I���: | ||
l}F�W$Ds�ǣ��ٚOW�e�]V8-Ý��"U |
3 changes: 3 additions & 0 deletions
3
.../Resources/worktree/testrepo_wd/dot_git/objects/c4/7800c7266a2be04c571c04d5a6614691ea99bd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
x��Q | ||
�0D��)�ʦ�I<�'�lR+�Fj��Eo��0<x�h���a ���]ș��XUl�PF)�z�4y�,\r 'S��-mI4 | ||
�Xh��&��F�}n+\���Y�-p|鷜oU�z;-��a��lt{��?�I�,:�o�R��cHK |
Binary file added
BIN
+56 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/c7/69ecde1af25ba729b92be431570f32418c3ccd
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../Resources/worktree/testrepo_wd/dot_git/objects/ce/40c7a2a2a2d35827ff4de3feb284894ff6e29f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
x��A | ||
� E���/G�!�n{�q2��F����t���{�k)�:�M��^x��L����� ����ݚ�̛�W����6��~��Z�����P��r4�-3��Qku���?�z�'����9�;I |
Binary file added
BIN
+17 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/d0/0491fd7e5bb6fa28c517a0bb32b8b506539d4d
Binary file not shown.
Binary file added
BIN
+108 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/da/6413144c9053a78c3406f440cdc9fcb037fcf9
Binary file not shown.
Binary file added
BIN
+141 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/db/9c482bd00c69d8a2d12242cee5f981ea040140
Binary file not shown.
Binary file added
BIN
+296 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/e5/d221fc5da11a3169bf503d76497c81be3207b6
Binary file not shown.
Binary file added
BIN
+37 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/e6/8bcc7b5d6370fac1ea9929f4b6982a4ebb99a2
Binary file not shown.
Binary file added
BIN
+15 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../Resources/worktree/testrepo_wd/dot_git/objects/e7/039e6d0e7dd4d4c1e2e8e5aa5306b2776436ca
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../Resources/worktree/testrepo_wd/dot_git/objects/e8/953ab38d30b11c45b5ac7229fcef0ab4d603c6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
x�A@0P��[�!���N�����#����ϋz�]�ld���uE/�D�nD�T$�h��Xϼ���z�p0(=��bhj73�|e�~#[� | ||
|
4 changes: 4 additions & 0 deletions
4
.../Resources/worktree/testrepo_wd/dot_git/objects/ec/9e401198937e33a8617be9f235a449728d9f6d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
x��A | ||
�0E]���$�� ����f�L#1��� | ||
�>�ǃ?��Sc��U`=J�'�Dd�Q�)xF�DG��ު'W�D�¨���0x2L�-Z�#�q��b�m->�� | ||
���n�呶ے9=���+h�G7B�3jDu��a�ZuO�-�[�W�cT_�FHn |
Binary file added
BIN
+21 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/f2/e41136eac73c39554dede1fd7e67b12502d577
Binary file not shown.
Binary file added
BIN
+82 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/f6/0079018b664e4e79329a7ef9559c8d9e0378d1
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../Resources/worktree/testrepo_wd/dot_git/objects/f7/05abffe7015f2beacf2abe7a36583ebee3487e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+131 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/f8/d44d712e0680d942a4015058dd84e382879fe2
Binary file not shown.
Binary file added
BIN
+24 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/fa/49b077972391ad58037050f2a75f74e3671e92
Binary file not shown.
Binary file added
BIN
+82 Bytes
.../Resources/worktree/testrepo_wd/dot_git/objects/fd/093bff70906175335656e6ce6ae05783708765
Binary file not shown.
Binary file added
BIN
+45.6 KB
...rktree/testrepo_wd/dot_git/objects/pack/pack-a81e489679b7d3418f9ab594bda8ceb37dd4c695.idx
Binary file not shown.
Binary file added
BIN
+377 KB
...ktree/testrepo_wd/dot_git/objects/pack/pack-a81e489679b7d3418f9ab594bda8ceb37dd4c695.pack
Binary file not shown.
Binary file added
BIN
+1.21 KB
...rktree/testrepo_wd/dot_git/objects/pack/pack-d7c6adf9f61318f041845b01440d09aa7a91e1b5.idx
Binary file not shown.
Binary file added
BIN
+491 Bytes
...ktree/testrepo_wd/dot_git/objects/pack/pack-d7c6adf9f61318f041845b01440d09aa7a91e1b5.pack
Binary file not shown.
Binary file added
BIN
+1.21 KB
...rktree/testrepo_wd/dot_git/objects/pack/pack-d85f5d483273108c9d8dd0e4728ccf0b2982423a.idx
Binary file not shown.
Binary file added
BIN
+498 Bytes
...ktree/testrepo_wd/dot_git/objects/pack/pack-d85f5d483273108c9d8dd0e4728ccf0b2982423a.pack
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/packed-refs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# pack-refs with: peeled | ||
b25fa35b38051e4ae45d4222e795f9df2e43f1d1 refs/tags/test | ||
^e90810b8df3e80c413d903f631643c716887138d | ||
e90810b8df3e80c413d903f631643c716887138d refs/tags/lw | ||
7b4384978d2493e851f9cca7858815fac9b10980 refs/tags/e90810b | ||
^e90810b8df3e80c413d903f631643c716887138d | ||
e90810b8df3e80c413d903f631643c716887138d refs/remotes/origin/test | ||
4a202b346bb0fb0db7eff3cffeb3c70babbd2045 refs/remotes/origin/packed-test | ||
580c2111be43802dab11328176d94c391f1deae9 refs/remotes/origin/master | ||
a4a7dce85cf63874e984719f4fdd239f5145052f refs/remotes/origin/br2 |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/refs/heads/diff-test-cases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e7039e6d0e7dd4d4c1e2e8e5aa5306b2776436ca |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/refs/heads/i-do-numbers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7252fe2da2c4dd6d85231a150d0485ec46abaa7a |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/refs/heads/logo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a447ba2ca8fffd46dece72f7db6faf324afb8fcd |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/refs/heads/master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
32eab9cb1f450b5fe7ab663462b77d7f4b703344 |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/refs/heads/track-local
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
580c2111be43802dab11328176d94c391f1deae9 |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/refs/heads/treesame_as_32eab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f705abffe7015f2beacf2abe7a36583ebee3487e |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/refs/remotes/origin/HEAD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ref: refs/remotes/origin/master |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/i-do-numbers/HEAD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ref: refs/heads/i-do-numbers |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/i-do-numbers/ORIG_HEAD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7252fe2da2c4dd6d85231a150d0485ec46abaa7a |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/i-do-numbers/commondir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../.. |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/i-do-numbers/gitdir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../worktrees/i-do-numbers/.git |
Binary file added
BIN
+225 Bytes
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/i-do-numbers/index
Binary file not shown.
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/i-do-numbers/logs/HEAD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7252fe2da2c4dd6d85231a150d0485ec46abaa7a 7252fe2da2c4dd6d85231a150d0485ec46abaa7a Mike Minns <[email protected]> 1513714384 +0000 reset: moving to HEAD |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/logo/HEAD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ref: refs/heads/logo |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/logo/ORIG_HEAD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a447ba2ca8fffd46dece72f7db6faf324afb8fcd |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/logo/commondir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../.. |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/logo/gitdir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../worktrees/logo/.git |
Binary file added
BIN
+475 Bytes
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/logo/index
Binary file not shown.
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/logo/locked
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Test lock reason |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees/logo/logs/HEAD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a447ba2ca8fffd46dece72f7db6faf324afb8fcd a447ba2ca8fffd46dece72f7db6faf324afb8fcd Mike Minns <[email protected]> 1513713776 +0000 reset: moving to HEAD |
2 changes: 2 additions & 0 deletions
2
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/modified_staged_file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
a change | ||
more files! |
2 changes: 2 additions & 0 deletions
2
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/modified_unstaged_file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
some more text | ||
more files! more files! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
my new file |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/new_tracked_file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a new file |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/new_untracked_file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
content |
17 changes: 17 additions & 0 deletions
17
LibGit2Sharp.Tests/Resources/worktree/worktrees/i-do-numbers/numbers.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
1 | ||
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
7.2 | ||
8 | ||
9 | ||
10 | ||
11 | ||
12 | ||
13 | ||
14 | ||
15 | ||
16 |
5 changes: 5 additions & 0 deletions
5
LibGit2Sharp.Tests/Resources/worktree/worktrees/i-do-numbers/super-file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
That's a terrible name! | ||
I don't like it. | ||
People look down at me and laugh. :-( | ||
Really!!!! | ||
Yeah! Better! |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/worktrees/logo/1/branch_file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hey there |
1 change: 1 addition & 0 deletions
1
LibGit2Sharp.Tests/Resources/worktree/worktrees/logo/branch_file.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
my new file |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
using LibGit2Sharp.Tests.TestHelpers; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
using Xunit; | ||
|
||
namespace LibGit2Sharp.Tests | ||
{ | ||
public class WorktreeFixture : BaseFixture | ||
{ | ||
[Fact] | ||
public void RetrievingWorktreeForRandomNameReturnsNull() | ||
{ | ||
var path = SandboxWorktreeTestRepo(); | ||
using (var repo = new Repository(path)) | ||
{ | ||
var worktree = repo.Worktrees["random"]; | ||
Assert.Null(worktree); | ||
} | ||
} | ||
|
||
[Fact] | ||
public void RetrievingWorktreeForWorktreeNameReturnsWorktree() | ||
{ | ||
var path = SandboxWorktreeTestRepo(); | ||
using (var repo = new Repository(path)) | ||
{ | ||
var worktree = repo.Worktrees["logo"]; | ||
Assert.NotNull(worktree); | ||
} | ||
} | ||
|
||
[Fact] | ||
public void CanEnumerateRepositoryWorktrees() | ||
{ | ||
var expectedWorktrees = new[] | ||
{ | ||
"i-do-numbers", | ||
"logo", | ||
}; | ||
|
||
var path = SandboxWorktreeTestRepo(); | ||
using (var repo = new Repository(path)) | ||
{ | ||
var worktrees = repo.Worktrees.OrderBy(w => w.Name, StringComparer.Ordinal); | ||
|
||
Assert.Equal(expectedWorktrees, worktrees.Select(w => w.Name).ToArray()); | ||
} | ||
} | ||
|
||
[Fact] | ||
public void CanViewLockStatusForWorktrees() | ||
{ | ||
var testpath = SandboxWorktreeTestRepo(); | ||
var repoPath = testpath; | ||
using (var repo = new Repository(repoPath)) | ||
{ | ||
// locked | ||
var worktreeLogo = repo.Worktrees["logo"]; | ||
Assert.Equal("logo", worktreeLogo.Name); | ||
Assert.True(worktreeLogo.IsLocked); | ||
Assert.Equal("Test lock reason\n", worktreeLogo.LockReason); | ||
|
||
// not locked | ||
var worktreeIDoNumbers = repo.Worktrees["i-do-numbers"]; | ||
Assert.Equal("i-do-numbers", worktreeIDoNumbers.Name); | ||
Assert.False(worktreeIDoNumbers.IsLocked); | ||
Assert.Null(worktreeIDoNumbers.LockReason); | ||
} | ||
} | ||
|
||
[Fact] | ||
public void CanGetRepositoryForWorktree() | ||
{ | ||
var testpath = SandboxWorktreeTestRepo(); | ||
var repoPath = testpath; | ||
using (var repo = new Repository(repoPath)) | ||
{ | ||
var worktree = repo.Worktrees["logo"]; | ||
|
||
Assert.Equal("logo", worktree.Name); | ||
var worktreeRepo = worktree.WorktreeRepository; | ||
Assert.NotNull(worktreeRepo); | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.