This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
lazygit
Watch
1
Star
0
Fork
0
You've already forked lazygit
mirror of
https://github.com/jesseduffield/lazygit.git
synced
2025-04-25 12:24:47 +02:00
Code
Issues
Releases
Activity
lazygit
/
pkg
/
gui
/
services
/
custom_commands
History
Stefan Haller
7e14d88dc9
Support both Sha and Hash on commits in custom commands
...
We achieve this by wrapping the model Commit in a custom struct that provides both.
2024-04-12 08:33:47 +02:00
..
client.go
Allow checking for merge conflicts after running a custom command
2023-07-13 18:40:34 +10:00
handler_creator.go
Standardise on using lo for slice functions
2023-07-30 18:51:23 +10:00
keybinding_creator.go
Standardise on using lo for slice functions
2023-07-30 18:51:23 +10:00
menu_generator_test.go
Support using command output directly in menuFromCommand custom command prompt
2023-05-29 22:52:16 +10:00
menu_generator.go
Support using command output directly in menuFromCommand custom command prompt
2023-05-29 22:52:16 +10:00
resolver.go
Support suggestions generated from command in custom commands
2023-05-29 22:47:35 +10:00
session_state_loader.go
Support both Sha and Hash on commits in custom commands
2024-04-12 08:33:47 +02:00