From: Brandon Casey Date: Mon, 23 Sep 2013 18:49:10 +0000 (-0700) Subject: contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object() X-Git-Tag: v1.8.5-rc0~28^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8bb7a54c57d5bd8113886fc04be8d22d10337eef?hp=8bb7a54c57d5bd8113886fc04be8d22d10337eef contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object() Rather than carefully allocating memory for sprintf() to write into, let's make use of the glib helper function g_strdup_printf(), which makes things a lot easier and less error-prone. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano ---