Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-19 | Enable wt-status output to a given FILE pointer. | Kristian Høgsberg | 1 | -2/+2 | |
Still defaults to stdout, but you can now override wt_status.fp after calling wt_status_prepare(). Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2006-09-08 | Move color option parsing out of diff.c and into color.[ch] | Jeff King | 1 | -0/+12 | |
The intent is to lib-ify colorizing code so it can be reused. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <junkio@cox.net> |