lazygit/pkg/utils
Chris McDonnell 1028f8efb8 Migrate deprecated AllBranchesLogCmd to AllBranchesLogCmds
This solves https://github.com/jesseduffield/lazygit/issues/3961 because
we no longer have a combination of the default and the user defined
list. We just have the user defined list.
2025-05-06 23:33:17 -04:00
..
yaml_utils Migrate deprecated AllBranchesLogCmd to AllBranchesLogCmds 2025-05-06 23:33:17 -04:00
color.go Store TextStyle in Pipe struct as pointer 2025-04-29 14:57:15 +02:00
color_test.go Fix Decolorise to also strip hyperlinks 2024-08-24 10:36:01 +02:00
date.go
date_test.go
dummies.go Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
errors.go
formatting.go Return nil columnPositions when not rendering anything 2024-08-24 10:51:25 +02:00
formatting_test.go Modernize benchmarks 2025-04-29 14:57:15 +02:00
history_buffer.go chore: use errors.New to replace fmt.Errorf with no parameters. 2024-04-24 16:21:34 +08:00
history_buffer_test.go
io.go Fix ForEachLineInFile to not lose the last line if it doesn't end with a LF 2024-10-09 15:37:08 +02:00
io_test.go Fix ForEachLineInFile to not lose the last line if it doesn't end with a LF 2024-10-09 15:37:08 +02:00
lines.go Add a tabWidth parameter to WrapViewLinesToWidth to match gocui 2025-02-20 09:13:56 +01:00
lines_test.go Add a tabWidth parameter to WrapViewLinesToWidth to match gocui 2025-02-20 09:13:56 +01:00
once_writer.go
once_writer_test.go
rebase_todo.go Fix moving a commit across a branch boundary in a stack 2024-12-23 12:18:48 +01:00
rebase_todo_test.go Fix moving a commit across a branch boundary in a stack 2024-12-23 12:18:48 +01:00
regexp.go
regexp_test.go
search.go Rename FuzzySearch to FilterStrings 2024-03-17 11:55:30 +01:00
search_test.go Rename FuzzySearch to FilterStrings 2024-03-17 11:55:30 +01:00
slice.go Re-determine existing main branches if mainBranches config changed 2024-08-18 10:24:52 +02:00
slice_test.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
string_pool.go Store Commit.Hash by pointer (kept in a pool of hashes) 2025-04-29 14:57:15 +02:00
string_stack.go
template.go
template_test.go
thread_safe_map.go
thread_safe_map_test.go
utils.go Move Loader to presentation package 2025-05-06 09:52:53 +02:00
utils_test.go Replace min/max helpers with built-in min/max 2024-04-07 23:24:10 +08:00