]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: handle update of moved/copied files when updating a shelve
authorLuke Diamand <luke@diamand.org>
Fri, 18 Jan 2019 09:36:56 +0000 (09:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2019 17:43:40 +0000 (09:43 -0800)
commit7a10946ab9dd4692fc99d219f0cd4bc3d5e16d63
treeda5b63668c0eaea135389eb8dbc5aca90eb5520f
parent7a10bb3a4cc6fb5165d880cfb0be3a2eff438c95
git-p4: handle update of moved/copied files when updating a shelve

Perforce requires a complete list of files being operated on. If
git is updating an existing shelved changelist, then any files
which are moved or copied were not being added to this list.

Signed-off-by: Luke Diamand <luke@diamand.org>
Acked-by: Andrey Mazo <amazo@checkvideo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py
t/t9807-git-p4-submit.sh