1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/commands
Scott Callaway 9617737352 config: rely on .gitconfig for verbose commit messages
As discussed in https://github.com/jesseduffield/lazygit/pull/2599, it
makes more sense to have the user specify whether they want verbose
commits from their own git config, rather than lazygit config.

This means that we can remove all the code (including test coverage)
associated with the custom verbose flag, and lazygit will just inherit
the .gitconfig settings automatically.
2023-07-14 07:56:09 +02:00
..
git_commands config: rely on .gitconfig for verbose commit messages 2023-07-14 07:56:09 +02:00
git_config Use mutex on cached git config 2023-07-09 21:30:19 +10:00
hosting_service Update gitlab commit URL to match new routing 2023-05-22 07:39:47 +03:30
models Support filtering files 2023-07-03 12:54:13 +10:00
oscommands Retry on index.lock error 2023-07-10 19:13:18 +10:00
patch Refactor interface for ApplyPatch 2023-05-20 20:54:39 +10:00
testdata
types/enums more refactoring 2022-01-04 09:07:15 +11:00
git_cmd_obj_builder.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
git_cmd_obj_runner.go Retry on index.lock error 2023-07-10 19:13:18 +10:00
git_test.go feat: add GitVersion struct 2022-12-30 20:01:14 +09:00
git.go Use comment char config on interactive rebase 2023-07-02 02:07:32 -03:00