summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2007-03-14diff --quietJunio C Hamano
2007-03-14Remove unused diffcore_std_no_resolveJunio C Hamano
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen
2007-03-11Merge branch 'js/diff-ni'Junio C Hamano
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-04diff-ni: fix the diff with standard inputJunio C Hamano
2007-03-04diff: support reading a file from stdin via "-"Johannes Schindelin
2007-02-28Merge branch 'np/types'Junio C Hamano
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano
2007-02-24Merge branch 'maint'Junio C Hamano
2007-02-24diff-patch: Avoid emitting double-slashes in textual patch.Junio C Hamano
2007-02-23Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-23Teach git-diff-files the new option `--no-index`Johannes Schindelin
2007-02-21Teach diff -B about coloursJohannes Schindelin
2007-02-21prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-20Merge branch 'js/diff-color-check'Junio C Hamano
2007-02-18diff --check: use colourJohannes Schindelin
2007-02-14Lazy man's auto-CRLFLinus Torvalds
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