summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2006-04-18Fix filename scaling for binary filesJonas Fonseca
2006-04-18diff --stat: make sure to set recursive.Junio C Hamano
2006-04-16diff-options: add --patch-with-statJohannes Schindelin
2006-04-16diff-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-14diff --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-11diff-* --patch-with-rawJunio C Hamano
2006-04-10Retire diffcore-pathspec.Junio C Hamano
2006-04-09diff: 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-30tree/diff header cleanup.Junio C Hamano
2006-03-28xdiff: Show function names in hunk headers.Mark Wooding
2006-03-26Merge branch 'lt/diffgen' into nextJunio C Hamano
2006-03-26true built-in diff: run everything in-core.Junio C Hamano
2006-03-26Merge branch 'lt/diffgen' into nextJunio C Hamano
2006-03-26built-in diff: minimum tweaksJunio C Hamano
2006-03-26Use a *real* built-in diff generatorLinus Torvalds
2006-03-12diffcore-rename: somewhat optimized.Junio C Hamano
2006-02-27Make git diff-generation use a simpler spawn-like interfaceLinus Torvalds
2006-02-22Merge branch 'jc/nostat'Junio C Hamano
2006-02-10find_unique_abbrev() simplification.Junio C Hamano
2006-02-09"Assume unchanged" gitJunio C Hamano
2006-02-02Allow 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-27Handle symlinks graciouslyJohannes Schindelin
2005-12-27avoid asking ?alloc() for zero bytes.Junio C Hamano
2005-12-20diff: --abbrev optionJunio C Hamano
2005-11-22Move 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-17diff: --full-indexJunio C Hamano
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano
2005-10-23Split up tree diff functions into tree-diff.c libraryLinus Torvalds
2005-10-18Handle "-" at beginning of filenames, part 3Linus Torvalds
2005-10-18Update 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-10-01Consolidate null_sha1[].Junio C Hamano
2005-09-25Diff: --name-status output format.Junio C Hamano
2005-09-25Diff: -l<num> to limit rename/copy detection.Junio C Hamano
2005-09-25Diff clean-up.Junio C Hamano
2005-09-22Retire diff-helper.Junio C Hamano
2005-09-15Plug diff leaks.Junio C Hamano