1
0
mirror of https://github.com/git/git.git synced 2024-10-01 15:21:24 +02:00
git/contrib/fast-import
Simon Hausmann 30b5940bcd git-p4: Fix import of changesets with file deletions
Commit 3a70cdfa42199e16d2d047c286431c4274d65b1a made readP4Files abort quickly
when the changeset only contains files that are marked for deletion with an empty return
value, which caused the commit to not do anything.

This commit changes readP4Files to distinguish between files that need to be passed to p4
print and files that have no content ("deleted") and merge them in the returned
list.

Signed-off-by: Simon Hausmann <simon@lst.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-03-03 21:53:51 -08:00
..
git-import.perl
git-import.sh
git-p4 git-p4: Fix import of changesets with file deletions 2008-03-03 21:53:51 -08:00
git-p4.bat
git-p4.txt
import-tars.perl