mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
196593e2e9
* More efficiently parse shas for shaPostProcessor The shaPostProcessor currently repeatedly calls git rev-parse --verify on both backends which is fine if there is only one thing that matches a sha - however if there are multiple things then this becomes wildly inefficient. This PR provides functions for both backends which are much faster to use. Fix #16092 * Add ShaExistCache to RenderContext Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> |
4 years ago | |
---|---|---|
.. | ||
common | 4 years ago | |
csv | 4 years ago | |
external | 4 years ago | |
markdown | 4 years ago | |
mdstripper | 5 years ago | |
orgmode | 4 years ago | |
html.go | 4 years ago | |
html_internal_test.go | 4 years ago | |
html_test.go | 4 years ago | |
renderer.go | 4 years ago | |
renderer_test.go | 4 years ago | |
sanitizer.go | 4 years ago | |
sanitizer_test.go | 4 years ago |