From mboxrd@z Thu Jan 1 00:00:00 1970 From: fnaim42 at gmail.com (=?UTF-8?B?TmHDr20gRmF2aWVy?=) Date: Mon, 19 Aug 2019 11:44:10 +0200 Subject: [PATCH v2] Make default pages configurable In-Reply-To: References: <20190815102618.GA10027@john.keeping.me.uk> <20190815125021.31337-1-fnaim42@gmail.com> Message-ID: On Mon, 19 Aug 2019 at 10:32, jean-christophe manciot wrote: > I tried to apply your patch to v1.2.1-24-ge1ad15d (after having removed lines 2 & 3), I get: > git apply --verbose ../default-pages.patch > error: corrupt patch at line 169 Sorry, that's on your end. If you're using the Gmail web interface, make sure to click "Show original" before you copy-and-paste, as Gmail tends to add buttons and mangle messages in various ways. Note that copying the patch and using git-apply(1) will give you the changes, but not the commit message and author. The standard way to apply a patch is to feed the whole message (headers included) to git-am(1). Cheers