From: Junio C Hamano Date: Mon, 16 Jun 2014 19:17:50 +0000 (-0700) Subject: Merge branch 'bg/xcalloc-nmemb-then-size' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a634a6d209fc67ed8fb58925a6ae713b2a913a83;p=git.git Merge branch 'bg/xcalloc-nmemb-then-size' Like calloc(3), xcalloc() takes nmemb and then size. * bg/xcalloc-nmemb-then-size: transport-helper.c: rearrange xcalloc arguments remote.c: rearrange xcalloc arguments reflog-walk.c: rearrange xcalloc arguments pack-revindex.c: rearrange xcalloc arguments notes.c: rearrange xcalloc arguments imap-send.c: rearrange xcalloc arguments http-push.c: rearrange xcalloc arguments diff.c: rearrange xcalloc arguments config.c: rearrange xcalloc arguments commit.c: rearrange xcalloc arguments builtin/remote.c: rearrange xcalloc arguments builtin/ls-remote.c: rearrange xcalloc arguments --- a634a6d209fc67ed8fb58925a6ae713b2a913a83