diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-31 15:32:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-31 15:32:53 +0900 |
| commit | f007d52bdee21ef03888a5e862cc7e5a872272d5 (patch) | |
| tree | 369dd091e54402ced9b9c9086a67fdfcf084824b | |
| parent | 357538ee687ef2c1b41daeb4ef9d11f2d67bb11e (diff) | |
| download | dotfiles-f007d52bdee21ef03888a5e862cc7e5a872272d5.tar.gz dotfiles-f007d52bdee21ef03888a5e862cc7e5a872272d5.tar.zst dotfiles-f007d52bdee21ef03888a5e862cc7e5a872272d5.zip | |
git: do not edit commit message in git squash-onto alias
| -rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 461ffb5..824bd51 100644 --- a/.config/git/config +++ b/.config/git/config @@ -234,5 +234,5 @@ fi; \ local base_ref=\"$1\"; \ git reset --soft \"$base_ref\" && \ - git commit --edit -m \"$(git log --format=%B --reverse HEAD..HEAD@{1})\"; \ + git commit -m \"$(git log --format=%B --reverse HEAD..HEAD@{1})\"; \ }; __fn" |
