]> git.ipfire.org Git - thirdparty/git.git/commit - ref-filter.c
ref-filter: rename the 'strip' option to 'lstrip'
authorKarthik Nayak <karthik.188@gmail.com>
Tue, 10 Jan 2017 08:49:46 +0000 (14:19 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 20:44:31 +0000 (12:44 -0800)
commit17938f171f703c28696c7839a910565f0fb32121
tree874b5647769e7109ce0277b2dd6314cfee5ba76a
parent3ba308cb4b4ad0d06fa834a42a9380c877b0c16a
ref-filter: rename the 'strip' option to 'lstrip'

In preparation for the upcoming patch, where we introduce the 'rstrip'
option. Rename the 'strip' option to 'lstrip' to remove ambiguity.

Signed-off-by: Karthik Nayak <Karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt
builtin/tag.c
ref-filter.c
t/t6300-for-each-ref.sh