mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +01:00
31746: _git: reword _git-config TODO
Support for merge drivers, filter drivers, and diff drivers is missing.
This commit is contained in:
parent
5ec6a1510a
commit
e45f685d4a
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue