diff options
Diffstat (limited to 'third_party/git/Documentation/object-format-disclaimer.txt')
-rw-r--r-- | third_party/git/Documentation/object-format-disclaimer.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/git/Documentation/object-format-disclaimer.txt b/third_party/git/Documentation/object-format-disclaimer.txt new file mode 100644 index 000000000000..4cb106f0d146 --- /dev/null +++ b/third_party/git/Documentation/object-format-disclaimer.txt @@ -0,0 +1,6 @@ +THIS OPTION IS EXPERIMENTAL! SHA-256 support is experimental and still +in an early stage. A SHA-256 repository will in general not be able to +share work with "regular" SHA-1 repositories. It should be assumed +that, e.g., Git internal file formats in relation to SHA-256 +repositories may change in backwards-incompatible ways. Only use +`--object-format=sha256` for testing purposes. |