1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/pkg/integration/tests/sync
Jesse Duffield d772c9f1d4 Use sentence case everywhere
We have not been good at consistent casing so far. Now we use 'Sentence case' everywhere. EVERYWHERE.

Also Removing 'Lc' prefix from i18n field names: the 'Lc' stood for lowercase but now that everything
is in 'Sentence case' there's no need for the distinction.

I've got a couple lower case things I've kept: namely, things that show up in parentheses.
2023-05-25 23:52:19 +10:00
..
fetch_prune.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
force_push_multiple_matching.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
force_push_multiple_upstream.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
force_push.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_and_set_upstream.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_merge_conflict.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_merge.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_rebase_conflict.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_rebase_interactive_conflict_drop.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_rebase_interactive_conflict.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_rebase.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_and_auto_set_upstream.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_and_set_upstream.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_follow_tags.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_no_follow_tags.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_tag.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
push_with_credential_prompt.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
rename_branch_and_pull.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
shared.go cleanup integration test code 2023-02-26 12:54:13 +11:00