]> git.ipfire.org Git - thirdparty/git.git/commit - apply.c
apply: rename 'new' variables
authorBrandon Williams <bmwill@google.com>
Wed, 14 Feb 2018 18:59:30 +0000 (10:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Feb 2018 18:08:05 +0000 (10:08 -0800)
commitf1ae97d3332fea1b34dad67c8c932abf9eb2332e
tree360bb1773d5320103053b0e23693a1b3a1c593ea
parent6cbc7cfdfed54c060db663374ccad45758c7e718
apply: rename 'new' variables

Rename C++ keyword in order to bring the codebase closer to being able
to be compiled with a C++ compiler.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
apply.c