diff options
author | m0viefreak <m0viefreak.cm@googlemail.com> | 2013-09-22 12:48:23 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2013-09-22 14:01:12 +0200 |
commit | 735e7becb9291b4feb0a55e903edf2f0e66fec37 (patch) | |
tree | fe83d4aa81f3c0852778956e06801e5fa32540e3 /ChangeLog | |
parent | e45f685d4addb4d1ae13ed8353e5ff95b7010d3a (diff) | |
download | zsh-735e7becb9291b4feb0a55e903edf2f0e66fec37.tar.gz zsh-735e7becb9291b4feb0a55e903edf2f0e66fec37.tar.xz zsh-735e7becb9291b4feb0a55e903edf2f0e66fec37.zip |
31748: _git: support completing remote branches without <remote>/ prefix
this is used in git 1.8's git checkout <branch> as a shorthand for git checkout -b <branch> --track <remote>/<branch> in case <branch> exists on exactly one remote and is not a local branch
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c4fbc1df4..232b9d604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * 31746: Completion/Unix/Command/_git: _git: reword _git-config TODO + * 31748: Completion/Unix/Command/_git: _git: support completing + remote branches without <remote>/ prefix + 2013-09-22 Øystein Walle <oystwa@gmail.com> * 31747: Completion/Unix/Command/_git: _git: completion updates to |