mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-27 13:13:20 -08:00
README: Add note about GitHub for Mac breakage
This commit is contained in:
6
README
6
README
@@ -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
|
||||
|
||||
@@ -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
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user