[PATCH] plug memory leak in diff.c::diff_free_filepair()
[gitweb.git] / diff-cache.c
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
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-05 Merge with gitk.
2005-07-31 Merge with gitk.
2005-07-30 [PATCH] Unify usage strings declaration
2005-07-29 Merge with gitk.
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-14 Make "ce_match_path()" a generic helper function
2005-07-14 Make git-diff-cache skip any comparisons which don...
2005-07-14 Start using the partial tree reading in "git-diff-cache"
2005-07-14 Start adding interfaces to read in partial trees
2005-07-13 [PATCH] Clean up diff option descriptions.
2005-07-13 [PATCH] git-diff-*: --name-only and --name-only-z.
2005-07-08 git-diff-*: support "-u" as a synonym for "-p"
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-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-20 [PATCH] Make -C less eager.
2005-06-13 [PATCH] Add --diff-filter= output restriction to diff...
2005-06-08 [PATCH] git-diff-cache: handle pathspec beginning with...
2005-06-03 [PATCH] diff: Clean up diff_scoreopt_parse().
2005-06-03 [PATCH] diff: Fix docs and add -O to diff-helper.
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: consolidate various calls into diffcore.
2005-05-29 [PATCH] Pickaxe fixes.
2005-05-29 [PATCH] Move pathspec to the beginning of the diffcore...
2005-05-29 [PATCH] Add --pickaxe-all to diff-* brothers.
2005-05-29 [PATCH] Clean up diff_setup() to make it more extensible.
2005-05-25 git-diff-cache: fix argument parsing
2005-05-24 [PATCH] Update git-diff-cache documentation.
2005-05-24 [PATCH] Fix diff-pruning logic which was running prune...
2005-05-23 [PATCH] diff-raw format update take #2.
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] Diff overhaul, adding the other half of copy...
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] diff overhaul
2005-05-19 [PATCH] cleanup of in-code names
2005-05-19 [PATCH] Detect renames in diff family.
2005-05-18 [PATCH] Kill a bunch of pointer sign warnings for gcc4
2005-05-15 Rename some more cache-related functions
2005-05-15 Rename cache_match_stat() to ce_match_stat()
2005-05-11 Merge ... http://members.cox.net/junkio/git-jc.git
2005-05-07 Fix usage string of git-diff-cache and add documentatio...
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 diff-cache shows differences for unmerged paths without...
2005-05-05 git-diff-cache: add "-m" flag to match all non-checked...
2005-05-05 [PATCH] git and symlinks as tracked content
2005-05-01 Add "get_sha1()" helper function.
2005-04-28 [PATCH] Rename and extend read_tree_with_tree_or_commit...
2005-04-28 [PATCH] diff-cache.c compilation warning fix.
2005-04-27 diff-cache: handle modified new files correctly
2005-04-27 [PATCH] Add -p (patch) to diff-cache.
2005-04-27 diff-cache: fix handling of unmerged files.
2005-04-27 diff-cache.c: use the "U <pathname>" format for unmerge...
2005-04-26 [PATCH] diff-cache buglet
2005-04-24 [PATCH] Fix broken diff-cache output on added files
2005-04-23 New "diff-cache" implementation.
2005-04-21 [PATCH] Usage-string fixes.
2005-04-21 [PATCH] Teach diff-cache about commit objects
2005-04-20 Add "diff-cache" helper program to compare a tree ...