diff options
author | Karthik Nayak <karthik.188@gmail.com> | 2017-01-10 14:19:43 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-10 12:44:31 -0800 |
commit | b180e6fe19ee4cf701d3a3478025dd7125fb0749 (patch) | |
tree | 63302719f3b458b269f74fe7c55a0b9373a33b80 /INSTALL | |
parent | ref-filter: make "%(symref)" atom work with the ':short' modifier (diff) | |
download | tgif-b180e6fe19ee4cf701d3a3478025dd7125fb0749.tar.xz |
ref-filter: introduce refname_atom_parser_internal()
Since there are multiple atoms which print refs ('%(refname)',
'%(symref)', '%(push)', '%(upstream)'), it makes sense to have a common
ground for parsing them. This would allow us to share implementations of
the atom modifiers between these atoms.
Introduce refname_atom_parser_internal() to act as a common parsing
function for ref printing atoms. This would eventually be used to
introduce refname_atom_parser() and symref_atom_parser() and also be
internally used in remote_ref_atom_parser().
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Karthik Nayak <Karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions