Merge branch 'jk/mv-submodules-fix'
commit12de60ac7a870cf0717ebbd9a150100219559f83
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Mar 2014 18:02:01 +0000 (25 11:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Mar 2014 18:02:02 +0000 (25 11:02 -0700)
treef2d323951b9b2fcb6632a5092578388f83143313
parent2dfefe0f89447ff4f358d5f294c0b56148a0df4c
parentfb8a4e8079ab8fc37e9cde32957c35637280ab8f
Merge branch 'jk/mv-submodules-fix'

"git mv" that moves a submodule forgot to adjust the array that uses
to keep track of which submodules were to be moved to update its
configuration.

* jk/mv-submodules-fix:
  mv: prevent mismatched data when ignoring errors.
  builtin/mv: fix out of bounds write
builtin/mv.c
t/t7001-mv.sh