summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2007-02-14teach diff machinery about --ignore-space-at-eolJohannes Schindelin
2007-02-14Merge branch 'jc/diff-apply-patch'Junio C Hamano
2007-02-13Mark places that need blob munging later for CRLF conversion.Linus Torvalds
2007-02-11diff.c: More logical file name quoting for renames in diffstat.Alexandre Julliard
2007-02-11diff.c: Properly quote file names in diff --summary output.Alexandre Julliard
2007-02-11diff.c: Reuse the pprint_rename function for diff --summary output.Alexandre Julliard
2007-02-10diff_flush_name(): take struct diff_options parameter.Junio C Hamano
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
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-11-22git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 2)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