diff options
author | Eisuke Kawashima <e-kwsm@users.noreply.github.com> | 2024-04-03 00:36:22 +0900 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-01-30 13:02:39 +0100 |
commit | 8cddd97297365f91e0f816f5364e06f77b0a2358 (patch) | |
tree | 239e1bdc675d82d653f853f88b5a9e3db914114d /ChangeLog | |
parent | 13417c27014aee0bb201988ecd81421f2e987c8c (diff) | |
download | zsh-8cddd97297365f91e0f816f5364e06f77b0a2358.tar.gz zsh-8cddd97297365f91e0f816f5364e06f77b0a2358.zip |
github #118: completion(git-rebase): non-interactive mode also supports --autosquash
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2025-01-30 Oliver Kiddle <opk@zsh.org> + * github #118: Eisuke Kawashima: Completion/Unix/Command/_git: + git rebase non-interactive mode also supports --autosquash + * 53338: Completion/Zsh/Command/_typeset: complete typeset -n option * 53337: Doc/Zsh/mod_ksh93.yo, Src/Modules/ksh93.c: allow nameref -p |