diff options
author | Daniel Hahler <git@thequod.de> | 2015-05-17 19:35:22 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2015-05-19 05:42:21 +0200 |
commit | 1e7bb4a8f8c965e0ad61b09154f04b31aa57e07b (patch) | |
tree | 67245e2f871f6549c5fffceadbcf158861525778 /ChangeLog | |
parent | 6bfe6fd84b2c5d62f95ebd1afcd241050515f512 (diff) | |
download | zsh-1e7bb4a8f8c965e0ad61b09154f04b31aa57e07b.tar.gz zsh-1e7bb4a8f8c965e0ad61b09154f04b31aa57e07b.tar.xz zsh-1e7bb4a8f8c965e0ad61b09154f04b31aa57e07b.zip |
35164: fix __git_commit_objects/__git_recent_commits
$pipestatus for `: foo` is 0 always. Without this, "git checkout" in a non-git directory would complete " ", but not result in a note/error about not being in a git dir.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 88376c078..a1067a7de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-19 Daniel Hahler <zsh@thequod.de> + + * 35164: Completion/Unix/Command/_git: fix $pipestatus with + __git_commit_objects/__git_recent_commits. + 2015-05-19 Daniel Shahaf <d.s@daniel.shahaf.name> * users/20222: Completion/Unix/Command/_git: users/20222: |