Skip to content

Commit ae3ad37

Browse files
committed
Add submodule test repo
1 parent 1fd2d73 commit ae3ad37

File tree

255 files changed

+439
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+439
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This is the target for submod2 submodule links.
2+
Don't add commits casually because you make break tests.
3+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = false
5+
logallrefupdates = true
6+
ignorecase = true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# git ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0000000000000000000000000000000000000000 6b31c659545507c381e9cd34ec508f16c04e149e Russell Belfer <[email protected]> 1342559662 -0700 commit (initial): Initial commit
2+
6b31c659545507c381e9cd34ec508f16c04e149e 41bd4bc3df978de695f67ace64c560913da11653 Russell Belfer <[email protected]> 1342559709 -0700 commit: Adding test file
3+
41bd4bc3df978de695f67ace64c560913da11653 5e4963595a9774b90524d35a807169049de8ccad Russell Belfer <[email protected]> 1342559726 -0700 commit: Updating test file
4+
5e4963595a9774b90524d35a807169049de8ccad 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342559925 -0700 commit: One more update
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0000000000000000000000000000000000000000 6b31c659545507c381e9cd34ec508f16c04e149e Russell Belfer <[email protected]> 1342559662 -0700 commit (initial): Initial commit
2+
6b31c659545507c381e9cd34ec508f16c04e149e 41bd4bc3df978de695f67ace64c560913da11653 Russell Belfer <[email protected]> 1342559709 -0700 commit: Adding test file
3+
41bd4bc3df978de695f67ace64c560913da11653 5e4963595a9774b90524d35a807169049de8ccad Russell Belfer <[email protected]> 1342559726 -0700 commit: Updating test file
4+
5e4963595a9774b90524d35a807169049de8ccad 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342559925 -0700 commit: One more update
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x��Q
2+
!E�vo��y*�_��@�g#h���Oh�^�9w�����Sòf1*���[������Ic Ԥ���p���k� Α\���S߇�l��@.��^�QpF�(�:��D�5��zr~ �en8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x-�1�0 Fa����0p�����(N-����ӡғ���q]>ks�*�? |m“���i�@�����m��V����'��`)�.�-1� x
2+
u�x��t(+

LibGit2Sharp.Tests/Resources/submodule_target_wd/dot_git/objects/78/9efbdadaa4a582778d4584385495559ea0994b

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x���0 �)��?=���N�lO�k���j����8&�����r�
2+
�qJW�7��B<����f��K8�#Q1C-�"e��̫����>�'@
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
480095882d281ed676fe5b863569520e54a7d5c0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This is a file to modify in submodules
2+
It already has some history.
3+
You can add local changes as needed.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This is the submodule test data
2+
This repo will have a bunch of submodules in different states
3+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = false
5+
logallrefupdates = true
6+
ignorecase = true
7+
[submodule "sm_missing_commits"]
8+
url = ../submodule_target_wd
9+
[submodule "sm_unchanged"]
10+
url = ../submodule_target_wd
11+
[submodule "sm_changed_file"]
12+
url = ../submodule_target_wd
13+
[submodule "sm_changed_index"]
14+
url = ../submodule_target_wd
15+
[submodule "sm_changed_head"]
16+
url = ../submodule_target_wd
17+
[submodule "sm_changed_untracked_file"]
18+
url = ../submodule_target_wd
19+
[submodule "sm_added_and_uncommited"]
20+
url = ../submodule_target_wd
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# git ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0000000000000000000000000000000000000000 14fe9ccf104058df25e0a08361c4494e167ef243 Russell Belfer <[email protected]> 1342559771 -0700 commit (initial): Initial commit
2+
14fe9ccf104058df25e0a08361c4494e167ef243 a9104bf89e911387244ef499413960ba472066d9 Russell Belfer <[email protected]> 1342559831 -0700 commit: Adding a submodule
3+
a9104bf89e911387244ef499413960ba472066d9 5901da4f1c67756eeadc5121d206bec2431f253b Russell Belfer <[email protected]> 1342560036 -0700 commit: Updating submodule
4+
5901da4f1c67756eeadc5121d206bec2431f253b 7484482eb8db738cafa696993664607500a3f2b9 Russell Belfer <[email protected]> 1342560288 -0700 commit: Adding a bunch more test content
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0000000000000000000000000000000000000000 14fe9ccf104058df25e0a08361c4494e167ef243 Russell Belfer <[email protected]> 1342559771 -0700 commit (initial): Initial commit
2+
14fe9ccf104058df25e0a08361c4494e167ef243 a9104bf89e911387244ef499413960ba472066d9 Russell Belfer <[email protected]> 1342559831 -0700 commit: Adding a submodule
3+
a9104bf89e911387244ef499413960ba472066d9 5901da4f1c67756eeadc5121d206bec2431f253b Russell Belfer <[email protected]> 1342560036 -0700 commit: Updating submodule
4+
5901da4f1c67756eeadc5121d206bec2431f253b 7484482eb8db738cafa696993664607500a3f2b9 Russell Belfer <[email protected]> 1342560288 -0700 commit: Adding a bunch more test content
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = false
5+
logallrefupdates = true
6+
worktree = ../../../sm_added_and_uncommited
7+
ignorecase = true
8+
[remote "origin"]
9+
fetch = +refs/heads/*:refs/remotes/origin/*
10+
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
11+
[branch "master"]
12+
remote = origin
13+
merge = refs/heads/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# git ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560316 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560316 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560316 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x��Q
2+
!E�vo��y*�_��@�g#h���Oh�^�9w�����Sòf1*���[������Ic Ԥ���p���k� Α\���S߇�l��@.��^�QpF�(�:��D�5��zr~ �en8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x-�1�0 Fa����0p�����(N-����ӡғ���q]>ks�*�? |m“���i�@�����m��V����'��`)�.�-1� x
2+
u�x��t(+

LibGit2Sharp.Tests/Resources/submodule_wd/dot_git/modules/sm_added_and_uncommited/objects/78/9efbdadaa4a582778d4584385495559ea0994b

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x���0 �)��?=���N�lO�k���j����8&�����r�
2+
�qJW�7��B<����f��K8�#Q1C-�"e��̫����>�'@
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# pack-refs with: peeled
2+
480095882d281ed676fe5b863569520e54a7d5c0 refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
480095882d281ed676fe5b863569520e54a7d5c0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = false
5+
logallrefupdates = true
6+
worktree = ../../../sm_changed_file
7+
ignorecase = true
8+
[remote "origin"]
9+
fetch = +refs/heads/*:refs/remotes/origin/*
10+
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
11+
[branch "master"]
12+
remote = origin
13+
merge = refs/heads/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# git ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560173 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560173 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560173 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x��Q
2+
!E�vo��y*�_��@�g#h���Oh�^�9w�����Sòf1*���[������Ic Ԥ���p���k� Α\���S߇�l��@.��^�QpF�(�:��D�5��zr~ �en8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x-�1�0 Fa����0p�����(N-����ӡғ���q]>ks�*�? |m“���i�@�����m��V����'��`)�.�-1� x
2+
u�x��t(+

LibGit2Sharp.Tests/Resources/submodule_wd/dot_git/modules/sm_changed_file/objects/78/9efbdadaa4a582778d4584385495559ea0994b

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x���0 �)��?=���N�lO�k���j����8&�����r�
2+
�qJW�7��B<����f��K8�#Q1C-�"e��̫����>�'@
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# pack-refs with: peeled
2+
480095882d281ed676fe5b863569520e54a7d5c0 refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
480095882d281ed676fe5b863569520e54a7d5c0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Making a change in a submodule
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = false
5+
logallrefupdates = true
6+
worktree = ../../../sm_changed_head
7+
ignorecase = true
8+
[remote "origin"]
9+
fetch = +refs/heads/*:refs/remotes/origin/*
10+
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
11+
[branch "master"]
12+
remote = origin
13+
merge = refs/heads/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# git ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560179 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
2+
480095882d281ed676fe5b863569520e54a7d5c0 3d9386c507f6b093471a3e324085657a3c2b4247 Russell Belfer <[email protected]> 1342560431 -0700 commit: Making a change in a submodule
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560179 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
2+
480095882d281ed676fe5b863569520e54a7d5c0 3d9386c507f6b093471a3e324085657a3c2b4247 Russell Belfer <[email protected]> 1342560431 -0700 commit: Making a change in a submodule
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560179 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target

LibGit2Sharp.Tests/Resources/submodule_wd/dot_git/modules/sm_changed_head/objects/3d/9386c507f6b093471a3e324085657a3c2b4247

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
x��Kj!E3v���j���#<�<��@���O�u�q �.��)�ql��o����sFa#�v���� )g#{':��T�l`b�4�0 ;�f��r�4
2+
��
3+
���zU���-�/�g����lm���\�'L�jrh����XG_���+�l� ʚ�E`;�=�]��J�
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x��Q
2+
!E�vo��y*�_��@�g#h���Oh�^�9w�����Sòf1*���[������Ic Ԥ���p���k� Α\���S߇�l��@.��^�QpF�(�:��D�5��zr~ �en8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x-�1�0 Fa����0p�����(N-����ӡғ���q]>ks�*�? |m“���i�@�����m��V����'��`)�.�-1� x
2+
u�x��t(+

LibGit2Sharp.Tests/Resources/submodule_wd/dot_git/modules/sm_changed_head/objects/78/9efbdadaa4a582778d4584385495559ea0994b

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x���0 �)��?=���N�lO�k���j����8&�����r�
2+
�qJW�7��B<����f��K8�#Q1C-�"e��̫����>�'@
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
xMM;
2+
1��)� �ZP���r�3k� l�En��l!���c����rz��� ,����e +��lEZxuPY�x QC�*�f�uL�cfR3��T0'ү�j����~G�^s1��b�2z����Vk�]�5<��v�'>�
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# pack-refs with: peeled
2+
480095882d281ed676fe5b863569520e54a7d5c0 refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3d9386c507f6b093471a3e324085657a3c2b4247
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = false
5+
logallrefupdates = true
6+
worktree = ../../../sm_changed_index
7+
ignorecase = true
8+
[remote "origin"]
9+
fetch = +refs/heads/*:refs/remotes/origin/*
10+
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
11+
[branch "master"]
12+
remote = origin
13+
merge = refs/heads/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# git ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560175 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560175 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560175 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x��Q
2+
!E�vo��y*�_��@�g#h���Oh�^�9w�����Sòf1*���[������Ic Ԥ���p���k� Α\���S߇�l��@.��^�QpF�(�:��D�5��zr~ �en8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x-�1�0 Fa����0p�����(N-����ӡғ���q]>ks�*�? |m“���i�@�����m��V����'��`)�.�-1� x
2+
u�x��t(+

LibGit2Sharp.Tests/Resources/submodule_wd/dot_git/modules/sm_changed_index/objects/78/9efbdadaa4a582778d4584385495559ea0994b

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x���0 �)��?=���N�lO�k���j����8&�����r�
2+
�qJW�7��B<����f��K8�#Q1C-�"e��̫����>�'@
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# pack-refs with: peeled
2+
480095882d281ed676fe5b863569520e54a7d5c0 refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
480095882d281ed676fe5b863569520e54a7d5c0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = false
5+
logallrefupdates = true
6+
worktree = ../../../sm_changed_untracked_file
7+
ignorecase = true
8+
[remote "origin"]
9+
fetch = +refs/heads/*:refs/remotes/origin/*
10+
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
11+
[branch "master"]
12+
remote = origin
13+
merge = refs/heads/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# git ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560186 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560186 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 480095882d281ed676fe5b863569520e54a7d5c0 Russell Belfer <[email protected]> 1342560186 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x��Q
2+
!E�vo��y*�_��@�g#h���Oh�^�9w�����Sòf1*���[������Ic Ԥ���p���k� Α\���S߇�l��@.��^�QpF�(�:��D�5��zr~ �en8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x-�1�0 Fa����0p�����(N-����ӡғ���q]>ks�*�? |m“���i�@�����m��V����'��`)�.�-1� x
2+
u�x��t(+

LibGit2Sharp.Tests/Resources/submodule_wd/dot_git/modules/sm_changed_untracked_file/objects/78/9efbdadaa4a582778d4584385495559ea0994b

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x���0 �)��?=���N�lO�k���j����8&�����r�
2+
�qJW�7��B<����f��K8�#Q1C-�"e��̫����>�'@
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# pack-refs with: peeled
2+
480095882d281ed676fe5b863569520e54a7d5c0 refs/remotes/origin/master
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
480095882d281ed676fe5b863569520e54a7d5c0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/remotes/origin/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = false
5+
logallrefupdates = true
6+
worktree = ../../../sm_missing_commits
7+
ignorecase = true
8+
[remote "origin"]
9+
fetch = +refs/heads/*:refs/remotes/origin/*
10+
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
11+
[branch "master"]
12+
remote = origin
13+
merge = refs/heads/master
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# git ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 5e4963595a9774b90524d35a807169049de8ccad Russell Belfer <[email protected]> 1342559796 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 5e4963595a9774b90524d35a807169049de8ccad Russell Belfer <[email protected]> 1342559796 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0000000000000000000000000000000000000000 5e4963595a9774b90524d35a807169049de8ccad Russell Belfer <[email protected]> 1342559796 -0700 clone: from /Users/rb/src/libgit2/tests-clar/resources/submod2_target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x��Q
2+
!E�vo��y*�_��@�g#h���Oh�^�9w�����Sòf1*���[������Ic Ԥ���p���k� Α\���S߇�l��@.��^�QpF�(�:��D�5��zr~ �en8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x-�1�0 Fa����0p�����(N-����ӡғ���q]>ks�*�? |m“���i�@�����m��V����'��`)�.�-1� x
2+
u�x��t(+

0 commit comments

Comments
 (0)