Merge branch 'bg/xcalloc-nmemb-then-size' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 20:35:50 +0000 (13:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 20:35:50 +0000 (13:35 -0700)
commiteddb5bc9d2cf82930941b63f69b9e210bcbaeb9a
tree67f44d05d99f413e65c66535077d1f048a301330
parentfc63847c5a92ae760f3e9b91174cf4f1ca770df5
parent92e25b6b5b66320e73ace921f3db816ef4243d1b
Merge branch 'bg/xcalloc-nmemb-then-size' into next

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
config.c
diff.c
imap-send.c
transport-helper.c