This website requires JavaScript.
Explore
Help
Sign In
sysutils
/
lazygit
Watch
1
Star
0
Fork
0
You've already forked lazygit
mirror of
https://github.com/jesseduffield/lazygit.git
synced
2025-12-19 09:22:30 +03:00
Code
Activity
Files
cc96d8cede7aa271a87ec146ccf53acd720ecc3c
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