commit | 29bc88505f22068d7ee6694240e6b13fddb5d059 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu May 21 00:45:55 2015 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri May 22 09:33:09 2015 -0700 |
tree | a55a77a4756632a07aa634bc1c1ce7a8f79fb256 | |
parent | 3dbe9db01bd9c0b0701f72a631ac15b1791f6642 [diff] |
for-each-ref: accept "%(push)" format Just as we have "%(upstream)" to report the "@{upstream}" for each ref, this patch adds "%(push)" to match "@{push}". It supports the same tracking format modifiers as upstream (because you may want to know, for example, which branches have commits to push). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>