Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham
	autolearn_force=no version=3.4.1
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: zsh-workers@zsh.org
Subject: [PATCH 0/5] Completion: git refspecs
Date: Sat, 30 Apr 2016 00:48:14 +0000
Message-Id: <1461977299-3770-1-git-send-email-danielsh@tarsus.local2>
X-Mailer: git-send-email 2.1.4
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Seq: zsh-workers 38364

The first three patches are trivial fixes; however, I'd appreciate a second
pair of eyes over the fourth and fifth.

Eventually I'd like «git fetch ${remote} <TAB>» to complete branch names from
that remote (via for-each-ref and/or ls-remote).

Cheers,

Daniel

