-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR feedback, update submodules test repos
- Loading branch information
1 parent
daec1bb
commit 38ac731
Showing
374 changed files
with
437 additions
and
323 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
5 changes: 5 additions & 0 deletions
5
extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/.gitattributes
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 @@ | ||
* binary | ||
.gitattributes diff | ||
.gitignore diff | ||
config diff | ||
resources_readme.txt diff |
4 changes: 4 additions & 0 deletions
4
extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/.gitignore
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 @@ | ||
COMMIT_EDITMSG | ||
exclude | ||
logs/ | ||
description |
Empty file.
2 changes: 1 addition & 1 deletion
2
...nsions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules/dot-git/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 |
---|---|---|
@@ -1 +1 @@ | ||
ref: refs/heads/main | ||
ref: refs/heads/main |
2 changes: 1 addition & 1 deletion
2
...s/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules/dot-git/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 |
---|---|---|
@@ -1 +1 @@ | ||
74b157c3bfd2f24323c3bc6e5e96639a424f157f | ||
3e1e770f7c28e87cbb3ee0c1541e3417c84a0708 |
66 changes: 33 additions & 33 deletions
66
...ions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules/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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
[submodule "sm_changed_file"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_missing_commits"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_changed_head"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_changed_index"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_changed_untracked_file"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_unchanged"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_unchanged_detached"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_missing_commits_detached"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_added_and_uncommitted"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
[submodule "sm_changed_file"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_missing_commits"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_changed_head"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_changed_index"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_changed_untracked_file"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_unchanged"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_unchanged_detached"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_missing_commits_detached"] | ||
url = E:/Repos/GitHub/devhome/extensions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules_target | ||
active = true | ||
[submodule "sm_added_and_uncommitted"] | ||
url = E:/temp/resources/submodules_target | ||
active = true |
2 changes: 1 addition & 1 deletion
2
...GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules/dot-git/description
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 |
---|---|---|
@@ -1 +1 @@ | ||
Unnamed repository; edit this file 'description' to name the repository. | ||
Unnamed repository; edit this file 'description' to name the repository. |
Binary file modified
BIN
+0 Bytes
(100%)
...sions/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules/dot-git/index
Binary file not shown.
12 changes: 6 additions & 6 deletions
12
...itExtension/FileExplorerGitIntegration.UnitTest/resources/submodules/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 |
---|---|---|
@@ -1,6 +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] | ||
# *~ | ||
# 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] | ||
# *~ |
1 change: 1 addition & 0 deletions
1
...s/GitExtension/FileExplorerGitIntegration.UnitTest/resources/submodules/dot-git/info/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 @@ | ||
8a303a1d530d9d4e9f31002d4c9d1d8f1cd78940 refs/heads/main |
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 modified
BIN
+0 Bytes
(100%)
...tIntegration.UnitTest/resources/submodules/dot-git/modules/sm_added_and_uncommitted/index
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...egration.UnitTest/resources/submodules/dot-git/modules/sm_added_and_uncommitted/info/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,3 @@ | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/heads/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/HEAD | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/main |
Binary file removed
BIN
-93 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/13/8127a5927b908241fa6d8a376bc1c7a574a4fa
Binary file not shown.
Binary file removed
BIN
-74 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/18/09ba67a91b246faceed71f77b2612859c6f807
Binary file not shown.
Binary file removed
BIN
-164 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/1f/a750121a1fd08cfbc90249e425e374f0302658
Binary file not shown.
Binary file removed
BIN
-55 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/35/f1ff3226fc410282a7e6e49fc0f428cffb7896
Binary file not shown.
Binary file removed
BIN
-58 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/3c/dd5cfaf01bf455e0307a073ccd438301efe9b7
Binary file not shown.
Binary file removed
BIN
-56 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/40/5cf1b2c94a79045c6a744e6c7a800081883a5f
Binary file not shown.
Binary file removed
BIN
-15 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...ot-git/modules/sm_added_and_uncommitted/objects/61/c56af21450fe3ea7f1188cbd178ed05243472f
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-93 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/64/332846990b65a9136db1154a8b6bc49368eb41
Binary file not shown.
Binary file removed
BIN
-168 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/8e/623bcf5aeceb8af7c0f0b22b82322f6c82fd4b
Binary file not shown.
Binary file removed
BIN
-135 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/cb/c2c092105e2f68c2de26665a541ea7d70ecf22
Binary file not shown.
2 changes: 0 additions & 2 deletions
2
...ot-git/modules/sm_added_and_uncommitted/objects/e9/a899083a7e2b25d7a41e69463ce083bf9ef6ef
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-92 Bytes
...ot-git/modules/sm_added_and_uncommitted/objects/ec/f947e1f1475220148a524b14401409a0afc1ba
Binary file not shown.
Binary file added
BIN
+1.38 KB
...t/resources/submodules/dot-git/modules/sm_added_and_uncommitted/objects/info/commit-graph
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...UnitTest/resources/submodules/dot-git/modules/sm_added_and_uncommitted/objects/info/packs
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 @@ | ||
P pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack | ||
P pack-ffa30a089fdbfcfdaaea163fd2f9710ef01a00cf.pack | ||
|
Binary file added
BIN
+1.07 KB
...s/sm_added_and_uncommitted/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.idx
Binary file not shown.
Binary file added
BIN
+56 Bytes
...m_added_and_uncommitted/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.mtimes
Binary file not shown.
Binary file added
BIN
+41 Bytes
.../sm_added_and_uncommitted/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack
Binary file not shown.
Binary file added
BIN
+56 Bytes
...s/sm_added_and_uncommitted/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.rev
Binary file not shown.
Binary file added
BIN
+1.46 KB
...s/sm_added_and_uncommitted/objects/pack/pack-ffa30a089fdbfcfdaaea163fd2f9710ef01a00cf.idx
Binary file not shown.
Binary file added
BIN
+1.43 KB
.../sm_added_and_uncommitted/objects/pack/pack-ffa30a089fdbfcfdaaea163fd2f9710ef01a00cf.pack
Binary file not shown.
Binary file added
BIN
+112 Bytes
...s/sm_added_and_uncommitted/objects/pack/pack-ffa30a089fdbfcfdaaea163fd2f9710ef01a00cf.rev
Binary file not shown.
3 changes: 2 additions & 1 deletion
3
...ration.UnitTest/resources/submodules/dot-git/modules/sm_added_and_uncommitted/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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# pack-refs with: peeled fully-peeled sorted | ||
e9a899083a7e2b25d7a41e69463ce083bf9ef6ef refs/remotes/origin/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/heads/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/main |
Empty file.
1 change: 1 addition & 0 deletions
1
...erGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/FETCH_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 @@ | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc not-for-merge branch 'main' of ../../submodules_target |
2 changes: 1 addition & 1 deletion
2
...ExplorerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/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 |
---|---|---|
@@ -1 +1 @@ | ||
ref: refs/heads/main | ||
ref: refs/heads/main |
File renamed without changes.
19 changes: 11 additions & 8 deletions
19
...plorerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
worktree = ../../../sm_changed_file | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
worktree = ../../../sm_changed_file | ||
[remote "origin"] | ||
url = ../../submodules_target | ||
fetch = +refs/heads/*:refs/remotes/origin/* |
2 changes: 1 addition & 1 deletion
2
...rGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/description
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 |
---|---|---|
@@ -1 +1 @@ | ||
Unnamed repository; edit this file 'description' to name the repository. | ||
Unnamed repository; edit this file 'description' to name the repository. |
Binary file modified
BIN
+0 Bytes
(100%)
...xplorerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/index
Binary file not shown.
12 changes: 6 additions & 6 deletions
12
...GitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/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 |
---|---|---|
@@ -1,6 +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] | ||
# *~ | ||
# 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] | ||
# *~ |
2 changes: 2 additions & 0 deletions
2
...rerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/info/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,2 @@ | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/heads/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/main |
Binary file removed
BIN
-93 Bytes
...modules/dot-git/modules/sm_changed_file/objects/13/8127a5927b908241fa6d8a376bc1c7a574a4fa
Binary file not shown.
Binary file removed
BIN
-74 Bytes
...modules/dot-git/modules/sm_changed_file/objects/18/09ba67a91b246faceed71f77b2612859c6f807
Binary file not shown.
Binary file removed
BIN
-164 Bytes
...modules/dot-git/modules/sm_changed_file/objects/1f/a750121a1fd08cfbc90249e425e374f0302658
Binary file not shown.
Binary file removed
BIN
-55 Bytes
...modules/dot-git/modules/sm_changed_file/objects/35/f1ff3226fc410282a7e6e49fc0f428cffb7896
Binary file not shown.
Binary file removed
BIN
-58 Bytes
...modules/dot-git/modules/sm_changed_file/objects/3c/dd5cfaf01bf455e0307a073ccd438301efe9b7
Binary file not shown.
Binary file removed
BIN
-56 Bytes
...modules/dot-git/modules/sm_changed_file/objects/40/5cf1b2c94a79045c6a744e6c7a800081883a5f
Binary file not shown.
Binary file removed
BIN
-15 Bytes
...modules/dot-git/modules/sm_changed_file/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...modules/dot-git/modules/sm_changed_file/objects/61/c56af21450fe3ea7f1188cbd178ed05243472f
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-93 Bytes
...modules/dot-git/modules/sm_changed_file/objects/64/332846990b65a9136db1154a8b6bc49368eb41
Binary file not shown.
Binary file removed
BIN
-168 Bytes
...modules/dot-git/modules/sm_changed_file/objects/8e/623bcf5aeceb8af7c0f0b22b82322f6c82fd4b
Binary file not shown.
Binary file removed
BIN
-135 Bytes
...modules/dot-git/modules/sm_changed_file/objects/cb/c2c092105e2f68c2de26665a541ea7d70ecf22
Binary file not shown.
2 changes: 0 additions & 2 deletions
2
...modules/dot-git/modules/sm_changed_file/objects/e9/a899083a7e2b25d7a41e69463ce083bf9ef6ef
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-92 Bytes
...modules/dot-git/modules/sm_changed_file/objects/ec/f947e1f1475220148a524b14401409a0afc1ba
Binary file not shown.
Binary file added
BIN
+1.38 KB
...n.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/objects/info/commit-graph
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...egration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/objects/info/packs
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 @@ | ||
P pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack | ||
P pack-ffa30a089fdbfcfdaaea163fd2f9710ef01a00cf.pack | ||
|
Binary file added
BIN
+1.07 KB
...it/modules/sm_changed_file/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.idx
Binary file not shown.
Binary file added
BIN
+56 Bytes
...modules/sm_changed_file/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.mtimes
Binary file not shown.
Binary file added
BIN
+41 Bytes
...t/modules/sm_changed_file/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack
Binary file not shown.
Binary file added
BIN
+56 Bytes
...it/modules/sm_changed_file/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.rev
Binary file not shown.
Binary file added
BIN
+1.46 KB
...it/modules/sm_changed_file/objects/pack/pack-ffa30a089fdbfcfdaaea163fd2f9710ef01a00cf.idx
Binary file not shown.
Binary file added
BIN
+1.43 KB
...t/modules/sm_changed_file/objects/pack/pack-ffa30a089fdbfcfdaaea163fd2f9710ef01a00cf.pack
Binary file not shown.
Binary file added
BIN
+112 Bytes
...it/modules/sm_changed_file/objects/pack/pack-ffa30a089fdbfcfdaaea163fd2f9710ef01a00cf.rev
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
...rGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_file/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 |
---|---|---|
@@ -1 +1,3 @@ | ||
# pack-refs with: peeled fully-peeled sorted | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/heads/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/main |
Empty file.
1 change: 1 addition & 0 deletions
1
...tIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/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 @@ | ||
Committing a change to submodule |
1 change: 1 addition & 0 deletions
1
...erGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/FETCH_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 @@ | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc not-for-merge branch 'main' of ../../submodules_target |
1 change: 1 addition & 0 deletions
1
...rerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/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 @@ | ||
4bb90658751b1d839ee1277368998be69deacca5 |
19 changes: 11 additions & 8 deletions
19
...plorerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
worktree = ../../../sm_changed_head | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
worktree = ../../../sm_changed_head | ||
[remote "origin"] | ||
url = ../../submodules_target | ||
fetch = +refs/heads/*:refs/remotes/origin/* |
2 changes: 1 addition & 1 deletion
2
...rGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/description
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 |
---|---|---|
@@ -1 +1 @@ | ||
Unnamed repository; edit this file 'description' to name the repository. | ||
Unnamed repository; edit this file 'description' to name the repository. |
Binary file modified
BIN
+0 Bytes
(100%)
...xplorerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/index
Binary file not shown.
12 changes: 6 additions & 6 deletions
12
...GitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/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 |
---|---|---|
@@ -1,6 +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] | ||
# *~ | ||
# 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] | ||
# *~ |
2 changes: 2 additions & 0 deletions
2
...rerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/info/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,2 @@ | ||
2ab664114c928551863c33d694965c79b6b75144 refs/heads/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/main |
Binary file removed
BIN
-93 Bytes
...modules/dot-git/modules/sm_changed_head/objects/13/8127a5927b908241fa6d8a376bc1c7a574a4fa
Binary file not shown.
Binary file removed
BIN
-74 Bytes
...modules/dot-git/modules/sm_changed_head/objects/18/09ba67a91b246faceed71f77b2612859c6f807
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...modules/dot-git/modules/sm_changed_head/objects/19/73c02c4ac6e5743199e14fa4311746f9b39fbe
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-164 Bytes
...modules/dot-git/modules/sm_changed_head/objects/1f/a750121a1fd08cfbc90249e425e374f0302658
Binary file not shown.
Binary file removed
BIN
-55 Bytes
...modules/dot-git/modules/sm_changed_head/objects/35/f1ff3226fc410282a7e6e49fc0f428cffb7896
Binary file not shown.
Binary file removed
BIN
-58 Bytes
...modules/dot-git/modules/sm_changed_head/objects/3c/dd5cfaf01bf455e0307a073ccd438301efe9b7
Binary file not shown.
Binary file removed
BIN
-56 Bytes
...modules/dot-git/modules/sm_changed_head/objects/40/5cf1b2c94a79045c6a744e6c7a800081883a5f
Binary file not shown.
Binary file removed
BIN
-15 Bytes
...modules/dot-git/modules/sm_changed_head/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...modules/dot-git/modules/sm_changed_head/objects/61/c56af21450fe3ea7f1188cbd178ed05243472f
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-93 Bytes
...modules/dot-git/modules/sm_changed_head/objects/64/332846990b65a9136db1154a8b6bc49368eb41
Binary file not shown.
Binary file removed
BIN
-168 Bytes
...modules/dot-git/modules/sm_changed_head/objects/8e/623bcf5aeceb8af7c0f0b22b82322f6c82fd4b
Binary file not shown.
3 changes: 0 additions & 3 deletions
3
...modules/dot-git/modules/sm_changed_head/objects/9e/ffc038ad0cef68f9978d17bca3a3b85b18ea04
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-135 Bytes
...modules/dot-git/modules/sm_changed_head/objects/cb/c2c092105e2f68c2de26665a541ea7d70ecf22
Binary file not shown.
2 changes: 0 additions & 2 deletions
2
...modules/dot-git/modules/sm_changed_head/objects/e9/a899083a7e2b25d7a41e69463ce083bf9ef6ef
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-92 Bytes
...modules/dot-git/modules/sm_changed_head/objects/ec/f947e1f1475220148a524b14401409a0afc1ba
Binary file not shown.
Binary file removed
BIN
-93 Bytes
...modules/dot-git/modules/sm_changed_head/objects/f9/e7fb3d0689a3494c6b9dfe58e7ef6126c6b8e6
Binary file not shown.
Binary file added
BIN
+1.44 KB
...n.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/objects/info/commit-graph
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...egration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/objects/info/packs
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 @@ | ||
P pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack | ||
P pack-9201333783142a88b5199747b1d4aa993fd8df68.pack | ||
|
Binary file added
BIN
+1.65 KB
...it/modules/sm_changed_head/objects/pack/pack-9201333783142a88b5199747b1d4aa993fd8df68.idx
Binary file not shown.
Binary file added
BIN
+2.08 KB
...t/modules/sm_changed_head/objects/pack/pack-9201333783142a88b5199747b1d4aa993fd8df68.pack
Binary file not shown.
Binary file added
BIN
+140 Bytes
...it/modules/sm_changed_head/objects/pack/pack-9201333783142a88b5199747b1d4aa993fd8df68.rev
Binary file not shown.
Binary file added
BIN
+1.07 KB
...it/modules/sm_changed_head/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.idx
Binary file not shown.
Binary file added
BIN
+56 Bytes
...modules/sm_changed_head/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.mtimes
Binary file not shown.
Binary file added
BIN
+41 Bytes
...t/modules/sm_changed_head/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack
Binary file not shown.
Binary file added
BIN
+56 Bytes
...it/modules/sm_changed_head/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.rev
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
...rGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/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 |
---|---|---|
@@ -1 +1,3 @@ | ||
# pack-refs with: peeled fully-peeled sorted | ||
2ab664114c928551863c33d694965c79b6b75144 refs/heads/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/main |
1 change: 0 additions & 1 deletion
1
...Integration.UnitTest/resources/submodules/dot-git/modules/sm_changed_head/refs/heads/main
This file was deleted.
Oops, something went wrong.
Empty file.
1 change: 1 addition & 0 deletions
1
...rGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/FETCH_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 @@ | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc not-for-merge branch 'main' of ../../submodules_target |
2 changes: 1 addition & 1 deletion
2
...xplorerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/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 |
---|---|---|
@@ -1 +1 @@ | ||
ref: refs/heads/main | ||
ref: refs/heads/main |
File renamed without changes.
19 changes: 11 additions & 8 deletions
19
...lorerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
worktree = ../../../sm_changed_index | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = false | ||
bare = false | ||
logallrefupdates = true | ||
symlinks = false | ||
ignorecase = true | ||
worktree = ../../../sm_changed_index | ||
[remote "origin"] | ||
url = ../../submodules_target | ||
fetch = +refs/heads/*:refs/remotes/origin/* |
2 changes: 1 addition & 1 deletion
2
...GitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/description
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 |
---|---|---|
@@ -1 +1 @@ | ||
Unnamed repository; edit this file 'description' to name the repository. | ||
Unnamed repository; edit this file 'description' to name the repository. |
Binary file modified
BIN
+0 Bytes
(100%)
...plorerGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/index
Binary file not shown.
12 changes: 6 additions & 6 deletions
12
...itIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/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 |
---|---|---|
@@ -1,6 +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] | ||
# *~ | ||
# 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] | ||
# *~ |
2 changes: 2 additions & 0 deletions
2
...erGitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/info/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,2 @@ | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/heads/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/main |
Binary file removed
BIN
-93 Bytes
...odules/dot-git/modules/sm_changed_index/objects/13/8127a5927b908241fa6d8a376bc1c7a574a4fa
Binary file not shown.
Binary file removed
BIN
-74 Bytes
...odules/dot-git/modules/sm_changed_index/objects/18/09ba67a91b246faceed71f77b2612859c6f807
Binary file not shown.
Binary file removed
BIN
-164 Bytes
...odules/dot-git/modules/sm_changed_index/objects/1f/a750121a1fd08cfbc90249e425e374f0302658
Binary file not shown.
Binary file removed
BIN
-55 Bytes
...odules/dot-git/modules/sm_changed_index/objects/35/f1ff3226fc410282a7e6e49fc0f428cffb7896
Binary file not shown.
Binary file removed
BIN
-58 Bytes
...odules/dot-git/modules/sm_changed_index/objects/3c/dd5cfaf01bf455e0307a073ccd438301efe9b7
Binary file not shown.
Binary file removed
BIN
-56 Bytes
...odules/dot-git/modules/sm_changed_index/objects/40/5cf1b2c94a79045c6a744e6c7a800081883a5f
Binary file not shown.
Binary file removed
BIN
-15 Bytes
...odules/dot-git/modules/sm_changed_index/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
Binary file not shown.
2 changes: 0 additions & 2 deletions
2
...odules/dot-git/modules/sm_changed_index/objects/5d/65df9312607361fb7c5632b9542b6193072a07
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...odules/dot-git/modules/sm_changed_index/objects/61/c56af21450fe3ea7f1188cbd178ed05243472f
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-93 Bytes
...odules/dot-git/modules/sm_changed_index/objects/64/332846990b65a9136db1154a8b6bc49368eb41
Binary file not shown.
Binary file removed
BIN
-168 Bytes
...odules/dot-git/modules/sm_changed_index/objects/8e/623bcf5aeceb8af7c0f0b22b82322f6c82fd4b
Binary file not shown.
Binary file removed
BIN
-135 Bytes
...odules/dot-git/modules/sm_changed_index/objects/cb/c2c092105e2f68c2de26665a541ea7d70ecf22
Binary file not shown.
2 changes: 0 additions & 2 deletions
2
...odules/dot-git/modules/sm_changed_index/objects/e9/a899083a7e2b25d7a41e69463ce083bf9ef6ef
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-92 Bytes
...odules/dot-git/modules/sm_changed_index/objects/ec/f947e1f1475220148a524b14401409a0afc1ba
Binary file not shown.
Binary file added
BIN
+1.38 KB
....UnitTest/resources/submodules/dot-git/modules/sm_changed_index/objects/info/commit-graph
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...gration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/objects/info/packs
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 @@ | ||
P pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack | ||
P pack-2077343301131983b67a949d28b0995936863afe.pack | ||
|
Binary file added
BIN
+1.48 KB
...t/modules/sm_changed_index/objects/pack/pack-2077343301131983b67a949d28b0995936863afe.idx
Binary file not shown.
Binary file added
BIN
+1.47 KB
.../modules/sm_changed_index/objects/pack/pack-2077343301131983b67a949d28b0995936863afe.pack
Binary file not shown.
Binary file added
BIN
+116 Bytes
...t/modules/sm_changed_index/objects/pack/pack-2077343301131983b67a949d28b0995936863afe.rev
Binary file not shown.
Binary file added
BIN
+1.07 KB
...t/modules/sm_changed_index/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.idx
Binary file not shown.
Binary file added
BIN
+56 Bytes
...odules/sm_changed_index/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.mtimes
Binary file not shown.
Binary file added
BIN
+41 Bytes
.../modules/sm_changed_index/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack
Binary file not shown.
Binary file added
BIN
+56 Bytes
...t/modules/sm_changed_index/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.rev
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
...GitIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_index/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 |
---|---|---|
@@ -1 +1,3 @@ | ||
# pack-refs with: peeled fully-peeled sorted | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/heads/main | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc refs/remotes/origin/main |
Empty file.
1 change: 1 addition & 0 deletions
1
...ration.UnitTest/resources/submodules/dot-git/modules/sm_changed_untracked_file/FETCH_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 @@ | ||
8bc132afeabc5cbf67bdaf4f92c3e391472a27dc not-for-merge branch 'main' of ../../submodules_target |
2 changes: 1 addition & 1 deletion
2
...tIntegration.UnitTest/resources/submodules/dot-git/modules/sm_changed_untracked_file/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 |
---|---|---|
@@ -1 +1 @@ | ||
ref: refs/heads/main | ||
ref: refs/heads/main |
File renamed without changes.
Oops, something went wrong.