Merge branch 'rs/code-cleaning' into next
commit7312ddc17fe9cc4d1fee4ad5b8ac7d8a380f3d27
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 19:36:13 +0000 (21 12:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 19:36:13 +0000 (21 12:36 -0700)
tree73c801d2875dd941a0710ab5bf816dcf8a4a0eec
parentbc3473875f6cd6264fdd2d08bda4b979b45e562c
parent1cefa143250ad8c60e2a3db6c18278f7bed508f5
Merge branch 'rs/code-cleaning' into next

* rs/code-cleaning:
  remote-testsvn: use internal argv_array of struct child_process in cmd_import()
  bundle: use internal argv_array of struct child_process in create_bundle()
  fast-import: use hashcmp() for SHA1 hash comparison
  transport: simplify fetch_objs_via_rsync() using argv_array
  run-command: use internal argv_array of struct child_process in run_hook_ve()
  use commit_list_count() to count the members of commit_lists
  strbuf: use strbuf_addstr() for adding C strings
builtin/blame.c
builtin/commit.c
commit.c
diff.c
fast-import.c
path.c
pretty.c
run-command.c
transport.c