commit | c09df8a74e8b5e106ad853cbb1e52f36b3663386 | [log] [tgz] |
---|---|---|
author | Peter Harris <git@peter.is-a-geek.org> | Fri Jul 18 09:34:44 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jul 19 11:17:43 2008 -0700 |
tree | 95ef2a4efa7db8a4886e13226f51dbb1c91dc972 | |
parent | b8c5db35fc23913d72c52d990d399b8ef66b646f [diff] |
Add ANSI control code emulation for the Windows console This adds only the minimum necessary to keep git pull/merge's diffstat from wrapping. Notably absent is support for the K (erase) operation, and support for POSIX write. Signed-off-by: Peter Harris <git@peter.is-a-geek.org> Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>