lazygit/pkg/i18n
Stefan Haller 0496e3af50 Disallow creating custom patches when the diff context size is 0
This is very similar to what we are doing for staging or discarding hunks in the
Files panel. Git doesn't allow applying patches with a zero context size (unless
you use the --unidiff-zero option, which is discouraged).
2025-04-29 10:21:18 +02:00
..
translations Update translation files from crowdin 2025-04-10 11:40:55 +02:00
english.go Disallow creating custom patches when the diff context size is 0 2025-04-29 10:21:18 +02:00
i18n.go Use dario.cat/mergo instead of github.com/imdario/mergo 2025-04-09 11:23:55 +02:00
i18n_test.go