summaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-09allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4Junio C Hamano1-3/+0
2006-08-09make --find-copies-harder imply -CJunio C Hamano1-3/+4
2006-08-03diff.c: do not use pathname comparison to tell renamesJunio C Hamano1-5/+1
2006-07-31pager: config variable pager.colorMatthias Lederhofer1-1/+1
2006-07-24Colorize 'commit' lines in log uiJeff King1-17/+11
2006-07-13diff: Support 256 colorsTimo Hirvonen1-6/+18
2006-07-13diff: Support both attributes and colorsTimo Hirvonen1-57/+107
2006-07-10Avoid C99 initializersShawn Pearce1-6/+6
2006-07-09Merge branch 'ew/diff'Junio C Hamano1-1/+23
2006-07-09"git -p cmd" to page anywhereJunio C Hamano1-1/+1
2006-07-09Merge branch 'sf/diff'Junio C Hamano1-1/+4
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano1-1/+7
2006-07-07colored diff: diff.color = auto fixJunio C Hamano1-2/+8
2006-07-07diff.c: --no-color to defeat diff.color configuration.Junio C Hamano1-0/+2
2006-07-07diff.c: respect diff.renames config optionEric Wong1-0/+14
2006-07-07Teach diff -a as shorthand for --textStephan Feder1-1/+1
2006-07-07Teach --text option to diffStephan Feder1-1/+4
2006-07-07Do not drop data from '\0' until eol in patch outputStephan Feder1-1/+3
2006-07-05Merge branch 'th/diff'Junio C Hamano1-96/+125
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga1-1/+1
2006-06-28diff.c: fix get_patch_id()Junio C Hamano1-1/+1
2006-06-27Fix some more diff options changes.Junio C Hamano1-7/+8
2006-06-27Fix diff-tree -sTimo Hirvonen1-3/+0
2006-06-27Print empty line between raw, stat, summary and patchTimo Hirvonen1-5/+42
2006-06-26Don't xcalloc() struct diffstat_tTimo Hirvonen1-6/+5
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen1-0/+1
2006-06-26Set default diff output format after parsing command lineTimo Hirvonen1-1/+0
2006-06-26Make --raw option available for all diff commandsTimo Hirvonen1-0/+2
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen1-95/+88
2006-06-26add diff_flush_patch_id() to calculate the patch idJohannes Schindelin1-0/+139
2006-06-26Merge branch 'jc/diff'Junio C Hamano1-14/+80
2006-06-26Merge branch 'js/diff'Junio C Hamano1-4/+9
2006-06-25diff --color: use $GIT_DIR/configJunio C Hamano1-14/+80
2006-06-24Clean up diff.cTimo Hirvonen1-12/+6
2006-06-24diff --color: use reset sequence when we mean reset.Junio C Hamano1-1/+1
2006-06-23Teach diff about -b and -w flagsJohannes Schindelin1-4/+9
2006-06-22Tweak diff colorsLinus Torvalds1-41/+58
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano1-1/+1
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-1/+1
2006-06-17diff options: add --colorJohannes Schindelin1-9/+70
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano1-1/+5
2006-05-23--summary output should print immediately after stats.Sean1-1/+4
2006-05-22Avoid segfault in diff --stat rename output.Sean1-1/+1
2006-05-22diff: minor option combination fix.Junio C Hamano1-0/+8
2006-05-21checkdiff_consume: strtol parameter fix.Junio C Hamano1-1/+1
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-1/+5
2006-05-21diff family: add --check optionJohannes Schindelin1-1/+114
2006-05-15Merge branch 'se/diff'Junio C Hamano1-1/+87
2006-05-15Merge branch 'lt/diff'Junio C Hamano1-1/+51
2006-05-14diffstat rename squashing fix.Junio C Hamano1-2/+7