From 53f73e02a4daf884a31a69e3f55ad1328c3bd1d3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 5 Dec 2024 11:43:31 +0000 Subject: [Minor] Fix misprint --- lualib/lua_mime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lualib') diff --git a/lualib/lua_mime.lua b/lualib/lua_mime.lua index 75e5d11f8..bb65dc9ba 100644 --- a/lualib/lua_mime.lua +++ b/lualib/lua_mime.lua @@ -941,7 +941,7 @@ exports.get_displayed_text_part = function(task) end if text_part then - local word_count = html_part:get_words_count() or 0 + local word_count = text_part:get_words_count() or 0 if word_count >= 10 then -- Arbitrary minimum threshold, e.g. I believe it's minimum sane return text_part -- cgit v1.2.3 /a> : jgit.git
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgitwww-data
summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
blob: fbfce049c11f9d799b95d87272746de1a04ba3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36