summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2020-03-13 09:46:14 -0500
committerdana <dana@dana.is>2020-03-13 09:46:14 -0500
commit754658aff38e1bdf487c58bec6174cbecd019d11 (patch)
tree2b1952cd1793fb92873610f7a934c43039e0c77b /ChangeLog
parent45535: _lz4: Order compression levels numerically (diff)
downloadzsh-754658aff38e1bdf487c58bec6174cbecd019d11.tar
zsh-754658aff38e1bdf487c58bec6174cbecd019d11.tar.gz
zsh-754658aff38e1bdf487c58bec6174cbecd019d11.tar.bz2
zsh-754658aff38e1bdf487c58bec6174cbecd019d11.tar.lz
zsh-754658aff38e1bdf487c58bec6174cbecd019d11.tar.xz
zsh-754658aff38e1bdf487c58bec6174cbecd019d11.tar.zst
zsh-754658aff38e1bdf487c58bec6174cbecd019d11.zip
unposted: _git: Fix copy/paste error in earlier commit that broke `git stash drop`
This was broken by workers/44923 (8aa84bd5fc44)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c96d98b3..6fdaccb7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2020-03-13 dana <dana@dana.is>
+ * unposted: Completion/Unix/Command/_git: Fix copy/paste error
+ in earlier commit that broke `git stash drop`
+
* 45535: Completion/Unix/Command/_lz4: Order compression levels
numerically