diff options
-rw-r--r-- | tests-clar/resources/binaryunicode/.gitted/config | 1 | ||||
-rw-r--r-- | tests-clar/resources/binaryunicode/.gitted/description | 1 | ||||
-rw-r--r-- | tests-clar/resources/binaryunicode/.gitted/index | bin | 104 -> 104 bytes | |||
-rw-r--r-- | tests-clar/resources/binaryunicode/.gitted/info/exclude | 6 | ||||
-rw-r--r-- | tests-clar/resources/binaryunicode/.gitted/packed-refs | 4 | ||||
-rw-r--r-- | tests-clar/resources/binaryunicode/.gitted/refs/heads/branch1 | 1 | ||||
-rw-r--r-- | tests-clar/resources/binaryunicode/.gitted/refs/heads/branch2 | 1 | ||||
-rw-r--r-- | tests-clar/resources/binaryunicode/.gitted/refs/heads/master | 1 |
8 files changed, 11 insertions, 4 deletions
diff --git a/tests-clar/resources/binaryunicode/.gitted/config b/tests-clar/resources/binaryunicode/.gitted/config index ed7c2c55a..f9845fe7e 100644 --- a/tests-clar/resources/binaryunicode/.gitted/config +++ b/tests-clar/resources/binaryunicode/.gitted/config @@ -3,3 +3,4 @@ filemode = true bare = false autocrlf = true + logallrefupdates = true diff --git a/tests-clar/resources/binaryunicode/.gitted/description b/tests-clar/resources/binaryunicode/.gitted/description new file mode 100644 index 000000000..498b267a8 --- /dev/null +++ b/tests-clar/resources/binaryunicode/.gitted/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/tests-clar/resources/binaryunicode/.gitted/index b/tests-clar/resources/binaryunicode/.gitted/index Binary files differindex 1fd1acaf3..a216d2219 100644 --- a/tests-clar/resources/binaryunicode/.gitted/index +++ b/tests-clar/resources/binaryunicode/.gitted/index diff --git a/tests-clar/resources/binaryunicode/.gitted/info/exclude b/tests-clar/resources/binaryunicode/.gitted/info/exclude new file mode 100644 index 000000000..a5196d1be --- /dev/null +++ b/tests-clar/resources/binaryunicode/.gitted/info/exclude @@ -0,0 +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] +# *~ diff --git a/tests-clar/resources/binaryunicode/.gitted/packed-refs b/tests-clar/resources/binaryunicode/.gitted/packed-refs deleted file mode 100644 index 45c919877..000000000 --- a/tests-clar/resources/binaryunicode/.gitted/packed-refs +++ /dev/null @@ -1,4 +0,0 @@ -# pack-refs with: peeled -39e046d1416a208265b754124d0d197b4c9c0c47 refs/heads/branch1 -9e7d8bcd4d24dd57e3f1179aaf7afe648ff50e80 refs/heads/branch2 -d2a291469f4c11f387600d189313b927ddfe891c refs/heads/master diff --git a/tests-clar/resources/binaryunicode/.gitted/refs/heads/branch1 b/tests-clar/resources/binaryunicode/.gitted/refs/heads/branch1 new file mode 100644 index 000000000..0595fbd31 --- /dev/null +++ b/tests-clar/resources/binaryunicode/.gitted/refs/heads/branch1 @@ -0,0 +1 @@ +39e046d1416a208265b754124d0d197b4c9c0c47 diff --git a/tests-clar/resources/binaryunicode/.gitted/refs/heads/branch2 b/tests-clar/resources/binaryunicode/.gitted/refs/heads/branch2 new file mode 100644 index 000000000..d86856687 --- /dev/null +++ b/tests-clar/resources/binaryunicode/.gitted/refs/heads/branch2 @@ -0,0 +1 @@ +9e7d8bcd4d24dd57e3f1179aaf7afe648ff50e80 diff --git a/tests-clar/resources/binaryunicode/.gitted/refs/heads/master b/tests-clar/resources/binaryunicode/.gitted/refs/heads/master new file mode 100644 index 000000000..552d166da --- /dev/null +++ b/tests-clar/resources/binaryunicode/.gitted/refs/heads/master @@ -0,0 +1 @@ +d2a291469f4c11f387600d189313b927ddfe891c |