Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH v2 08/14] _git: reword _git-config TODO
- X-seq: zsh-workers 31746
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH v2 08/14] _git: reword _git-config TODO
- Date: Sun, 22 Sep 2013 12:48:22 +0200
- Cc: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=k4a6BOaqPCHBrceMeyJRfdcgCESPxh88ubG5jAsUhKc=; b=cY4iuNY2lxR5YEwimBDv5RkdpxS/bB4AEl5LhEe6xM1n/dNbZtyGBtoKer+UFVjDHE wJ86U5BhFZwgP2rFHNiuX2it4Gxfik1gYl6QOa6tCbe2gwE2e2FXAQ4h3E0qldInx/he h7sL5uaIAmgIXzltnGuFFnwOFc4THD4JApLPF2zYOdzPPOIexlwtROo05Y5VNGSlpSDA /scsTdqdXNmv31Zpc0w6xL1apBAka2I9s9Jt4+OruUoBQiO0ANsNUBrvhLRnYCiqAYvA WbaYUL7zjOW7ql9t+LpQcbPH8QicWB19aVTaqq/qhnYrCIv8tzoLPQ8vbEyKNypklrrJ afzA==
- In-reply-to: <cover.1379846744.git.oystwa@gmail.com>
- In-reply-to: <cover.1379846744.git.oystwa@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <cover.1379846744.git.oystwa@gmail.com>
- References: <cover.1379846744.git.oystwa@gmail.com>
From: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
Support for merge drivers, filter drivers, and diff drivers is
missing.
---
Completion/Unix/Command/_git | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 294620b..0d0cb02 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
--
1.8.2.2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author