diff options
| author | Daniel Hahler <git@thequod.de> | 2015-06-07 23:49:32 +0200 |
|---|---|---|
| committer | Daniel Hahler <git@thequod.de> | 2015-06-08 00:35:01 +0200 |
| commit | e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e (patch) | |
| tree | 14f393570a6334e3c16701b8cf398b76d743ae61 /ChangeLog | |
| parent | 35412: fix for - flag when formating strings with printf (diff) | |
| download | zsh-e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e.tar zsh-e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e.tar.gz zsh-e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e.tar.bz2 zsh-e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e.tar.lz zsh-e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e.tar.xz zsh-e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e.tar.zst zsh-e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e.zip | |
35216: _git-checkout: do not call __git_commits twice
This makes `branch_arg` empty by default, to be used only for
__git_remote_branch_names.
`branches::__git_revisions` was used here, but that's the same as
tree_ish_arg='tree-ishs::__git_tree_ishs' - both call __git_commits.
Only tree_ish_arg will call __git-commits now.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-06-08 Daniel Hahler <zsh@thequod.de> + + * 35216: Completion/Unix/Command/_git: _git-checkout: do not call + __git_commits twice. + 2015-06-07 Oliver Kiddle <opk@zsh.org> * 35412: Src/builtin.c, Test/B03print.ztst: fix for - flag |
