]> Lady’s Gitweb - Gitweb/commit
gitweb: Fix handling of $file_name in feed generation
authorJakub Narebski <redacted>
Fri, 3 Aug 2007 17:50:42 +0000 (19:50 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commit45f332fd3d8cb3109ecff6009543e96bce4e12b857ea307cdc9fe66b5b58549d
treefa8e9062c95b6112dd6ff584a02d42e384f66bb8da2b70216ff355c370e62397
parent2ac28deddea24ba8a957eee283275b3460eddbd1c0286d948b5f5b703d60192d
gitweb: Fix handling of $file_name in feed generation

The commit b6093a5c, by Robert Fitzsimons:
  "gitweb: Change atom, rss actions to use parse_commits."
forgot to pass $file_name parameter to parse_commits subroutine.

If git_feed is provided a file name, it ought to show only the history
affecting that file or a directory.  The title was being set
correctly, but all commits from history were being shown.

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