]> git.ipfire.org Git - thirdparty/git.git/history - diff.c
[PATCH] diff: mode bits fixes
[thirdparty/git.git] / diff.c
2005-06-01  Junio C Hamano[PATCH] diff: mode bits fixes
2005-05-31  Junio C Hamano[PATCH] Show dissimilarity index for D and N case.
2005-05-31  Junio C Hamano[PATCH] Add -O<orderfile> option to diff-* brothers.
2005-05-30  Junio C Hamano[PATCH] Add -B flag to diff-* brothers.
2005-05-30  Junio C Hamano[PATCH] diff: fix the culling of unneeded delete record.
2005-05-30  Junio C Hamano[PATCH] diff: further cleanup.
2005-05-30  Junio C Hamano[PATCH] diff: code clean-up and removal of rename hack.
2005-05-30  Junio C Hamano[PATCH] diff: consolidate various calls into diffcore.
2005-05-29  Junio C Hamano[PATCH] Optimize diff-tree -[CM] --stdin
2005-05-29  Junio C Hamano[PATCH] Fix the way diffcore-rename records unremoved...
2005-05-29  Junio C Hamano[PATCH] Remove a function not used anymore.
2005-05-29  Junio C Hamano[PATCH] Clean up diff_setup() to make it more extensible.
2005-05-29  Junio C Hamano[PATCH] Remove final newline from the value of xfrm_msg...
2005-05-29  Junio C Hamano[PATCH] Do not expose internal scaling to diff-helper.
2005-05-29  Junio C Hamano[PATCH] Introduce diff_free_filepair() funcion.
2005-05-26  Junio C Hamano[PATCH] Diff updates to express type changes
2005-05-25  Junio C Hamano[PATCH] Mode only changes from diff.
2005-05-25  Junio C Hamano[PATCH] Fix type-change handling when assigning the...
2005-05-25  Linus Torvaldsdiff.c: don't silently ignore unknown state changes...
2005-05-24  Junio C Hamano[PATCH] Redo rename/copy detection logic.
2005-05-24  Junio C Hamano[PATCH] Fix diff-pruning logic which was running prune...
2005-05-23  Junio C Hamano[PATCH] diff-raw format update take #2.
2005-05-23  Junio C Hamano[PATCH] Rename/copy detection fix.
2005-05-22  Linus TorvaldsSome more sparse warning fixes
2005-05-22  Linus TorvaldsInclude file cleanups..
2005-05-22  Junio C Hamano[PATCH] Diffcore updates.
2005-05-22  Junio C Hamano[PATCH] The diff-raw format updates.
2005-05-22  Junio C Hamano[PATCH] Prepare diffcore interface for diff-tree header...
2005-05-21  Junio C Hamano[PATCH] Constness fix for pickaxe option.
2005-05-21  Junio C Hamano[PATCH] Introducing software archaeologist's tool ...
2005-05-21  Junio C Hamano[PATCH] Diff overhaul, adding half of copy detection.
2005-05-20  Linus Torvaldssparse cleanup
2005-05-20  Junio C Hamano[PATCH] Simplify "reverse-diff" logic in the diff core.
2005-05-20  Junio C Hamano[PATCH] diff overhaul
2005-05-19  Thomas Glanzmann[PATCH] Declare stacked variables before the first...
2005-05-19  Junio C Hamano[PATCH] Detect renames in diff family.
2005-05-19  Linus Torvaldsdiff.c: remove left-over scoring debug message
2005-05-19  Junio C Hamano[PATCH] Detect renames in diff family.
2005-05-18  Junio C Hamano[PATCH] Diff-helper update
2005-05-18  Junio C Hamano[PATCH] Fix diff output take #4.
2005-05-15  Brad RobertsRename cache_match_stat() to ce_match_stat()
2005-05-14  Junio C Hamano[PATCH 1/3] Update mode-change strings in diff output.
2005-05-11  Petr BaudisMerge with http://members.cox.net/junkio/git-jc.git
2005-05-10  Junio C HamanoRename environment variables.
2005-05-07  Thomas Glanzmann[PATCH] Add #include <limits.h> so that git compiles...
2005-05-06  Linus TorvaldsMerge of http://members.cox.net/junkio/git-jc.git
2005-05-05  Junio C HamanoOctopus merge of the following five patches.
2005-05-05  Junio C HamanoUpdate diff engine for symlinks stored in the cache.
2005-05-05  Linus TorvaldsMerge http://members.cox.net/junkio/git-jc.git/
2005-05-04  Junio C HamanoOptimize diff-cache -p --cached
2005-05-04  Junio C HamanoTerminate diff-* on non-zero exit from GIT_EXTERNAL_DIFF
2005-05-02  Linus TorvaldsChange the prefix for builtin diff generation.
2005-05-01  Junio C Hamano[PATCH] Rework built-in diff to make its output more...
2005-04-28  Junio C Hamano[PATCH] diff.c: clean temporary files
2005-04-28  Junio C Hamano[PATCH] Make diff-cache and friends output more cg...
2005-04-27  Linus Torvaldsdiff.c: don't add extra '/' to pathname
2005-04-27  Junio C Hamano[PATCH] Reworked external diff interface.
2005-04-26  Christopher Li[PATCH] introduce xmalloc and xrealloc
2005-04-26  Junio C Hamano[PATCH] Diff-tree-helper take two.
2005-04-26  Junio C Hamano[PATCH] Split external diff command interface to a...