This website requires JavaScript.
Explore
Help
Sign In
DEV
/
jesseduffield_lazygit
Watch
1
Star
0
Fork
0
You've already forked jesseduffield_lazygit
mirror of
https://github.com/jesseduffield/lazygit.git
synced
2026-01-09 06:21:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jesseduffield_lazygit
/
pkg
/
commands
/
patch
History
boqishan
89a0542a97
refactor: use strings.Builder and strings.Repeat to simplify code
...
Signed-off-by: boqishan <boqishan@126.com>
2025-12-03 18:34:21 +01:00
..
format.go
Export PatchLine.isChange
2025-07-04 10:14:35 +02:00
hunk.go
refactor patch code
2023-03-19 16:30:39 +11:00
parse.go
refactor patch code
2023-03-19 16:30:39 +11:00
patch_builder.go
refactor: use strings.Builder and strings.Repeat to simplify code
2025-12-03 18:34:21 +01:00
patch_line.go
Export PatchLine.isChange
2025-07-04 10:14:35 +02:00
patch_test.go
Don't use hunk mode for added or deleted files
2025-07-27 12:10:25 +02:00
patch.go
Don't use hunk mode for added or deleted files
2025-07-27 12:10:25 +02:00
transform.go
Enable revive linter, and fix a bunch of warnings
2025-06-30 19:13:20 +02:00