damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 0c736a18a99aad8aad70f948916070b6c34e9d2d
parent d2efe06610668db199611d49b8f0e5af84fe8f2d
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  7 Jul 2023 09:25:21 -0700

docs: annotate might be causing issues for some people

suhail was having trouble when this option was enabled. let's remove it
just in case.

Diffstat:
MREADME.md | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -117,7 +117,6 @@ Recommended settings when submitting code via email: ``` $ git config sendemail.to "patches@damus.io" $ git config format.subjectPrefix "PATCH damus" -$ git config --global sendemail.annotate yes $ git config format.signOff yes ```