Commit Diff
- Commit:
de8c0409ea9206f320235deea0781cac753fae53
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Message:
- gotwebd: don't loose track of the file in commit listing When browsing the history of a file, the more button should generate a link containing the file= parameter, otherwise we switch back to the 'global' history. Spotted by stsp@
- Actions:
- Patch | Tree
--- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -324,6 +324,7 @@ static inline int rss_author(struct template *, char * .path = qs->path, .commit = t->more_id, .headref = qs->headref, + .file = qs->file, }; !} {{ if t->more_id }}