On 2017-11-29 at 02:45:59 +0100, Elijah Newren <newren@xxxxxxxxx> wrote: > In commit 63af4a8446 ("strbuf: make stripspace() part of strbuf", > 2015-10-16), stripspace() was moved to strbuf and renamed to > strbuf_stripspace(). A "temporary" alias was added for the old name until > all topic branches had time to switch over. They have had time, so remove > the old alias. > > Signed-off-by: Elijah Newren <newren@xxxxxxxxx> Reviewed-by: Tobias Klauser <tklauser@xxxxxxxxxx> Thanks!