jesseduffield.lazygit/pkg/gui/presentation
Stefan Haller c3d5798c6c Fix early exit condition
I don't know what this condition is supposed to guard against, or whether we
really need it (it was added in 06ca71e955, and the commit message of that
commit only says "fix bug"). But if we do need it, then it seems that `>=` is
more correct than `>`.
2024-08-24 10:51:25 +02:00
..
authors Provide two config keys for configuring the author length in commits view 2024-06-29 11:28:44 +02:00
graph Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
icons Fix lack of icon assignation when extension don't match capitalization 2024-08-08 15:18:02 -06:00
branches.go Use utils.StringWidth to optimize rendering performance 2024-06-23 13:10:48 +02:00
branches_test.go Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
commits.go Fix early exit condition 2024-08-24 10:51:25 +02:00
commits_test.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
files.go Add config setting to suppress showing file icons 2024-01-22 08:40:03 +01:00
files_test.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
item_operations.go Show inline waiting status when checking out a local branch 2024-03-17 07:53:38 +01:00
reflog_commits.go rename sha to hash 10, last remaining sha (hopefully) 2024-04-12 08:33:47 +02:00
remote_branches.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
remotes.go Add SpinnerConfig 2024-04-06 13:46:15 +02:00
stash_entries.go feat: add age on stash lines 2023-12-27 11:21:49 +01:00
status.go Remove ColoredBranchStatus and branchStatusColor 2024-06-03 13:02:46 +02:00
submodules.go Show all submodules recursively 2024-03-07 20:16:28 +01:00
suggestions.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
tags.go Add SpinnerConfig 2024-04-06 13:46:15 +02:00
working_tree.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
worktrees.go Use fields rather than methods on worktrees 2023-07-30 18:35:24 +10:00