diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-14 01:35:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-14 16:39:14 +0900 |
| commit | 3b1ea26f1c30b9281e5fd7cf111f843a08b9f8db (patch) | |
| tree | d39197d2a23e88cb43b0a5a4989d449f8e6aebdf /.config/git | |
| parent | 8d981eee05ffe4c7cc1a47224a53ae86c2261415 (diff) | |
| download | dotfiles-3b1ea26f1c30b9281e5fd7cf111f843a08b9f8db.tar.gz dotfiles-3b1ea26f1c30b9281e5fd7cf111f843a08b9f8db.tar.zst dotfiles-3b1ea26f1c30b9281e5fd7cf111f843a08b9f8db.zip | |
git: fix squash-onto alias
Diffstat (limited to '.config/git')
| -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 bc29078..7500d6a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -234,6 +234,6 @@ exit 1; \ fi; \ local base_ref=\"$1\"; \ - git reset --soft \"$base_ref\" && \ + git reset --soft \"$base_ref\" -- && \ git commit -m \"$(git log --format=%B --reverse HEAD..HEAD@{1})\"; \ }; __fn" |
