diff options
author | Edward Thomson <ethomson@microsoft.com> | 2014-01-22 13:24:32 -0500 |
---|---|---|
committer | Edward Thomson <ethomson@microsoft.com> | 2014-01-22 13:26:30 -0500 |
commit | e8b81c698c52a7197c0842b6503e8b980d773c74 (patch) | |
tree | 53a1d3d414bc798e9a8b40e081be93fb8036a99b /tests/resources | |
parent | ec088fec9dc65621275b9f16d746820af67592de (diff) | |
download | libgit2-e8b81c698c52a7197c0842b6503e8b980d773c74.tar.gz |
Preserve tree filemode in index during checkout
Don't try to determine whether the system supports file modes
when putting the tree data in the index during checkout. The tree's
mode is canonical and did not come from stat(2) in the first place.
Diffstat (limited to 'tests/resources')
-rw-r--r-- | tests/resources/testrepo/.gitted/objects/1d/d0968be3ff95fcaecb6fa4245662db9fdc4568 | bin | 0 -> 73 bytes |
-rw-r--r-- | tests/resources/testrepo/.gitted/objects/af/e4393b2b2a965f06acf2ca9658eaa01e0cd6b6 | bin | 0 -> 171 bytes |
-rw-r--r-- | tests/resources/testrepo/.gitted/objects/ce/054d4c5e3c83522aed8bc061987b46b7ede3be | bin | 0 -> 194 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/resources/testrepo/.gitted/objects/1d/d0968be3ff95fcaecb6fa4245662db9fdc4568 b/tests/resources/testrepo/.gitted/objects/1d/d0968be3ff95fcaecb6fa4245662db9fdc4568 Binary files differnew file mode 100644 index 000000000..97c6b2cfa --- /dev/null +++ b/tests/resources/testrepo/.gitted/objects/1d/d0968be3ff95fcaecb6fa4245662db9fdc4568 diff --git a/tests/resources/testrepo/.gitted/objects/af/e4393b2b2a965f06acf2ca9658eaa01e0cd6b6 b/tests/resources/testrepo/.gitted/objects/af/e4393b2b2a965f06acf2ca9658eaa01e0cd6b6 Binary files differnew file mode 100644 index 000000000..6948f1b1c --- /dev/null +++ b/tests/resources/testrepo/.gitted/objects/af/e4393b2b2a965f06acf2ca9658eaa01e0cd6b6 diff --git a/tests/resources/testrepo/.gitted/objects/ce/054d4c5e3c83522aed8bc061987b46b7ede3be b/tests/resources/testrepo/.gitted/objects/ce/054d4c5e3c83522aed8bc061987b46b7ede3be Binary files differnew file mode 100644 index 000000000..4910e4c0a --- /dev/null +++ b/tests/resources/testrepo/.gitted/objects/ce/054d4c5e3c83522aed8bc061987b46b7ede3be |