]> git.ipfire.org Git - thirdparty/git.git/commit - cache-tree.c
cache-tree/blame: avoid reusing the DEBUG constant
authorJeff Hostetler <jeffhost@microsoft.com>
Wed, 19 Jun 2019 21:05:58 +0000 (14:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2019 21:03:05 +0000 (14:03 -0700)
commite9b9cc56bbc0a223798c731798da1bee9f599cab
tree85a92fa32c834b4c371c5f2c1badb9e5a6cf26eb
parentfdda1ac62d7b2adba3d443ab8051a6accfe160df
cache-tree/blame: avoid reusing the DEBUG constant

In MS Visual C, the `DEBUG` constant is set automatically whenever
compiling with debug information.

This is clearly not what was intended in `cache-tree.c` nor in
`builtin/blame.c`, so let's use a less ambiguous name there.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c
cache-tree.c