Merge branch 'jk/xstrfmt' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2014 22:45:07 +0000 (15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2014 22:45:07 +0000 (15:45 -0700)
commit64f25581a3c3bf200ea8724177a5c00adf81fe5a
tree40c8d0e3a7a5ed9c63f9f11580f7d32747924905
parentcd387a6adac2fb31705dafc49f1575a256b42f0e
parent45bc131dd3e1eb6edd903957cf9d42f37ad02181
Merge branch 'jk/xstrfmt' into next

* jk/xstrfmt:
  unique_path: fix unlikely heap overflow
  walker_fetch: fix minor memory leak
  merge: use argv_array when spawning merge strategy
  sequencer: use argv_array_pushf
  setup_git_env: use git_pathdup instead of xmalloc + sprintf
  use xstrfmt to replace xmalloc + strcpy/strcat
  use xstrfmt to replace xmalloc + sprintf
  use xstrdup instead of xmalloc + strcpy
  use xstrfmt in favor of manual size calculations
  strbuf: add xstrfmt helper
builtin/apply.c
builtin/fetch.c
builtin/fmt-merge-msg.c
http-push.c
merge-recursive.c
remote.c
sequencer.c
sha1_name.c
unpack-trees.c