]> err.no Git - dpkg/commit
Dpkg::Source::VCS::git: simplify read_git_config
authorFrank Lichtenheld <djpig@debian.org>
Sun, 10 Feb 2008 23:14:28 +0000 (00:14 +0100)
committerFrank Lichtenheld <djpig@debian.org>
Mon, 11 Feb 2008 00:35:58 +0000 (01:35 +0100)
commitb31f4ab67d4878f9d42feedeea417f963cff0611
treeb996539515074e5c7d2c16a5d5880d7e7c26342b
parent885ec2ac16c8369bcdaff7854d0ba2edb04b2893
Dpkg::Source::VCS::git: simplify read_git_config

* scripts/Dpkg/Source/VCS/git.pm(read_git_config): Simplify
by setting $/ = "\0" instead of splitting on \n, which
separates keys and values, but can also occour in the
values themself.
scripts/Dpkg/Source/VCS/git.pm