summaryrefslogtreecommitdiff
path: root/color.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-11 17:31:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-07-11 17:31:09 (GMT)
commit627c9f248786df91c5ae6b1a1c9c3b9829c18bf1 (patch)
tree8bd58d0186c485ae1903d76272e50fb6587aed1a /color.h
parent369dc4081c836bc17ee1debaf6688eb098359760 (diff)
parent3d0a83382f26c5385ffcfa3fb0d9b7d69d998647 (diff)
downloadgit-627c9f248786df91c5ae6b1a1c9c3b9829c18bf1.zip
git-627c9f248786df91c5ae6b1a1c9c3b9829c18bf1.tar.gz
git-627c9f248786df91c5ae6b1a1c9c3b9829c18bf1.tar.bz2
Merge branch 'js/color-on-windows-comment'
For a long time, we carried an in-code comment that said our colored output would work only when we use fprintf/fputs on Windows, which no longer is the case for the past few years. * js/color-on-windows-comment: color.h: remove obsolete comment about limitations on Windows
Diffstat (limited to 'color.h')
-rw-r--r--color.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/color.h b/color.h
index 6cae166..9062765 100644
--- a/color.h
+++ b/color.h
@@ -21,11 +21,6 @@ struct strbuf;
*/
#define COLOR_MAXLEN 75
-/*
- * IMPORTANT: Due to the way these color codes are emulated on Windows,
- * write them only using printf(), fprintf(), and fputs(). In particular,
- * do not use puts() or write().
- */
#define GIT_COLOR_NORMAL ""
#define GIT_COLOR_RESET "\033[m"
#define GIT_COLOR_BOLD "\033[1m"