]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: correctly store previous rev in javascript-actions mode
authorRobert Luberda <redacted>
Sun, 27 Oct 2019 09:14:26 +0000 (10:14 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:33 +0000 (00:51 -0400)
Without this change, the setting

 $feature{'javascript-actions'}{'default'} = [1];

in gitweb.conf breaks gitweb's blame page: clicking on line numbers
displayed in the second column on the page has no effect.

For comparison, with javascript-actions disabled, clicking on line
numbers loads the previous version of the line.

Addresses https://bugs.debian.org/741883.

Signed-off-by: Jonathan Nieder <redacted>
Signed-off-by: Robert Luberda <redacted>
Acked-by: Jakub Narębski <redacted>
Signed-off-by: Junio C Hamano <redacted>

No differences found
This page took 0.202867 seconds and 4 git commands to generate.