diff options
| author | Daniel Hahler <git@thequod.de> | 2015-05-13 15:26:04 +0200 |
|---|---|---|
| committer | Daniel Hahler <git@thequod.de> | 2015-05-18 02:48:03 +0200 |
| commit | 94c6b32fe76f630f6682edb7cb8b9c0c884809a4 (patch) | |
| tree | 3e57c84e4132306c3352eb3759ee071742765dcd /ChangeLog | |
| parent | 35101: completion: git: add __git_commit_objects_prefer_recent (diff) | |
| download | zsh-94c6b32fe76f630f6682edb7cb8b9c0c884809a4.tar zsh-94c6b32fe76f630f6682edb7cb8b9c0c884809a4.tar.gz zsh-94c6b32fe76f630f6682edb7cb8b9c0c884809a4.tar.bz2 zsh-94c6b32fe76f630f6682edb7cb8b9c0c884809a4.tar.lz zsh-94c6b32fe76f630f6682edb7cb8b9c0c884809a4.tar.xz zsh-94c6b32fe76f630f6682edb7cb8b9c0c884809a4.tar.zst zsh-94c6b32fe76f630f6682edb7cb8b9c0c884809a4.zip | |
35104: completion: git: __git_commit_objects: query 1000 commits
Also, `--all` and `--reflog` is used to get all commits.
It adds the _guard in front, so only non-empty values will come here.
Also, __git_commit_objects_prefer_recent will only call it, if there are
no matching recent commits.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ then, and is meant to only call __git_recent_commits, if there are matches. + * 35104: Completion/Unix/Command/_git: __git_commit_objects: query + 1000 commits. Also, `--all` and `--reflog` is used to get all commits. + 2015-05-16 Daniel Shahaf <d.s@daniel.shahaf.name> * 35161: Completion/Unix/Command/_git: completion: git: Fix |
