Files
git/builtin
Stefan Beller a127331cd8 mv: allow moving nested submodules
When directories are moved using `git mv` all files in the directory
have been just moved, but no further action was taken on them. This
was done by assigning the mode = WORKING_DIRECTORY to the files
inside a moved directory.

submodules however need to update their link to the git directory as
well as updates to the .gitmodules file. By removing the condition of
`mode != INDEX` (the remaining modes are BOTH and WORKING_DIRECTORY) for
the required submodule actions, we perform these for submodules in a
moved directory.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-04-19 11:54:50 -07:00
..
2015-08-31 15:39:10 -07:00
2015-08-25 13:11:21 -07:00
2015-09-28 14:57:10 -07:00
2016-04-19 11:54:50 -07:00
2015-09-28 19:16:54 -07:00
2015-10-16 09:45:15 -07:00