From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Tue, 3 Oct 2017 19:22:35 +0100 Subject: [PATCH 0/5] Add ui-blame In-Reply-To: <20171003012959.40563610@leda> References: <20170923033848.5922-1-whydoubt@gmail.com> <20170927224331.26494-1-whydoubt@gmail.com> <20170930121036.GC25019@john.keeping.me.uk> <20171002073419.7cbea841@leda> <20171003012959.40563610@leda> Message-ID: <20171003182235.GD25019@john.keeping.me.uk> On Tue, Oct 03, 2017 at 01:29:59AM +0200, Christian Hesse wrote: > Jeffrey Smith on Mon, 2017/10/02 17:35: > > From what I can see, it appears that it is in ch/for-jason. > > > > Also, I noticed a typo in my html_ntxt patch: > > ssize_t slen = (size_t) len; > > should be > > ssize_t slen = (ssize_t) len; > > > > Do I need to resend, or can someone fix that one up for me? > > Updated. Also added proper Reviewed-by lines. That also added decl-after-statement, so I've pulled the patches over to my jk/for-jason branch and fixed that, as well as a trailing blank line in ui-blame.h that git-am warned about.