From 99d4408f9ed20e00b6927acc8dc1dcce9075d756 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Mon, 9 Feb 2015 11:37:19 -0800 Subject: [PATCH] README: Add note about GitHub for Mac breakage --- README | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 2d90b29..2f86e7c 100644 --- a/README +++ b/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 -. +git-crypt does not work reliably with some third-party git GUIs, such +as Atlassian SourceTree +and GitHub for Mac. Files might be left in an unencrypted state. GITATTRIBUTES FILE diff --git a/README.md b/README.md index c5759c4..e1f15e6 100644 --- a/README.md +++ b/README.md @@ -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 ------------------