aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-14diff --quietJunio C Hamano1-2/+25
2007-03-14Remove unused diffcore_std_no_resolveJunio C Hamano1-11/+0
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen1-0/+6
2007-03-10Merge branch 'js/diff-ni'Junio C Hamano1-0/+33
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-4/+5
2007-03-04diff-ni: fix the diff with standard inputJunio C Hamano1-16/+29
2007-03-03diff: support reading a file from stdin via "-"Johannes Schindelin1-0/+20
2007-02-28Merge branch 'np/types'Junio C Hamano1-3/+4
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-3/+4
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin1-0/+6
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano1-51/+100
2007-02-24Merge branch 'maint'Junio C Hamano1-2/+4
2007-02-24diff-patch: Avoid emitting double-slashes in textual patch.Junio C Hamano1-2/+4
2007-02-22Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano1-1/+16
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin1-1/+2
2007-02-21Teach diff -B about coloursJohannes Schindelin1-14/+25
2007-02-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-15/+15
2007-02-19Merge branch 'js/diff-color-check'Junio C Hamano1-18/+39
2007-02-18diff --check: use colourJohannes Schindelin1-18/+39
2007-02-14Lazy man's auto-CRLFLinus Torvalds1-1/+16
2007-02-13teach diff machinery about --ignore-space-at-eolJohannes Schindelin1-0/+2
2007-02-13Merge branch 'jc/diff-apply-patch'Junio C Hamano1-3/+17
2007-02-13Mark places that need blob munging later for CRLF conversion.Linus Torvalds1-0/+1
2007-02-11diff.c: More logical file name quoting for renames in diffstat.Alexandre Julliard1-7/+27
2007-02-11diff.c: Properly quote file names in diff --summary output.Alexandre Julliard1-5/+12
2007-02-11diff.c: Reuse the pprint_rename function for diff --summary output.Alexandre Julliard1-27/+4
2007-02-09diff_flush_name(): take struct diff_options parameter.Junio C Hamano1-4/+4
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-1/+1
2007-01-07Merge branch 'sp/mmap'Junio C Hamano1-3/+1
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano1-2/+4
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce1-3/+1
2006-12-21Merge branch 'maint'Junio C Hamano1-2/+2
2006-12-21diff --check: fix off by one errorJohannes Schindelin1-2/+2
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+0
2006-12-19fix populate-filespecJunio C Hamano1-1/+1
2006-12-15make commit message a little more consistent and confortingNicolas Pitre1-1/+37
2006-12-15Avoid accessing a slow working copy during diffcore operations.Shawn O. Pearce1-3/+21
2006-12-13Merge branch 'jc/numstat'Junio C Hamano1-1/+4
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins1-2/+2
2006-12-11diff --numstat: show binary with '-' to match "apply --numstat"Junio C Hamano1-1/+4
2006-11-21git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 2)Junio C Hamano1-3/+17
2006-10-18Merge branch 'js/diff'Junio C Hamano1-0/+1
2006-10-13diff --numstatJunio C Hamano1-2/+27
2006-10-05Turn on recursive with --summaryJohannes Schindelin1-0/+1
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