summaryrefslogtreecommitdiffstats
path: root/diff.c
AgeCommit message (Expand)AuthorLines
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft-1/+1
2007-01-07Merge branch 'sp/mmap'Junio C Hamano-3/+1
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano-2/+4
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce-3/+1
2006-12-21Merge branch 'maint'Junio C Hamano-2/+2
2006-12-21diff --check: fix off by one errorJohannes Schindelin-2/+2
2006-12-20simplify inclusion of system header files.Junio C Hamano-3/+0
2006-12-19fix populate-filespecJunio C Hamano-1/+1
2006-12-15make commit message a little more consistent and confortingNicolas Pitre-1/+37
2006-12-15Avoid accessing a slow working copy during diffcore operations.Shawn O. Pearce-3/+21
2006-12-13Merge branch 'jc/numstat'Junio C Hamano-1/+4
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins-2/+2
2006-12-11diff --numstat: show binary with '-' to match "apply --numstat"Junio C Hamano-1/+4
2006-10-18Merge branch 'js/diff'Junio C Hamano-0/+1
2006-10-13diff --numstatJunio C Hamano-2/+27
2006-10-05Turn on recursive with --summaryJohannes Schindelin-0/+1
2006-09-30Merge branch 'jc/diff-stat'Junio C Hamano-41/+125
2006-09-29git-diff -B output fix.Junio C Hamano-1/+1
2006-09-28diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin-4/+7
2006-09-28diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds-8/+25
2006-09-27diff --stat: color output.Junio C Hamano-10/+19
2006-09-27diff --stat: allow custom diffstat output width.Junio C Hamano-38/+93
2006-09-24diff.c: second war on whitespace.Junio C Hamano-41/+131
2006-09-17Merge branch 'jk/diff'Junio C Hamano-132/+7
2006-09-08Move color option parsing out of diff.c and into color.[ch]Jeff King-132/+4
2006-09-07diff: support custom callbacks for outputJeff King-0/+3
2006-09-07diff --binary generates full index on binary files.Junio C Hamano-1/+7
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce-2/+2
2006-08-27Merge branch 'jc/apply'Junio C Hamano-2/+8
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-3/+3
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-5/+5
2006-08-16diff.c: make binary patch reversible.Junio C Hamano-2/+8
2006-08-15remove unnecessary initializationsDavid Rientjes-2/+2
2006-08-15make inline is_null_sha1 globalDavid Rientjes-1/+1
2006-08-14diff.c cleanupDavid Rientjes-3/+1
2006-08-12Merge branch 'th/diff-extra'Junio C Hamano-0/+13
2006-08-10Add the --color-words option to the diff options familyJohannes Schindelin-6/+172
2006-08-09allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4Junio C Hamano-3/+0
2006-08-09make --find-copies-harder imply -CJunio C Hamano-3/+4
2006-08-03diff.c: do not use pathname comparison to tell renamesJunio C Hamano-5/+1
2006-07-31pager: config variable pager.colorMatthias Lederhofer-1/+1
2006-07-24Colorize 'commit' lines in log uiJeff King-17/+11
2006-07-13diff: Support 256 colorsTimo Hirvonen-6/+18
2006-07-13diff: Support both attributes and colorsTimo Hirvonen-57/+107
2006-07-10Avoid C99 initializersShawn Pearce-6/+6
2006-07-09Merge branch 'ew/diff'Junio C Hamano-1/+23
2006-07-09"git -p cmd" to page anywhereJunio C Hamano-1/+1
2006-07-09Merge branch 'sf/diff'Junio C Hamano-1/+4
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano-1/+7
2006-07-07colored diff: diff.color = auto fixJunio C Hamano-2/+8