diff options
| author | m0viefreak <m0viefreak.cm@googlemail.com> | 2013-09-22 12:48:22 +0200 |
|---|---|---|
| committer | Frank Terbeck <ft@bewatermyfriend.org> | 2013-09-22 14:01:12 +0200 |
| commit | e45f685d4addb4d1ae13ed8353e5ff95b7010d3a (patch) | |
| tree | e1c347910b88e658f796e4dcc3eab257abf79702 | |
| parent | 31750: _git: add new configuration options to match latest git v1.8.3 (diff) | |
| download | zsh-e45f685d4addb4d1ae13ed8353e5ff95b7010d3a.tar zsh-e45f685d4addb4d1ae13ed8353e5ff95b7010d3a.tar.gz zsh-e45f685d4addb4d1ae13ed8353e5ff95b7010d3a.tar.bz2 zsh-e45f685d4addb4d1ae13ed8353e5ff95b7010d3a.tar.lz zsh-e45f685d4addb4d1ae13ed8353e5ff95b7010d3a.tar.xz zsh-e45f685d4addb4d1ae13ed8353e5ff95b7010d3a.tar.zst zsh-e45f685d4addb4d1ae13ed8353e5ff95b7010d3a.zip | |
31746: _git: reword _git-config TODO
Support for merge drivers, filter drivers, and diff drivers is
missing.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Completion/Unix/Command/_git | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2013-09-22 m0viefreak <m0viefreak.cm@googlemail.com> + + * 31746: Completion/Unix/Command/_git: _git: reword _git-config + TODO + 2013-09-22 Øystein Walle <oystwa@gmail.com> * 31747: Completion/Unix/Command/_git: _git: completion updates to diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 294620be5..0d0cb02c0 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1775,7 +1775,7 @@ _git-config () { # TODO: Most all _path_commands should be able to take arguments and so on. # How do we deal with that and how do we quote the whole argument to git # config? - # TODO: Add merge.*.(name|driver|recursive) and diff.*.(command|funcname) + # TODO: Add support for merge.*. (merge driver), diff.*. (diff driver), and filter.*. (filter driver) options # (see gitattributes(5)). # TODO: .path options should take absolute paths. declare -a git_options_static |
