[PATCH] Run Ispell through git.txt
[gitweb.git] / diff.c
2005-08-14 [PATCH] plug memory leak in diff.c::diff_free_filepair()
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-10 Merge with master.
2005-08-10 A bit more format warning squelching.
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-06 [PATCH] git: use git_mkstemp() instead of mkstemp(...
2005-08-05 Merge with gitk.
2005-07-31 Merge with gitk.
2005-07-30 [PATCH] mmap error handling
2005-07-29 Merge with gitk.
2005-07-26 Use symbolic constants for diff-raw status indicators.
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-15 Split up "diff_format" into "format" and "line_terminat...
2005-07-13 [PATCH] git-diff-*: --name-only and --name-only-z.
2005-07-08 [PATCH] Make sq_expand() available as sq_quote().
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 [PATCH] Enhance sha1_file_size() into sha1_object_info()
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-20 [PATCH] Rework -B output.
2005-06-13 [PATCH] Add --diff-filter= output restriction to diff...
2005-06-13 [PATCH] Fix rename/copy when dealing with temporarily...
2005-06-13 [PATCH] Re-Fix SIGSEGV on unmerged files in git-diff...
2005-06-05 diff 'rename' format change.
2005-06-05 [PATCH] diff.c: -B argument passing fix.
2005-06-05 [PATCH] diff.c: locate_size_cache() fix.
2005-06-03 [PATCH] diff: Update -B heuristics.
2005-06-03 [PATCH] diff: Clean up diff_scoreopt_parse().
2005-06-02 [PATCH] Find size of SHA1 object without inflating...
2005-06-01 [PATCH] diff: mode bits fixes
2005-05-31 [PATCH] Show dissimilarity index for D and N case.
2005-05-31 [PATCH] Add -O<orderfile> option to diff-* brothers.
2005-05-30 [PATCH] Add -B flag to diff-* brothers.
2005-05-30 [PATCH] diff: fix the culling of unneeded delete record.
2005-05-30 [PATCH] diff: further cleanup.
2005-05-30 [PATCH] diff: code clean-up and removal of rename hack.
2005-05-30 [PATCH] diff: consolidate various calls into diffcore.
2005-05-29 [PATCH] Optimize diff-tree -[CM] --stdin
2005-05-29 [PATCH] Fix the way diffcore-rename records unremoved...
2005-05-29 [PATCH] Remove a function not used anymore.
2005-05-29 [PATCH] Clean up diff_setup() to make it more extensible.
2005-05-29 [PATCH] Remove final newline from the value of xfrm_msg...
2005-05-29 [PATCH] Do not expose internal scaling to diff-helper.
2005-05-29 [PATCH] Introduce diff_free_filepair() funcion.
2005-05-26 [PATCH] Diff updates to express type changes
2005-05-25 [PATCH] Mode only changes from diff.
2005-05-25 [PATCH] Fix type-change handling when assigning the...
2005-05-25 diff.c: don't silently ignore unknown state changes...
2005-05-24 [PATCH] Redo rename/copy detection logic.
2005-05-24 [PATCH] Fix diff-pruning logic which was running prune...
2005-05-23 [PATCH] diff-raw format update take #2.
2005-05-23 [PATCH] Rename/copy detection fix.
2005-05-22 Some more sparse warning fixes
2005-05-22 Include file cleanups..
2005-05-22 [PATCH] Diffcore updates.
2005-05-22 [PATCH] The diff-raw format updates.
2005-05-22 [PATCH] Prepare diffcore interface for diff-tree header...
2005-05-21 [PATCH] Constness fix for pickaxe option.
2005-05-21 [PATCH] Introducing software archaeologist's tool ...
2005-05-21 [PATCH] Diff overhaul, adding half of copy detection.
2005-05-20 sparse cleanup
2005-05-20 [PATCH] Simplify "reverse-diff" logic in the diff core.
2005-05-20 [PATCH] diff overhaul
2005-05-19 [PATCH] Declare stacked variables before the first...
2005-05-19 [PATCH] Detect renames in diff family.
2005-05-19 diff.c: remove left-over scoring debug message
2005-05-19 [PATCH] Detect renames in diff family.
2005-05-18 [PATCH] Diff-helper update
2005-05-18 [PATCH] Fix diff output take #4.
2005-05-15 Rename cache_match_stat() to ce_match_stat()
2005-05-14 [PATCH 1/3] Update mode-change strings in diff output.
2005-05-11 Merge ... http://members.cox.net/junkio/git-jc.git
2005-05-10 Rename environment variables.
2005-05-07 [PATCH] Add #include <limits.h> so that git compiles...
2005-05-06 Merge of http://members.cox.net/junkio/git-jc.git
2005-05-05 Octopus merge of the following five patches.
2005-05-05 Update diff engine for symlinks stored in the cache.
2005-05-05 Merge http://members.cox.net/junkio/git-jc.git/
2005-05-04 Optimize diff-cache -p --cached
2005-05-04 Terminate diff-* on non-zero exit from GIT_EXTERNAL_DIFF
2005-05-02 Change the prefix for builtin diff generation.
2005-05-01 [PATCH] Rework built-in diff to make its output more...
2005-04-28 [PATCH] diff.c: clean temporary files
2005-04-28 [PATCH] Make diff-cache and friends output more cg...
2005-04-27 diff.c: don't add extra '/' to pathname
2005-04-27 [PATCH] Reworked external diff interface.
2005-04-26 [PATCH] introduce xmalloc and xrealloc
2005-04-26 [PATCH] Diff-tree-helper take two.
2005-04-26 [PATCH] Split external diff command interface to a...