]> Lady’s Gitweb - Gitweb/commit
gitweb: Fix "Use of uninitialized value" warning in git_feed
authorJakub Narebski <redacted>
Sat, 19 May 2007 00:47:51 +0000 (02:47 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commita857b68c52731a2b791cd48be717114192653326c05f71fe8e8219cf521c3585
treec27bc9d32bc5f77217e856547ededb985d25c4aaad45b71953fbfb0e11e34ebf
parentf5ffc65e4a2a1fe483d9eb8b78294bc7dd5b3b7d3169d0b13fe7057b8027d48e
gitweb: Fix "Use of uninitialized value" warning in git_feed

Initial (root) commit has no parents, and $co{'parent'} is
undefined. Use '--root' for initial commit.

This fixes "Use of uninitialized value in open at gitweb/gitweb.perl
line 4925." warning.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.251365 seconds and 4 git commands to generate.