diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-07-29 17:00:07 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-08-01 08:01:26 +0000 |
commit | b056d8c909a4cf57c45bf9cb9767c90b23369070 (patch) | |
tree | f5c6c62f4a8f201c9b27b1b3de513de8a1472fdc /ChangeLog | |
parent | 0782e0a0a60ade8ba7c2e7b99d488fcd75663e2c (diff) | |
download | zsh-b056d8c909a4cf57c45bf9cb9767c90b23369070.tar.gz zsh-b056d8c909a4cf57c45bf9cb9767c90b23369070.tar.xz zsh-b056d8c909a4cf57c45bf9cb9767c90b23369070.zip |
38963: _git-config: Run gettable-options earlier and in all codepaths.
No change to completions; this is preparation for the next commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9eaa936b5..9b9dcaa0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-08-01 Daniel Shahaf <d.s@daniel.shahaf.name> + * 38963: Completion/Unix/Command/_git: _git-config: Run + gettable-options earlier and in all codepaths. + * 38961: Completion/Unix/Command/_git: _git-config: No functional change: rename $git_options_static to $git_options in preparation for the after-next commit. |