Commit Diff
- Commit:
7724b04ba68901dfeb37cc8be8231cec72785fd3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
- Message:
- 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.
- Actions:
- Patch | Tree
--- 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, };