summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2007-01-07Merge branch 'sp/mmap'Junio C Hamano
2007-01-07diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce
2006-12-22Merge branch 'maint'Junio C Hamano
2006-12-22diff --check: fix off by one errorJohannes Schindelin
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-20fix populate-filespecJunio C Hamano
2006-12-16make commit message a little more consistent and confortingNicolas Pitre
2006-12-16Avoid accessing a slow working copy during diffcore operations.Shawn O. Pearce
2006-12-13Merge branch 'jc/numstat'Junio C Hamano
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins
2006-12-11diff --numstat: show binary with '-' to match "apply --numstat"Junio C Hamano
2006-10-19Merge branch 'js/diff'Junio C Hamano
2006-10-14diff --numstatJunio C Hamano
2006-10-05Turn on recursive with --summaryJohannes Schindelin
2006-10-01Merge branch 'jc/diff-stat'Junio C Hamano
2006-09-29git-diff -B output fix.Junio C Hamano
2006-09-29diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin
2006-09-29diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds
2006-09-27diff --stat: color output.Junio C Hamano
2006-09-27diff --stat: allow custom diffstat output width.Junio C Hamano
2006-09-24diff.c: second war on whitespace.Junio C Hamano
2006-09-18Merge branch 'jk/diff'Junio C Hamano
2006-09-08Move color option parsing out of diff.c and into color.[ch]Jeff King
2006-09-07diff: support custom callbacks for outputJeff King
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