summaryrefslogtreecommitdiff
path: root/sh-i18n--envsubst.c
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-04-04 12:25:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-04-11 16:51:00 (GMT)
commitcc999a3a0845fcab83a8dcecd3fcdd86f03c10b6 (patch)
tree35bca14b1bff18905097574876d80f5a4a0085d0 /sh-i18n--envsubst.c
parent7945c7fad05da2ac7f6f1f89202799993a591eac (diff)
downloadgit-cc999a3a0845fcab83a8dcecd3fcdd86f03c10b6.zip
git-cc999a3a0845fcab83a8dcecd3fcdd86f03c10b6.tar.gz
git-cc999a3a0845fcab83a8dcecd3fcdd86f03c10b6.tar.bz2
gitweb: Fix unintended "--no-merges" for regular Atom feed
The print_feed_meta() subroutine generates links for feeds with and without merges, in RSS and Atom formats. However because %href_params was not properly reset, it generated links with "--no-merges" for all except the very first link. Before: <link rel="alternate" title="[..] - Atom feed" href="/?p=.git;a=atom;opt=--no-merges" type="application/atom+xml" /> <link rel="alternate" title="[..] - Atom feed (no merges)" href="/?p=.git;a=atom;opt=--no-merges" type="application/atom+xml" /> After: <link rel="alternate" title="[..] - Atom feed" href="/?p=.git;a=atom" type="application/atom+xml" /> <link rel="alternate" title="[..] - Atom feed (no merges)" href="/?p=.git;a=atom;opt=--no-merges" type="application/atom+xml" /> Signed-off-by: Sebastian Pipping <sebastian@pipping.org> Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sh-i18n--envsubst.c')
0 files changed, 0 insertions, 0 deletions