diff options
| author | Edward Thomson <ethomson@github.com> | 2016-03-31 17:33:44 -0400 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2016-03-31 17:58:43 -0400 |
| commit | 74ab5f2cd010ffb824735402ebcd76895a975b4d (patch) | |
| tree | 79410e235c84ba10e316928453f9eb4dd87eec86 /tests/resources/submod3/Five | |
| parent | 1694a63994e58ea0f479cfab318d99c7cb9bbeba (diff) | |
| download | libgit2-74ab5f2cd010ffb824735402ebcd76895a975b4d.tar.gz | |
status: test submodules with mixed case
Diffstat (limited to 'tests/resources/submod3/Five')
| -rw-r--r-- | tests/resources/submod3/Five/.gitted | 1 | ||||
| -rw-r--r-- | tests/resources/submod3/Five/README.txt | 3 | ||||
| -rw-r--r-- | tests/resources/submod3/Five/file_to_modify | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/resources/submod3/Five/.gitted b/tests/resources/submod3/Five/.gitted new file mode 100644 index 000000000..6a743bbdc --- /dev/null +++ b/tests/resources/submod3/Five/.gitted @@ -0,0 +1 @@ +gitdir: ../.git/modules/Five diff --git a/tests/resources/submod3/Five/README.txt b/tests/resources/submod3/Five/README.txt new file mode 100644 index 000000000..780d7397f --- /dev/null +++ b/tests/resources/submod3/Five/README.txt @@ -0,0 +1,3 @@ +This is the target for submod2 submodule links. +Don't add commits casually because you make break tests. + diff --git a/tests/resources/submod3/Five/file_to_modify b/tests/resources/submod3/Five/file_to_modify new file mode 100644 index 000000000..789efbdad --- /dev/null +++ b/tests/resources/submod3/Five/file_to_modify @@ -0,0 +1,3 @@ +This is a file to modify in submodules +It already has some history. +You can add local changes as needed. |
