From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 0a103ed5 for ; Thu, 9 Jan 2020 21:06:36 +0000 (UTC) Received: (qmail 6879 invoked by alias); 9 Jan 2020 17:39:46 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45278 Received: (qmail 497 invoked by uid 1010); 9 Jan 2020 17:39:46 -0000 X-Qmail-Scanner-Diagnostics: from out3-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25684. spamassassin: 3.4.2. Clear:RC:0(66.111.4.27):SA:0(-2.6/5.0):. Processed in 5.27584 secs); 09 Jan 2020 17:39:46 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdeiuddgieekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtgfesth hqredtreerjeenucfhrhhomhepfdffrghnihgvlhcuufhhrghhrghffdcuoegurdhssegu rghnihgvlhdrshhhrghhrghfrdhnrghmvgeqnecuffhomhgrihhnpehgihhthhhusgdrtg homhdpfhhoshhsihgvshdrohhrghenucfrrghrrghmpehmrghilhhfrhhomhepugdrshes uggrnhhivghlrdhshhgrhhgrfhdrnhgrmhgvnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-740-g7d9d84e-fmstable-20200109v1 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <20200109135032.einkmjbdtoyzkhn7@tarpaulin.shahaf.local2> Date: Thu, 09 Jan 2020 17:38:43 +0000 From: "Daniel Shahaf" To: "Fossies Administrator" Cc: zsh-workers@zsh.org Subject: Re: Codespell report for "zsh" (on fossies.org) Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Fossies Administrator wrote on Thu, 09 Jan 2020 14:54 +00:00: > Fossies Administrator wrote on Thu, Jan 09, 2020 at 13:05:13 +0100: > > Is it possible to get the report in the form of a unidiff? ... > So a vague idea was to make the spelling errors selectable and then to= =20 > create multiple (or even one) unidiff files I just used =C2=ABgit add -p=C2=BB to pick and choose which changes to stage/commit and which not to. (Specifically, I used =C2=ABgit -c interactive.diffFilter=3D"perl /usr/share/doc/git/contrib/diff-highlight= /diff-highlight" add -p=C2=BB in order to have =C2=ABgit add -p=C2=BB show me wordwise di= ffs.) When that command finished, I reviewed =C2=ABgit diff --word-diff --cached=C2= =BB, committed it, and reverted the local changes (which were the false positives, etc; I'd made sure I had no local changes before I applied all the detected typo fixes). > but that isn't trivial to realize and for e.g. probably not usable by > projects using GitHub. Yeah, github doesn't provide a UI for this, AFAIK. > By the way, the basically used tool "codespell"=20 > (https://github.com/codespell-project/codespell) offers an option=20 > "--write-changes" to "write changes in place if possible". *nod* Cheers, Daniel