about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2015-05-08 15:41:01 +0200
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-05-12 00:59:07 +0000
commitb884853756f0bd3489f2bad9e464498c798c672c (patch)
tree2b53bd6b39d1abd9b5dd84f26236709e0ae19e1f /README
parentffdeb1c25728c722567d6f9de2d714f3f1f2a4de (diff)
downloadzsh-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 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 142daadf1..10f29a4ed 100644
--- a/README
+++ b/README
@@ -117,6 +117,12 @@ New behaviour:
 0.5
 
 
+4) The _git completion used to offer both local and remote heads under the
+tag 'heads'.  The tag has now been split into 'heads-local' and
+'heads-remote' in all contexts that existed in 5.0.7.  The --fixup/--squash
+context still uses the tag 'heads' (but this may change in a future release).
+
+
 Incompatibilities between 5.0.2 and 5.0.5
 -----------------------------------------