]> Kevux Git Server - rit/commit
color: add missing GIT_COLOR_* white/black constants
authorRobert Estelle <robertestelle@gmail.com>
Mon, 25 Oct 2021 22:32:35 +0000 (22:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Oct 2021 16:37:07 +0000 (09:37 -0700)
commitaeefc1866c7f98ac76aac66b92cc142b8135054e
treee06e9c25587cef6feb623b6726c41b761c342af5
parente9e5ba39a78c8f5057262d49e261b42a8660d5b9
color: add missing GIT_COLOR_* white/black constants

The colors black and white where conspicuously missing from the color
constants. Although they are not currently used in the codebase, having
them included makes it easier to visually verify the ANSI codes, and to
distinguish them explicitly from "GIT_COLOR_DEFAULT" in a subsequent
change.

Signed-off-by: Robert Estelle <robertestelle@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
color.h