]> err.no Git - dpkg/commit
Dpkg::Source::VCS::git: Call git ls-files with -z
authorFrank Lichtenheld <djpig@debian.org>
Mon, 11 Feb 2008 00:41:55 +0000 (01:41 +0100)
committerFrank Lichtenheld <djpig@debian.org>
Mon, 11 Feb 2008 00:41:55 +0000 (01:41 +0100)
commit09386db588344e81f598c8f9dbd57141de4ec844
treedda81b7a16ecae5518f89dae1f66a4495351cd45
parentb31f4ab67d4878f9d42feedeea417f963cff0611
Dpkg::Source::VCS::git: Call git ls-files with -z

* scripts/Dpkg/Source/VCS/git.pm(prep_tar): Call git ls-files
with -z to correctly handle filenames with funny characters.
scripts/Dpkg/Source/VCS/git.pm