]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: correct hasBranchPrefix verbose output
authorAndrew Oakley <aoakley@roku.com>
Wed, 22 Jun 2016 09:26:11 +0000 (10:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jun 2016 16:45:15 +0000 (09:45 -0700)
commit09667d013c91124ac0ff870322e184f0de53744f
tree57087058656be6180a71fa14aaada018c8d3cd67
parent4ae048e67e5f0d786b9febc438433d95f18e5937
git-p4: correct hasBranchPrefix verbose output

The logic here was inverted, you got a message saying the file is
ignored for each file that is not ignored.

Signed-off-by: Andrew Oakley <aoakley@roku.com>
Acked-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py