summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2006-09-07diff --binary generates full index on binary files.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-28Merge branch 'jc/apply'Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-17diff.c: make binary patch reversible.Junio C Hamano
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-15make inline is_null_sha1 globalDavid Rientjes
2006-08-15diff.c cleanupDavid Rientjes
2006-08-13Merge branch 'th/diff-extra'Junio C Hamano
2006-08-10Add the --color-words option to the diff options familyJohannes Schindelin
2006-08-09allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4Junio C Hamano
2006-08-09make --find-copies-harder imply -CJunio C Hamano
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-07-02--name-only, --name-status, --check and -s are mutually exclusiveTimo Hirvonen
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