Tree
- Tree:
7d5c4acc652bec7c940c8404c215d0af4556c02e
- Date:
- Message:
- gotwebd: avoid full history traversal in briefs/commits This purposefully breaks the 'previous' button in the commits and briefs page. It's hard to find the parent of a commit since they can only be iterated forward. The way the previous button was generated was to walk the history from the HEAD down to the specified commit. This is costly but more importantly leads to issue when dealing with paths that were deleted from the repository. Discussed with stsp and tracey, ok jamsek.
Makefile | commits | blame |
git-repository.5 | commits | blame |
got-worktree.5 | commits | blame |
got.1 | commits | blame |
got.c | commits | blame |
got.conf.5 | commits | blame |