aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-13diff --numstatJunio C Hamano1-2/+27
2006-09-30Merge branch 'jc/diff-stat'Junio C Hamano1-41/+125
2006-09-29git-diff -B output fix.Junio C Hamano1-1/+1
2006-09-28diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin1-4/+7
2006-09-28diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds1-8/+25
2006-09-27diff --stat: color output.Junio C Hamano1-10/+19
2006-09-27diff --stat: allow custom diffstat output width.Junio C Hamano1-38/+93
2006-09-24diff.c: second war on whitespace.Junio C Hamano1-41/+131
2006-09-17Merge branch 'jk/diff'Junio C Hamano1-132/+7
2006-09-08Move color option parsing out of diff.c and into color.[ch]Jeff King1-132/+4
2006-09-07diff: support custom callbacks for outputJeff King1-0/+3
2006-09-07diff --binary generates full index on binary files.Junio C Hamano1-1/+7
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-2/+2
2006-08-27Merge branch 'jc/apply'Junio C Hamano1-2/+8
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-3/+3
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-5/+5
2006-08-16diff.c: make binary patch reversible.Junio C Hamano1-2/+8
2006-08-15remove unnecessary initializationsDavid Rientjes1-2/+2
2006-08-15make inline is_null_sha1 globalDavid Rientjes1-1/+1
2006-08-14diff.c cleanupDavid Rientjes1-3/+1
2006-08-12Merge branch 'th/diff-extra'Junio C Hamano1-0/+13
2006-08-10Add the --color-words option to the diff options familyJohannes Schindelin1-6/+172
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-07-01--name-only, --name-status, --check and -s are mutually exclusiveTimo Hirvonen1-0/+13
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