git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH, resend] git-commit: colored status when color.ui is set
@ 2009-01-08 18:53 Markus Heidelberg
  2009-01-09  9:00 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Markus Heidelberg @ 2009-01-08 18:53 UTC (permalink / raw)
  To: gitster; +Cc: git

When using "git commit" and there was nothing to commit (the editor
wasn't launched), the status output wasn't colored, even though color.ui
was set. Only when setting color.status it worked.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 builtin-commit.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/builtin-commit.c b/builtin-commit.c
index e88b78f..2d90f74 100644
--- a/builtin-commit.c
+++ b/builtin-commit.c
@@ -945,6 +945,9 @@ int cmd_commit(int argc, const char **argv, const char *prefix)
 
 	git_config(git_commit_config, NULL);
 
+	if (wt_status_use_color == -1)
+		wt_status_use_color = git_use_color_default;
+
 	argc = parse_and_validate_options(argc, argv, builtin_commit_usage, prefix);
 
 	index_file = prepare_index(argc, argv, prefix);
-- 
1.6.1.35.g0c23

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-09 16:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 18:53 [PATCH, resend] git-commit: colored status when color.ui is set Markus Heidelberg
2009-01-09  9:00 ` Junio C Hamano
2009-01-09 10:56   ` Johannes Schindelin
2009-01-09 16:24     ` Markus Heidelberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).