README: Add note about GitHub for Mac breakage

This commit is contained in:
Andrew Ayer
2015-02-09 11:37:19 -08:00
parent c2de1e2194
commit 99d4408f9e
2 changed files with 6 additions and 6 deletions

6
README
View File

@@ -116,9 +116,9 @@ the patch itself is encrypted. To generate an encrypted patch, use `git
diff --no-textconv --binary`. Alternatively, you can apply a plaintext
patch outside of git using the patch command.
git-crypt does not work reliably with Atlassian SourceTree.
Files might be left in an unencrypted state. See
<https://jira.atlassian.com/browse/SRCTREE-2511>.
git-crypt does not work reliably with some third-party git GUIs, such
as Atlassian SourceTree <https://jira.atlassian.com/browse/SRCTREE-2511>
and GitHub for Mac. Files might be left in an unencrypted state.
GITATTRIBUTES FILE

View File

@@ -118,9 +118,9 @@ the patch itself is encrypted. To generate an encrypted patch, use `git
diff --no-textconv --binary`. Alternatively, you can apply a plaintext
patch outside of git using the patch command.
git-crypt does [not work reliably with Atlassian
SourceTree](https://jira.atlassian.com/browse/SRCTREE-2511). Files might
be left in an unencrypted state.
git-crypt does not work reliably with some third-party git GUIs, such
as [Atlassian SourceTree](https://jira.atlassian.com/browse/SRCTREE-2511)
and GitHub for Mac. Files might be left in an unencrypted state.
Gitattributes File
------------------