0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-21 04:06:15 +01:00
gitea/modules/templates
Jason Song 59d2189875
Fix missing commit message body when the message has leading newlines (#25418)
Commit with `echo "\nmessage after a blank line\nsecond line of the
message" | git commit --cleanup=verbatim -F -` and push.

<img width="1139" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/f9a2c28c-e307-4c78-9e31-3d3ace7b9274">
2023-06-21 09:14:34 +00:00
..
eval Use a general Eval function for expressions in templates. (#23927) 2023-04-07 21:25:49 +08:00
scopedtmpl
vars
base.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
dynamic.go
helper_test.go
helper.go
htmlrenderer_test.go Show friendly 500 error page to users and developers (#24110) 2023-04-14 13:19:11 +08:00
htmlrenderer.go
mailer.go Improve RunMode / dev mode (#24886) 2023-05-25 03:47:30 +00:00
static.go
templates_bindata.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
util_avatar.go
util_dict.go
util_json.go Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
util_misc.go
util_render_test.go
util_render.go Fix missing commit message body when the message has leading newlines (#25418) 2023-06-21 09:14:34 +00:00
util_slice.go Improve template helper functions: string/slice (#24266) 2023-04-22 14:16:22 -04:00
util_string.go
util_test.go