Commit Diff
- Commit:
882ee74dcf6c73130b57c0db7b8013d02d26a95a
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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 }}