From: Paul-Sebastian Ungureanu Date: Mon, 25 Feb 2019 23:16:07 +0000 (+0000) Subject: strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()` X-Git-Tag: v2.22.0-rc0~90^2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5ef264dbdbc48b44ad5fc37e7542f3dc70e3e8c5?ds=inline;hp=5ef264dbdbc48b44ad5fc37e7542f3dc70e3e8c5 strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()` Implement `strbuf_insertf()` and `strbuf_vinsertf()` to insert data using a printf format string. Original-idea-by: Johannes Schindelin Signed-off-by: Paul-Sebastian Ungureanu Helped-by: Johannes Sixt Signed-off-by: Thomas Gummerer Signed-off-by: Junio C Hamano ---