summaryrefslogtreecommitdiffstats
path: root/diff.c
AgeCommit message (Expand)AuthorLines
2006-04-18Fix filename scaling for binary filesJonas Fonseca-3/+4
2006-04-18diff --stat: make sure to set recursive.Junio C Hamano-0/+10
2006-04-15diff-options: add --patch-with-statJohannes Schindelin-1/+16
2006-04-15diff-files --stat: do not dump core with unmerged index.Junio C Hamano-4/+17
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano-2/+0
2006-04-13diff --stat: no need to ask funcnames nor context.Junio C Hamano-2/+2
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin-5/+5
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin-5/+217
2006-04-11Separate the raw diff and patch with a newlinePetr Baudis-0/+1
2006-04-10diff-* --patch-with-rawJunio C Hamano-33/+49
2006-04-10Retire diffcore-pathspec.Junio C Hamano-2/+0
2006-04-08diff: fix output of total-rewrite diff.Junio C Hamano-2/+3
2006-04-05Merge branches 'master' and 'jc/combine' into nextJunio C Hamano-19/+25
2006-04-05Merge branch 'fix'Junio C Hamano-19/+25
2006-04-05diff_flush(): leakfix.Junio C Hamano-19/+25
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis-0/+2
2006-03-29tree/diff header cleanup.Junio C Hamano-1/+1
2006-03-27xdiff: Show function names in hunk headers.Mark Wooding-0/+1
2006-03-26Merge branch 'lt/diffgen' into nextJunio C Hamano-162/+94
2006-03-25true built-in diff: run everything in-core.Junio C Hamano-162/+94
2006-03-25Merge branch 'lt/diffgen' into nextJunio C Hamano-6/+104
2006-03-25built-in diff: minimum tweaksJunio C Hamano-5/+36
2006-03-25Use a *real* built-in diff generatorLinus Torvalds-6/+73
2006-03-12diffcore-rename: somewhat optimized.Junio C Hamano-0/+2
2006-02-26Make git diff-generation use a simpler spawn-like interfaceLinus Torvalds-58/+80
2006-02-21Merge branch 'jc/nostat'Junio C Hamano-1/+1
2006-02-10find_unique_abbrev() simplification.Junio C Hamano-11/+3
2006-02-08"Assume unchanged" gitJunio C Hamano-1/+1
2006-02-01Allow diff and index commands to be interruptedPetr Baudis-0/+2
2006-01-28diff --abbrev=<n> option fix.Junio C Hamano-1/+6
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano-2/+2
2005-12-29code comments: spellJunio C Hamano-1/+1
2005-12-26Handle symlinks graciouslyJohannes Schindelin-1/+1
2005-12-26avoid asking ?alloc() for zero bytes.Junio C Hamano-3/+3
2005-12-19diff: --abbrev optionJunio C Hamano-6/+51
2005-11-21Move diff.renamelimit out of default configuration.Junio C Hamano-0/+10
2005-11-21rename/copy score parsing updates.H. Peter Anvin-12/+21
2005-11-21rename detection with -M100 means "exact renames only".Junio C Hamano-0/+4
2005-11-16diff: --full-indexJunio C Hamano-6/+8
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano-2/+7
2005-10-22Split up tree diff functions into tree-diff.c libraryLinus Torvalds-0/+3
2005-10-18Handle "-" at beginning of filenames, part 3Linus Torvalds-1/+1
2005-10-17Update git-diff-* to use C-style quoting for funny pathnames.Junio C Hamano-40/+95
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano-20/+57
2005-09-30Consolidate null_sha1[].Junio C Hamano-2/+1
2005-09-24Diff: --name-status output format.Junio C Hamano-9/+13
2005-09-24Diff: -l<num> to limit rename/copy detection.Junio C Hamano-2/+5
2005-09-24Diff clean-up.Junio C Hamano-44/+93
2005-09-22Retire diff-helper.Junio C Hamano-23/+0
2005-09-15Plug diff leaks.Junio C Hamano-1/+4