diff options
author | Daniel Hahler <git@thequod.de> | 2015-05-08 15:41:01 +0200 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-05-12 00:59:07 +0000 |
commit | b884853756f0bd3489f2bad9e464498c798c672c (patch) | |
tree | 2b53bd6b39d1abd9b5dd84f26236709e0ae19e1f /ChangeLog | |
parent | ffdeb1c25728c722567d6f9de2d714f3f1f2a4de (diff) | |
download | zsh-b884853756f0bd3489f2bad9e464498c798c672c.tar.gz zsh-b884853756f0bd3489f2bad9e464498c798c672c.tar.xz zsh-b884853756f0bd3489f2bad9e464498c798c672c.zip |
35060 + 35072: completion: git: split __git_heads into local and remote
It is useful to have this distinction visually. This also uses `--format=%(refname:short)` directly with `git for-each-ref`.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ef2a6575e..cb7f07687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-12 Daniel Hahler <git@thequod.de> + + * 35060 + 35072: Completion/Unix/Command/_git: completion: git: split + __git_heads into local and remote + 2015-05-12 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 35075: Doc/Zsh/builtins.yo, Doc/Zsh/calsys.yo, |