jesseduffield.lazygit/pkg/utils
2025-12-23 16:49:16 +01:00
..
yaml_utils Enable revive linter, and fix a bunch of warnings 2025-06-30 19:13:20 +02:00
color.go Store TextStyle in Pipe struct as pointer 2025-04-29 14:57:15 +02:00
color_test.go
date.go
date_test.go
dummies.go Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
errors.go
formatting.go Replace go-runewidth with uniseg 2025-12-23 16:49:16 +01:00
formatting_test.go Replace go-runewidth with uniseg 2025-12-23 16:49:16 +01:00
history_buffer.go
history_buffer_test.go
io.go
io_test.go
lines.go Replace go-runewidth with uniseg 2025-12-23 16:49:16 +01:00
lines_test.go Cleanup: remove duplicate test case 2025-08-08 11:24:43 +02:00
once_writer.go
once_writer_test.go Enable revive linter, and fix a bunch of warnings 2025-06-30 19:13:20 +02:00
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 Enable intrange linter, and fix warnings 2025-06-30 18:30:11 +02:00
search_test.go
slice.go Modernize all codes 2025-11-15 10:46:23 +01:00
slice_test.go
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 Modernize all codes 2025-11-15 10:46:23 +01:00
template_test.go
thread_safe_map.go
thread_safe_map_test.go Enable intrange linter, and fix warnings 2025-06-30 18:30:11 +02:00
utils.go Modernize all codes 2025-11-15 10:46:23 +01:00
utils_test.go