From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22207 invoked by alias); 28 Jul 2013 16:22:51 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31593 Received: (qmail 24507 invoked from network); 28 Jul 2013 16:22:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.172 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=On8O39DwbmBNOW6nGQr8dMzYYH0qeXGLNhWvMJcDV/M=; b=APkH57FmXE+0KO2iqh/ZsDhoE6h1sdZz1L9RO9udL9+lCnYIVKujxMBjJe9GzdQS8J czwvyDib2zaLn8EHB+xBVrmF9rj6lqkYmDkRjrITbYUDOEczmOAau5LaQhUmOSF/Vfmr LaPhBOU+f5d0hkb/WIql3UUJ6oSGsB3jqaJiexP5/1P4ZzOAsV9K7cQzahrnUdkMfSh7 eUAEsIdm438PN3ttG5ixSkyxLJAOtzlgFE52GpxRW5hvocIfVjOZ8NEH9EMZEMS3Q1YA h0sPcM+IdpV4lPL6og1KCTQUhiH3TKrl2xJpj3Rh5dSNRoQQgtULaI/xVn3jkYEFqX/2 kJ2Q== X-Received: by 10.112.19.162 with SMTP id g2mr24463310lbe.9.1375028548066; Sun, 28 Jul 2013 09:22:28 -0700 (PDT) From: =?UTF-8?q?=C3=98ystein=20Walle?= To: zsh-workers@zsh.org Cc: m0viefreak.cm@googlemail.com, =?UTF-8?q?=C3=98ystein=20Walle?= Subject: [PATCH 00/16] Improvements to the Git completion functions Date: Sun, 28 Jul 2013 18:21:57 +0200 Message-Id: X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a series of patches for the Git completion. We added lot of new command options. Some of the patches are over a month old and there has been several minor Git releases since then but AFAIK no new options have been added. There are some known issues: git-p4 is missing completely, and recently gitk started accepting some options that git-log doesn't, and that requires some minor refactoring. This series of patches doesn't address this. Regards, Øsse ---- m0viefreak (9): _git: fix a wrong variable in __git_config_values _git: fix usage of ->int: for some entries in _git-config _git: make git submodule completion work _git: correctly use __git_guard_number in some cases _git: completion updates to match latest git v1.8.3 _git: reword _git-config TODO _git: support completing remote branches without / prefix _git: correct some "undocumented" options _git: git rm: make git rm --cached work as intended Øystein Walle (7): _git: completion updates to match latest git v1.8.3 part 2 _git: add new configuration options to match latest git v1.8.3 _git: fix some typos _git: remove TODOs of actually documented options _git: change completion text for consistency _git: move --(no-)follow to be log-specific option _git: Document --early-output Completion/Unix/Command/_git | 604 +++++++++++++++++++++++++++++++------------ 1 file changed, 444 insertions(+), 160 deletions(-) -- 1.8.2.2