summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] diff: further cleanup.Junio C Hamano2005-05-301-2/+7
* [PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano2005-05-301-3/+3
* [PATCH] diff: consolidate various calls into diffcore.Junio C Hamano2005-05-301-0/+12
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-291-2/+81
* [PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano2005-05-291-39/+37
* [PATCH] Remove a function not used anymore.Junio C Hamano2005-05-291-22/+0
* [PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano2005-05-291-2/+3
* [PATCH] Remove final newline from the value of xfrm_msg variable.Junio C Hamano2005-05-291-3/+3
* [PATCH] Do not expose internal scaling to diff-helper.Junio C Hamano2005-05-291-1/+1
* [PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano2005-05-291-6/+9
* [PATCH] Diff updates to express type changesJunio C Hamano2005-05-261-9/+36
* [PATCH] Mode only changes from diff.Junio C Hamano2005-05-251-2/+4
* [PATCH] Fix type-change handling when assigning the status code to filepairs.Junio C Hamano2005-05-251-14/+22
* diff.c: don't silently ignore unknown state changes in diffs.Linus Torvalds2005-05-251-1/+1
* [PATCH] Redo rename/copy detection logic.Junio C Hamano2005-05-241-19/+98
* [PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano2005-05-231-92/+64
* [PATCH] diff-raw format update take #2.Junio C Hamano2005-05-231-48/+76
* [PATCH] Rename/copy detection fix.Junio C Hamano2005-05-231-47/+98
* Some more sparse warning fixesLinus Torvalds2005-05-221-4/+4
* Include file cleanups..Linus Torvalds2005-05-221-1/+0
* [PATCH] Diffcore updates.Junio C Hamano2005-05-221-82/+90
* [PATCH] The diff-raw format updates.Junio C Hamano2005-05-211-58/+74
* [PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano2005-05-211-21/+22
* [PATCH] Constness fix for pickaxe option.Junio C Hamano2005-05-211-1/+1
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-211-9/+14
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-211-413/+286
* sparse cleanupLinus Torvalds2005-05-201-3/+3
* [PATCH] Simplify "reverse-diff" logic in the diff core.Junio C Hamano2005-05-201-23/+15
* [PATCH] diff overhaulJunio C Hamano2005-05-191-29/+113
* [PATCH] Declare stacked variables before the first statement.Thomas Glanzmann2005-05-191-2/+2
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-191-4/+17
* diff.c: remove left-over scoring debug messageLinus Torvalds2005-05-191-3/+0
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-191-32/+378
* [PATCH] Diff-helper updateJunio C Hamano2005-05-181-12/+22
* [PATCH] Fix diff output take #4.Junio C Hamano2005-05-181-7/+7
* Rename cache_match_stat() to ce_match_stat()Brad Roberts2005-05-151-1/+1
* [PATCH 1/3] Update mode-change strings in diff output.Junio C Hamano2005-05-151-10/+12
* Rename environment variables.Junio C Hamano2005-05-091-5/+5
* [PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann2005-05-071-0/+1
* Update diff engine for symlinks stored in the cache.Junio C Hamano2005-05-051-22/+56
* Optimize diff-cache -p --cachedJunio C Hamano2005-05-041-13/+54
* Terminate diff-* on non-zero exit from GIT_EXTERNAL_DIFFJunio C Hamano2005-05-041-8/+12
* Change the prefix for builtin diff generation.Linus Torvalds2005-05-011-1/+1
* [PATCH] Rework built-in diff to make its output more dense.Junio C Hamano2005-05-011-11/+15
* [PATCH] diff.c: clean temporary filesJunio C Hamano2005-04-281-5/+24
* [PATCH] Make diff-cache and friends output more cg-patch friendly.Junio C Hamano2005-04-281-20/+36
* diff.c: don't add extra '/' to pathnameLinus Torvalds2005-04-271-2/+0
* [PATCH] Reworked external diff interface.Junio C Hamano2005-04-271-35/+58
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-3/+2
* [PATCH] Diff-tree-helper take two.Junio C Hamano2005-04-261-43/+205