]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: support multiple depot paths in p4 submit
authorSam Hocevar <sam@hocevar.net>
Sat, 19 Dec 2015 09:39:39 +0000 (09:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Dec 2015 19:26:36 +0000 (11:26 -0800)
commitcbc692425cb8824b603da90929909ee8f4a8e0e0
tree1fb5cd6957a9e4e676d694d0383634a08e836b64
parent785e70f467aea9e5446bba901e7d412ae161c088
git-p4: support multiple depot paths in p4 submit

When submitting from a repository that was cloned using a client spec,
use the full list of paths when ruling out files that are outside the
view.  This fixes a bug where only files pertaining to the first path
would be included in the p4 submit.

Signed-off-by: Sam Hocevar <sam@hocevar.net>
Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py