summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2006-08-03diff.c: do not use pathname comparison to tell renamesJunio C Hamano
2006-07-31pager: config variable pager.colorMatthias Lederhofer
2006-07-24Colorize 'commit' lines in log uiJeff King
2006-07-14diff: Support 256 colorsTimo Hirvonen
2006-07-14diff: Support both attributes and colorsTimo Hirvonen
2006-07-10Avoid C99 initializersShawn Pearce
2006-07-10Merge branch 'ew/diff'Junio C Hamano
2006-07-09"git -p cmd" to page anywhereJunio C Hamano
2006-07-09Merge branch 'sf/diff'Junio C Hamano
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano
2006-07-08colored diff: diff.color = auto fixJunio C Hamano
2006-07-07diff.c: --no-color to defeat diff.color configuration.Junio C Hamano
2006-07-07diff.c: respect diff.renames config optionEric Wong
2006-07-07Teach diff -a as shorthand for --textStephan Feder
2006-07-07Teach --text option to diffStephan Feder
2006-07-07Do not drop data from '\0' until eol in patch outputStephan Feder
2006-07-05Merge branch 'th/diff'Junio C Hamano
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-29diff.c: fix get_patch_id()Junio C Hamano
2006-06-27Fix some more diff options changes.Junio C Hamano
2006-06-27Fix diff-tree -sTimo Hirvonen
2006-06-27Print empty line between raw, stat, summary and patchTimo Hirvonen
2006-06-26Don't xcalloc() struct diffstat_tTimo Hirvonen
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen
2006-06-26Set default diff output format after parsing command lineTimo Hirvonen
2006-06-26Make --raw option available for all diff commandsTimo Hirvonen
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen
2006-06-26add diff_flush_patch_id() to calculate the patch idJohannes Schindelin
2006-06-26Merge branch 'jc/diff'Junio C Hamano
2006-06-26Merge branch 'js/diff'Junio C Hamano
2006-06-25diff --color: use $GIT_DIR/configJunio C Hamano
2006-06-25Clean up diff.cTimo Hirvonen
2006-06-24diff --color: use reset sequence when we mean reset.Junio C Hamano
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-06-22Tweak diff colorsLinus Torvalds
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-06-18diff options: add --colorJohannes Schindelin
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano
2006-05-24--summary output should print immediately after stats.Sean
2006-05-23Avoid segfault in diff --stat rename output.Sean
2006-05-22diff: minor option combination fix.Junio C Hamano
2006-05-21checkdiff_consume: strtol parameter fix.Junio C Hamano
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-21diff family: add --check optionJohannes Schindelin
2006-05-16Merge branch 'se/diff'Junio C Hamano
2006-05-16Merge branch 'lt/diff'Junio C Hamano
2006-05-15diffstat rename squashing fix.Junio C Hamano
2006-05-14Add "--summary" option to git diff.Sean
2006-05-14git diff: support "-U" and "--unified" options properlyLinus Torvalds