| author | Junio C Hamano <gitster@pobox.com> | |
| Mon, 26 Jan 2009 01:13:29 +0000 (17:13 -0800) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Mon, 26 Jan 2009 01:13:29 +0000 (17:13 -0800) | ||
| commit | 9847a524321afbfa6dbb08bfd9b6a0746f965578 | |
| tree | 4bceeb48691dab9f86b63b02c7001eb5119716d5 | tree | snapshot |
| parent | d64d4835b83669d5c9c8ce1989859efa803874db | commit | diff |
| parent | ae3b970ac3e21324a95fea75213c2569180d74c6 | commit | diff |
Merge branch 'js/diff-color-words'
* js/diff-color-words:
Change the spelling of "wordregex".
color-words: Support diff.wordregex config option
color-words: make regex configurable via attributes
color-words: expand docs with precise semantics
color-words: enable REG_NEWLINE to help user
color-words: take an optional regular expression describing words
color-words: change algorithm to allow for 0-character word boundaries
color-words: refactor word splitting and use ALLOC_GROW()
Add color_fwrite_lines(), a function coloring each line individually
* js/diff-color-words:
Change the spelling of "wordregex".
color-words: Support diff.wordregex config option
color-words: make regex configurable via attributes
color-words: expand docs with precise semantics
color-words: enable REG_NEWLINE to help user
color-words: take an optional regular expression describing words
color-words: change algorithm to allow for 0-character word boundaries
color-words: refactor word splitting and use ALLOC_GROW()
Add color_fwrite_lines(), a function coloring each line individually
| Documentation/config.txt | diff1 | | diff2 | | blob | history |
| Documentation/diff-options.txt | diff1 | | diff2 | | blob | history |
| color.c | diff1 | | diff2 | | blob | history |
| color.h | diff1 | | diff2 | | blob | history |
| diff.c | diff1 | | diff2 | | blob | history |