From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Mon, 8 Apr 2013 18:40:54 +0100 Subject: [PATCH v2 22/22] ui-shared.c: use struct strbuf instead of fmt() In-Reply-To: References: <3a54052ecfc01a0d7da4258d731d0ca9eca6ef50.1365344206.git.john@keeping.me.uk> <20130407154326.GF2222@serenity.lan> <20130408102253.GA21627@blizzard> Message-ID: <20130408174054.GR2222@serenity.lan> On Mon, Apr 08, 2013 at 04:04:49PM +0200, Jason A. Donenfeld wrote: > On Mon, Apr 8, 2013 at 12:22 PM, Lukas Fleischer wrote: > > On Sun, Apr 07, 2013 at 04:43:26PM +0100, John Keeping wrote: > >> Thanks. Fixed and pushed to my GitHub repository [1]. I'll avoid > >> sending another reroll of the entire series and only send incremental > >> patches here if nothing serious is found. > > > > Note that you added the patch history to some of the commit messages for > > some reason... > > I've got this fixed in the branch here -- > http://git.zx2c4.com/cgit/log/?h=jk/fixed-size-buffer > > As well, this branch is now rebased against master, which recently > received a considerable merge from wip. Thanks. I tend to use "git commit --squash=..." and list the changes in the commit message, to be tidied while running git-format-patch. I know notes are the correct way to do that, I just need to retrain myself to use them. :-)