diff-tree: fix "whole sub-tree disappeared or appeared" case
[gitweb.git] / diff-cache.c
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 ...