]> git.ipfire.org Git - thirdparty/git.git/commit
unpack-trees: rename 'new' variables
authorBrandon Williams <bmwill@google.com>
Wed, 14 Feb 2018 18:59:51 +0000 (10:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Feb 2018 18:08:05 +0000 (10:08 -0800)
commit69caed593e4b66ae1efd457f1c060171dc9baa5a
tree8f46cce04a7abbb6c557dbd28f5068adfcb34bd8
parent176513264bd72d909ff931c59638dac6b861dbda
unpack-trees: 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>
unpack-trees.c