diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-11-12 01:01:28 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-11-17 15:32:04 +0000 |
commit | d7b57cc9576648020f4f68b52cce5c7e59548258 (patch) | |
tree | f36bb01e5eb20755f9f80d495b5fd5af72debe9b /ChangeLog | |
parent | 307da989d898510750d0d40b39fbc321c8b4e853 (diff) | |
download | zsh-d7b57cc9576648020f4f68b52cce5c7e59548258.tar.gz zsh-d7b57cc9576648020f4f68b52cce5c7e59548258.tar.xz zsh-d7b57cc9576648020f4f68b52cce5c7e59548258.zip |
39922: __git_recent_branches: Fix an 'assertion' failure when two branches (refs) point to the same commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fa12468e9..65974fc9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-11-17 Daniel Shahaf <d.s@daniel.shahaf.name> + * 39922: Completion/Unix/Command/_git: __git_recent_branches: + Fix an 'assertion' failure when two branches (refs) point to + the same commit. + * 39917: Completion/Zsh/Command/_precommand: Complete setsid(1) as a precommand |