Commit Graph

3 Commits (2d0b90c967b24ba4558540d9db985b121b77f455)

Author SHA1 Message Date
Christian Muehlhaeuser 54d96c79b5 Removed unnecessary conversions ()
No need to convert to the same type.
Filip Navara 6e2a59e4ce Use commit graph files for listing pages ()
* Experimental support for git commit graph files and bloom filter index

Signed-off-by: Filip Navara <filip.navara@gmail.com>

* Force vendor of commitgraph

Signed-off-by: Filip Navara <filip.navara@gmail.com>

* Remove bloom filter experiment and debug prints

* Remove old code for building commit graphs

* Remove unused function

* Remove mmap usage

* gofmt

* sort vendor/modules.txt

* Add copyright header and log commit-graph error
Vladimir Panteleev a98e085031 Show git-notes ()
* Show git-notes

* Make git-notes heading text localizable

* Refactor git-notes data fetching to a separate function

* Display the author and time of git notes

* Move note bubble inside the commit bubble

* Revert "Move note bubble inside the commit bubble"

This reverts commit c0951fe0e3.

* Add test for git-notes

* testing ui

* Polish CSS

* Apply suggestions from code review

Co-Authored-By: Lauris BH <lauris@nix.lv>