Merge branch 'rs/code-cleaning'
commit12621cb22224d1c2f507a643a578e386ee891c5c
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 17:59:36 +0000 (22 10:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 17:59:37 +0000 (22 10:59 -0700)
treed0ab888b37baa09db9c7ef74840b739ff3cafb09
parent4328190a81ea5aef679774322c7f9faf06b453af
parent1cefa143250ad8c60e2a3db6c18278f7bed508f5
Merge branch 'rs/code-cleaning'

* 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
path.c
pretty.c