commit 980063060d75612255f6fe397354a82ca6fbdf1a from: Stefan Sperling via: Thomas Adam date: Sun Feb 16 13:44:27 2025 UTC gotwebd: preserve 'folder=' parameter when following More links When navigating commits made to a file in a subdirectory the More link wouldn't work as it looked for the file path in the repository root directory rather than the subdirectory. commit - 744e8ee85035203d79f9c02b4fc6f1f395508acc commit + 980063060d75612255f6fe397354a82ca6fbdf1a blob - e57cc72aae7755e3e7225bc2152dc0db79b0fe2e blob + e32f2d1eb7c328caddd370df3746cb80f2136833 --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -458,6 +458,7 @@ nextsep(char *s, char **t) .path = qs->path, .commit = t->more_id, .headref = qs->headref, + .folder = qs->folder, .file = qs->file, };