commit | 2c3dcd5a8153a09c09121baa70c838df94883cd3 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Feb 13 07:56:55 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:39 2023 +0000 |
tree | f76a4ddd7d079de385bebca490899ea083aa81e3 | |
parent | d464dc568e414ea49162cf3e9394c24f942570b4 [diff] |
Make git recommits act verbosely
diff --git a/modules/git.nix b/modules/git.nix index 37462b6..459e25c 100644 --- a/modules/git.nix +++ b/modules/git.nix
@@ -17,7 +17,7 @@ delta.enable = true; aliases = { - recommit = "!git commit -eF $(git rev-parse --git-dir)/COMMIT_EDITMSG"; + recommit = "!git commit --verbose -eF $(git rev-parse --git-dir)/COMMIT_EDITMSG"; # Yes, this does need to start with an !. Removing it will make the # expansion in the middle not work stash-working = ''