summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Separate the raw diff and patch with a newlinePetr Baudis2006-04-111-0/+1
* diff-* --patch-with-rawJunio C Hamano2006-04-101-33/+49
* Retire diffcore-pathspec.Junio C Hamano2006-04-101-2/+0
* diff: fix output of total-rewrite diff.Junio C Hamano2006-04-081-2/+3
*-. Merge branches 'master' and 'jc/combine' into nextJunio C Hamano2006-04-051-19/+25
|\ \
| * \ Merge branch 'fix'Junio C Hamano2006-04-051-19/+25
| |\ \ | | |/ | |/|
| | * diff_flush(): leakfix.Junio C Hamano2006-04-051-19/+25
* | | Support for pickaxe matching regular expressionsPetr Baudis2006-04-041-0/+2
|/ /
* | tree/diff header cleanup.Junio C Hamano2006-03-291-1/+1
* | xdiff: Show function names in hunk headers.Mark Wooding2006-03-271-0/+1
* | Merge branch 'lt/diffgen' into nextJunio C Hamano2006-03-261-162/+94
|\ \
| * | true built-in diff: run everything in-core.Junio C Hamano2006-03-251-162/+94
* | | Merge branch 'lt/diffgen' into nextJunio C Hamano2006-03-251-6/+104
|\ \ \ | |/ /
| * | built-in diff: minimum tweaksJunio C Hamano2006-03-251-5/+36
| * | Use a *real* built-in diff generatorLinus Torvalds2006-03-251-6/+73
* | | diffcore-rename: somewhat optimized.Junio C Hamano2006-03-121-0/+2
|/ /
* | Make git diff-generation use a simpler spawn-like interfaceLinus Torvalds2006-02-261-58/+80
* | Merge branch 'jc/nostat'Junio C Hamano2006-02-211-1/+1
|\ \ | |/ |/|
| * "Assume unchanged" gitJunio C Hamano2006-02-081-1/+1
* | find_unique_abbrev() simplification.Junio C Hamano2006-02-101-11/+3
|/
* Allow diff and index commands to be interruptedPetr Baudis2006-02-011-0/+2
* diff --abbrev=<n> option fix.Junio C Hamano2006-01-281-1/+6
* abbrev cleanup: use symbolic constantsJunio C Hamano2006-01-281-2/+2
* code comments: spellJunio C Hamano2005-12-291-1/+1
* Handle symlinks graciouslyJohannes Schindelin2005-12-261-1/+1
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-261-3/+3
* diff: --abbrev optionJunio C Hamano2005-12-191-6/+51
* Move diff.renamelimit out of default configuration.Junio C Hamano2005-11-211-0/+10
* rename/copy score parsing updates.H. Peter Anvin2005-11-211-12/+21
* rename detection with -M100 means "exact renames only".Junio C Hamano2005-11-211-0/+4
* diff: --full-indexJunio C Hamano2005-11-161-6/+8
* diff: make default rename detection limit configurable.Junio C Hamano2005-11-151-2/+7
* Split up tree diff functions into tree-diff.c libraryLinus Torvalds2005-10-221-0/+3
* Handle "-" at beginning of filenames, part 3Linus Torvalds2005-10-181-1/+1
* Update git-diff-* to use C-style quoting for funny pathnames.Junio C Hamano2005-10-171-40/+95
* Show original and resulting blob object info in diff output.Junio C Hamano2005-10-071-20/+57
* Consolidate null_sha1[].Junio C Hamano2005-09-301-2/+1
* Diff: --name-status output format.Junio C Hamano2005-09-241-9/+13
* Diff: -l<num> to limit rename/copy detection.Junio C Hamano2005-09-241-2/+5
* Diff clean-up.Junio C Hamano2005-09-241-44/+93
* Retire diff-helper.Junio C Hamano2005-09-221-23/+0
* Plug diff leaks.Junio C Hamano2005-09-151-1/+4
* Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Junio C Hamano2005-09-141-4/+5
* [PATCH] Fix alloc_filespec() initializationLinus Torvalds2005-09-141-7/+3
* Fix copy marking from diffcore-rename.Junio C Hamano2005-09-101-1/+3
* Retire support for old environment variables.Junio C Hamano2005-09-091-2/+2
* Fix compilation warnings.Junio C Hamano2005-08-291-1/+1
* Fix ?: statements.Jason Riedy2005-08-231-8/+11
* [PATCH] possible memory leak in diff.c::diff_free_filepair()Yasushi SHOJI2005-08-211-2/+1
* [PATCH] plug memory leak in diff.c::diff_free_filepair()Yasushi SHOJI2005-08-131-5/+4