ref-filter: align: introduce long-form syntax
commit395fb8f9f4e13f0ca30b93c7b419c22a4625e5c4
authorKarthik Nayak <karthik.188@gmail.com>
Wed, 17 Feb 2016 18:06:16 +0000 (17 23:36 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 22:06:45 +0000 (17 14:06 -0800)
treed70f0bd2c3233ec4c54ede84c458c4693a713ab0
parent5bd881d998d6475b8a866af00b1a4d4e6b04c2cc
ref-filter: align: introduce long-form syntax

Introduce optional prefixes "width=" and "position=" for the align atom
so that the atom can be used as "%(align:width=<width>,position=<position>)".

Add Documentation and tests for the same.

Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Karthik Nayak <Karthik.188@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt
ref-filter.c
t/t6302-for-each-ref-filter.sh