From 316e194f846e119fcf049838205b85831cf8444c Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Tue, 9 Sep 2014 08:57:39 -0700 Subject: [PATCH] README: document problems with Atlassian SourceTree --- README | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README b/README index 8dfad4d..48111f5 100644 --- a/README +++ b/README @@ -107,6 +107,10 @@ can alter your .gitattributes file to disable encryption). If necessary, use git features such as signed tags instead of relying solely on git-crypt for integrity. +git-crypt does not work reliably with Atlassian SourceTree. +Files might be left in an unencrypted state. See +. + GITATTRIBUTES FILE diff --git a/README.md b/README.md index 83ea481..732f62a 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ can alter your .gitattributes file to disable encryption). If necessary, use git features such as signed tags instead of relying solely on git-crypt for integrity. +git-crypt does [not work reliably with Atlassian +SourceTree](https://jira.atlassian.com/browse/SRCTREE-2511). Files might +be left in an unencrypted state. + Gitattributes File ------------------