diff options
| author | Edward Thomson <ethomson@microsoft.com> | 2015-09-17 17:49:32 -0400 |
|---|---|---|
| committer | Edward Thomson <ethomson@microsoft.com> | 2015-09-18 12:17:49 -0400 |
| commit | e8ddd8d76c119903677b5d0c638c875023ae6784 (patch) | |
| tree | 224ba11504a626ede5968ea13b976ebe6b408d9b /tests/resources/super | |
| parent | add0378d8eb76cb7fde92bcbed3eb59ee5b8947c (diff) | |
| download | libgit2-e8ddd8d76c119903677b5d0c638c875023ae6784.tar.gz | |
repo::reservedname: test a submodule update
Test an initial submodule update, where we are trying to checkout
the submodule for the first time, and placing a file within the
submodule working directory with the same name as the submodule
(and consequently, the same name as the repository itself).
Diffstat (limited to 'tests/resources/super')
| -rw-r--r-- | tests/resources/super/.gitted/COMMIT_EDITMSG | 1 | ||||
| -rw-r--r-- | tests/resources/super/.gitted/HEAD | 1 | ||||
| -rw-r--r-- | tests/resources/super/.gitted/config | 10 | ||||
| -rw-r--r-- | tests/resources/super/.gitted/index | bin | 0 -> 217 bytes | |||
| -rw-r--r-- | tests/resources/super/.gitted/objects/51/589c218bf77a8da9e9d8dbc097d76a742726c4 | bin | 0 -> 90 bytes | |||
| -rw-r--r-- | tests/resources/super/.gitted/objects/79/d0d58ca6aa1688a073d280169908454cad5b91 | bin | 0 -> 132 bytes | |||
| -rw-r--r-- | tests/resources/super/.gitted/objects/d7/57768b570a83e80d02edcc1032db14573e5034 | bin | 0 -> 87 bytes | |||
| -rw-r--r-- | tests/resources/super/.gitted/refs/heads/master | 1 | ||||
| -rw-r--r-- | tests/resources/super/gitmodules | 3 |
9 files changed, 16 insertions, 0 deletions
diff --git a/tests/resources/super/.gitted/COMMIT_EDITMSG b/tests/resources/super/.gitted/COMMIT_EDITMSG new file mode 100644 index 000000000..e2d6b8987 --- /dev/null +++ b/tests/resources/super/.gitted/COMMIT_EDITMSG @@ -0,0 +1 @@ +submodule diff --git a/tests/resources/super/.gitted/HEAD b/tests/resources/super/.gitted/HEAD new file mode 100644 index 000000000..cb089cd89 --- /dev/null +++ b/tests/resources/super/.gitted/HEAD @@ -0,0 +1 @@ +ref: refs/heads/master diff --git a/tests/resources/super/.gitted/config b/tests/resources/super/.gitted/config new file mode 100644 index 000000000..06a8b7790 --- /dev/null +++ b/tests/resources/super/.gitted/config @@ -0,0 +1,10 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = false + ignorecase = true + hideDotFiles = dotGitOnly +[submodule "sub"] + url = ../sub.git diff --git a/tests/resources/super/.gitted/index b/tests/resources/super/.gitted/index Binary files differnew file mode 100644 index 000000000..cc2ffffb9 --- /dev/null +++ b/tests/resources/super/.gitted/index diff --git a/tests/resources/super/.gitted/objects/51/589c218bf77a8da9e9d8dbc097d76a742726c4 b/tests/resources/super/.gitted/objects/51/589c218bf77a8da9e9d8dbc097d76a742726c4 Binary files differnew file mode 100644 index 000000000..727d3a696 --- /dev/null +++ b/tests/resources/super/.gitted/objects/51/589c218bf77a8da9e9d8dbc097d76a742726c4 diff --git a/tests/resources/super/.gitted/objects/79/d0d58ca6aa1688a073d280169908454cad5b91 b/tests/resources/super/.gitted/objects/79/d0d58ca6aa1688a073d280169908454cad5b91 Binary files differnew file mode 100644 index 000000000..7fd889d5f --- /dev/null +++ b/tests/resources/super/.gitted/objects/79/d0d58ca6aa1688a073d280169908454cad5b91 diff --git a/tests/resources/super/.gitted/objects/d7/57768b570a83e80d02edcc1032db14573e5034 b/tests/resources/super/.gitted/objects/d7/57768b570a83e80d02edcc1032db14573e5034 Binary files differnew file mode 100644 index 000000000..f26c68c54 --- /dev/null +++ b/tests/resources/super/.gitted/objects/d7/57768b570a83e80d02edcc1032db14573e5034 diff --git a/tests/resources/super/.gitted/refs/heads/master b/tests/resources/super/.gitted/refs/heads/master new file mode 100644 index 000000000..663a9dcd9 --- /dev/null +++ b/tests/resources/super/.gitted/refs/heads/master @@ -0,0 +1 @@ +79d0d58ca6aa1688a073d280169908454cad5b91 diff --git a/tests/resources/super/gitmodules b/tests/resources/super/gitmodules new file mode 100644 index 000000000..a3d8f7f5a --- /dev/null +++ b/tests/resources/super/gitmodules @@ -0,0 +1,3 @@ +[submodule "sub"] + path = sub + url = ../sub.git |
