diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-11 10:31:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-11 10:31:09 -0700 |
commit | 627c9f248786df91c5ae6b1a1c9c3b9829c18bf1 (patch) | |
tree | 8bd58d0186c485ae1903d76272e50fb6587aed1a /color.h | |
parent | 369dc4081c836bc17ee1debaf6688eb098359760 (diff) | |
parent | 3d0a83382f26c5385ffcfa3fb0d9b7d69d998647 (diff) | |
download | git-627c9f248786df91c5ae6b1a1c9c3b9829c18bf1.tar.gz |
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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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" |