aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-29[PATCH] mmap error handlingPavel Roskin1-1/+3
2005-07-25Use symbolic constants for diff-raw status indicators.Junio C Hamano1-25/+33
2005-07-14Split up "diff_format" into "format" and "line_termination".Linus Torvalds1-8/+4
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano1-1/+12
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano1-41/+6
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano1-1/+1
2005-06-19[PATCH] Rework -B output.Junio C Hamano1-70/+159
2005-06-12[PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano1-4/+66
2005-06-12[PATCH] Fix rename/copy when dealing with temporarily broken pairs.Junio C Hamano1-0/+1
2005-06-12[PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -pJunio C Hamano1-0/+1
2005-06-05diff 'rename' format change.Linus Torvalds1-2/+2
2005-06-05[PATCH] diff.c: -B argument passing fix.Junio C Hamano1-2/+2
2005-06-05[PATCH] diff.c: locate_size_cache() fix.Junio C Hamano1-5/+6
2005-06-03[PATCH] diff: Update -B heuristics.Junio C Hamano1-2/+16
2005-06-03[PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano1-0/+39
2005-06-02[PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano1-5/+6
2005-06-01[PATCH] diff: mode bits fixesJunio C Hamano1-5/+7
2005-05-30[PATCH] Show dissimilarity index for D and N case.Junio C Hamano1-2/+18
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano1-1/+4
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-3/+18
2005-05-30[PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano1-21/+2
2005-05-30[PATCH] diff: further cleanup.Junio C Hamano1-2/+7
2005-05-30[PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano1-3/+3
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Junio C Hamano1-0/+12
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano1-2/+81
2005-05-29[PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano1-39/+37
2005-05-29[PATCH] Remove a function not used anymore.Junio C Hamano1-22/+0
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano1-2/+3
2005-05-29[PATCH] Remove final newline from the value of xfrm_msg variable.Junio C Hamano1-3/+3
2005-05-29[PATCH] Do not expose internal scaling to diff-helper.Junio C Hamano1-1/+1
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano1-6/+9
2005-05-26[PATCH] Diff updates to express type changesJunio C Hamano1-9/+36
2005-05-25[PATCH] Mode only changes from diff.Junio C Hamano1-2/+4
2005-05-25[PATCH] Fix type-change handling when assigning the status code to filepairs.Junio C Hamano1-14/+22
2005-05-25diff.c: don't silently ignore unknown state changes in diffs.Linus Torvalds1-1/+1
2005-05-24[PATCH] Redo rename/copy detection logic.Junio C Hamano1-19/+98
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano1-92/+64
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano1-48/+76
2005-05-23[PATCH] Rename/copy detection fix.Junio C Hamano1-47/+98
2005-05-22Some more sparse warning fixesLinus Torvalds1-4/+4
2005-05-22Include file cleanups..Linus Torvalds1-1/+0
2005-05-22[PATCH] Diffcore updates.Junio C Hamano1-82/+90
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano1-58/+74
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano1-21/+22
2005-05-21[PATCH] Constness fix for pickaxe option.Junio C Hamano1-1/+1
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano1-9/+14
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano1-413/+286
2005-05-20sparse cleanupLinus Torvalds1-3/+3
2005-05-20[PATCH] Simplify "reverse-diff" logic in the diff core.Junio C Hamano1-23/+15
2005-05-19[PATCH] diff overhaulJunio C Hamano1-29/+113
2005-05-19[PATCH] Declare stacked variables before the first statement.Thomas Glanzmann1-2/+2
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano1-4/+17
2005-05-19diff.c: remove left-over scoring debug messageLinus Torvalds1-3/+0
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano1-32/+378
2005-05-18[PATCH] Diff-helper updateJunio C Hamano1-12/+22
2005-05-18[PATCH] Fix diff output take #4.Junio C Hamano1-7/+7
2005-05-15Rename cache_match_stat() to ce_match_stat()Brad Roberts1-1/+1
2005-05-15[PATCH 1/3] Update mode-change strings in diff output.Junio C Hamano1-10/+12
2005-05-09Rename environment variables.Junio C Hamano1-5/+5
2005-05-07[PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann1-0/+1
2005-05-05Update diff engine for symlinks stored in the cache.Junio C Hamano1-22/+56
2005-05-04Optimize diff-cache -p --cachedJunio C Hamano1-13/+54
2005-05-04Terminate diff-* on non-zero exit from GIT_EXTERNAL_DIFFJunio C Hamano1-8/+12
2005-05-01Change the prefix for builtin diff generation.Linus Torvalds1-1/+1
2005-05-01[PATCH] Rework built-in diff to make its output more dense.Junio C Hamano1-11/+15
2005-04-28[PATCH] diff.c: clean temporary filesJunio C Hamano1-5/+24
2005-04-28[PATCH] Make diff-cache and friends output more cg-patch friendly.Junio C Hamano1-20/+36
2005-04-27diff.c: don't add extra '/' to pathnameLinus Torvalds1-2/+0
2005-04-27[PATCH] Reworked external diff interface.Junio C Hamano1-35/+58
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-3/+2
2005-04-26[PATCH] Diff-tree-helper take two.Junio C Hamano1-43/+205
2005-04-25[PATCH] Split external diff command interface to a separate file.Junio C Hamano1-0/+106