mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-03 12:12:43 +01:00
335c3a7d12
Summary: Currently, the last group of commits is not shown in the list view because the final `$list` is never added to `$view`. For example, if the first page would contain commits from "April 7", "April 6", and "April 5", commits from "April 5" are not shown. (If a repository has 100 commits in a single day, nothing is shown.) On this server, here's the bottom of page 1: {F4987087} Here's the top of page 2: {F4987088} However, here's `git log` between those commits: ``` $ git log --oneline 7e46^..5f49f |
||
---|---|---|
.. | ||
DiffusionBranchTableView.php | ||
DiffusionBrowseTableView.php | ||
DiffusionCloneURIView.php | ||
DiffusionCommitListView.php | ||
DiffusionEmptyResultView.php | ||
DiffusionHistoryListView.php | ||
DiffusionHistoryTableView.php | ||
DiffusionHistoryView.php | ||
DiffusionPushLogListView.php | ||
DiffusionReadmeView.php | ||
DiffusionTagListView.php | ||
DiffusionView.php |