]> asedeno.scripts.mit.edu Git - git.git/commit
Fix off by one bug in reflog messages written by builtin-fetch
authorShawn O. Pearce <spearce@spearce.org>
Fri, 14 Sep 2007 07:31:09 +0000 (03:31 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700)
commit4ad1eada9774a1f340beb4fdf78f1735534741bb
tree4c127876dfe47f683c951d6786d10355badf4770
parent1aad91f5a715af92892aea7764beb829938ab111
Fix off by one bug in reflog messages written by builtin-fetch

We are adding a space between each argument in the sprintf above
so we must account for this as we update our position within the
reflog message and append in any remaining arguments.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c