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