diff options
| author | Arne Georg Gleditsch <argggh@taniquetil.(none)> | 2009-08-09 13:35:21 +0200 |
|---|---|---|
| committer | Arne Georg Gleditsch <argggh@taniquetil.(none)> | 2009-08-09 13:35:21 +0200 |
| commit | 18c9a9da17ebea409c56ef9118a0adcc536f05c4 (patch) | |
| tree | 5e9f0d34a276db73d2bd8e946843e015c7fda13c /lib/LXRng/Repo/Git/Directory.pm | |
| parent | 172a21f37471c7d8ad55318dcdc61c51986d4452 (diff) | |
| parent | 52cab08b9bb06bcc822b4e8d99455e693b8b64ae (diff) | |
Merge branch 'master' of ssh://lxr.linux.no/home/argggh/git/lxrng
Diffstat (limited to 'lib/LXRng/Repo/Git/Directory.pm')
| -rw-r--r-- | lib/LXRng/Repo/Git/Directory.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LXRng/Repo/Git/Directory.pm b/lib/LXRng/Repo/Git/Directory.pm index 6b24214..cf46915 100644 --- a/lib/LXRng/Repo/Git/Directory.pm +++ b/lib/LXRng/Repo/Git/Directory.pm @@ -60,7 +60,7 @@ sub contents { my (@dirs, @files); while (<$git>) { chomp; - my ($mode, $type, $ref, $node) = split(" ", $_); + my ($mode, $type, $ref, $node) = split(" ", $_, 4); if ($type eq 'tree') { push(@dirs, LXRng::Repo::Git::Directory->new($$self{'repo'}, $prefix.$node, |
