]> git.ipfire.org Git - thirdparty/git.git/commit - add-interactive.c
built-in add -i: use color in the main loop
authorSlavica Đukić <slawica92@hotmail.com>
Fri, 15 Nov 2019 11:11:19 +0000 (11:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2019 02:18:30 +0000 (11:18 +0900)
commit3d965c76744482b50669a7d1b445c0ddbf92209a
tree355d90ef1a463718e3ec18cc5128b97e466b1da0
parent68db1cbf8eb412e81ff84b18f6c2ab8d15df99c7
built-in add -i: use color in the main loop

The error messages as well as the unique prefixes are colored in `git
add -i` by default; We need to do the same in the built-in version.

Signed-off-by: Slavica Đukić <slawica92@hotmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
add-interactive.c