Age | Commit message (Expand) | Author | Files | Lines |
2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -2/+2 |
2006-08-27 | Merge branch 'jc/apply' | Junio C Hamano | 1 | -2/+8 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -3/+3 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -5/+5 |
2006-08-16 | diff.c: make binary patch reversible. | Junio C Hamano | 1 | -2/+8 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -2/+2 |
2006-08-15 | make inline is_null_sha1 global | David Rientjes | 1 | -1/+1 |
2006-08-14 | diff.c cleanup | David Rientjes | 1 | -3/+1 |
2006-08-12 | Merge branch 'th/diff-extra' | Junio C Hamano | 1 | -0/+13 |
2006-08-10 | Add the --color-words option to the diff options family | Johannes Schindelin | 1 | -6/+172 |
2006-08-09 | allow diff.renamelimit to be set regardless of -M/-C | Junio C Hamano | 1 | -3/+0 |
2006-08-09 | make --find-copies-harder imply -C | Junio C Hamano | 1 | -3/+4 |
2006-08-03 | diff.c: do not use pathname comparison to tell renames | Junio C Hamano | 1 | -5/+1 |
2006-07-31 | pager: config variable pager.color | Matthias Lederhofer | 1 | -1/+1 |
2006-07-24 | Colorize 'commit' lines in log ui | Jeff King | 1 | -17/+11 |
2006-07-13 | diff: Support 256 colors | Timo Hirvonen | 1 | -6/+18 |
2006-07-13 | diff: Support both attributes and colors | Timo Hirvonen | 1 | -57/+107 |
2006-07-10 | Avoid C99 initializers | Shawn Pearce | 1 | -6/+6 |
2006-07-09 | Merge branch 'ew/diff' | Junio C Hamano | 1 | -1/+23 |
2006-07-09 | "git -p cmd" to page anywhere | Junio C Hamano | 1 | -1/+1 |
2006-07-09 | Merge branch 'sf/diff' | Junio C Hamano | 1 | -1/+4 |
2006-07-08 | diff: do not use configuration magic at the core-level | Junio C Hamano | 1 | -1/+7 |
2006-07-07 | colored diff: diff.color = auto fix | Junio C Hamano | 1 | -2/+8 |
2006-07-07 | diff.c: --no-color to defeat diff.color configuration. | Junio C Hamano | 1 | -0/+2 |
2006-07-07 | diff.c: respect diff.renames config option | Eric Wong | 1 | -0/+14 |
2006-07-07 | Teach diff -a as shorthand for --text | Stephan Feder | 1 | -1/+1 |
2006-07-07 | Teach --text option to diff | Stephan Feder | 1 | -1/+4 |
2006-07-07 | Do not drop data from '\0' until eol in patch output | Stephan Feder | 1 | -1/+3 |
2006-07-05 | Merge branch 'th/diff' | Junio C Hamano | 1 | -96/+125 |
2006-07-03 | Make zlib compression level configurable, and change default. | Joachim B Haga | 1 | -1/+1 |
2006-07-01 | --name-only, --name-status, --check and -s are mutually exclusive | Timo Hirvonen | 1 | -0/+13 |
2006-06-28 | diff.c: fix get_patch_id() | Junio C Hamano | 1 | -1/+1 |
2006-06-27 | Fix some more diff options changes. | Junio C Hamano | 1 | -7/+8 |
2006-06-27 | Fix diff-tree -s | Timo Hirvonen | 1 | -3/+0 |
2006-06-27 | Print empty line between raw, stat, summary and patch | Timo Hirvonen | 1 | -5/+42 |
2006-06-26 | Don't xcalloc() struct diffstat_t | Timo Hirvonen | 1 | -6/+5 |
2006-06-26 | Add msg_sep to diff_options | Timo Hirvonen | 1 | -0/+1 |
2006-06-26 | Set default diff output format after parsing command line | Timo Hirvonen | 1 | -1/+0 |
2006-06-26 | Make --raw option available for all diff commands | Timo Hirvonen | 1 | -0/+2 |
2006-06-26 | Merge with_raw, with_stat and summary variables to output_format | Timo Hirvonen | 1 | -95/+88 |
2006-06-26 | add diff_flush_patch_id() to calculate the patch id | Johannes Schindelin | 1 | -0/+139 |
2006-06-26 | Merge branch 'jc/diff' | Junio C Hamano | 1 | -14/+80 |
2006-06-26 | Merge branch 'js/diff' | Junio C Hamano | 1 | -4/+9 |
2006-06-25 | diff --color: use $GIT_DIR/config | Junio C Hamano | 1 | -14/+80 |
2006-06-24 | Clean up diff.c | Timo Hirvonen | 1 | -12/+6 |
2006-06-24 | diff --color: use reset sequence when we mean reset. | Junio C Hamano | 1 | -1/+1 |
2006-06-23 | Teach diff about -b and -w flags | Johannes Schindelin | 1 | -4/+9 |
2006-06-22 | Tweak diff colors | Linus Torvalds | 1 | -41/+58 |
2006-06-21 | Merge branch 'ff/c99' into next | Junio C Hamano | 1 | -1/+1 |
2006-06-20 | Remove all void-pointer arithmetic. | Florian Forster | 1 | -1/+1 |