]> git.ipfire.org Git - thirdparty/git.git/history - diff-cache.c
[PATCH] Diff overhaul, adding half of copy detection.
[thirdparty/git.git] / diff-cache.c
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] diff overhaul
2005-05-19  Alexey Nezhdanov[PATCH] cleanup of in-code names
2005-05-19  Junio C Hamano[PATCH] Detect renames in diff family.
2005-05-18  Brian Gerst[PATCH] Kill a bunch of pointer sign warnings for gcc4
2005-05-15  Brad RobertsRename some more cache-related functions
2005-05-15  Brad RobertsRename cache_match_stat() to ce_match_stat()
2005-05-11  Petr BaudisMerge with http://members.cox.net/junkio/git-jc.git
2005-05-07  Junio C HamanoFix usage string of git-diff-cache and add documentatio...
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 Hamanodiff-cache shows differences for unmerged paths without...
2005-05-05  Linus Torvaldsgit-diff-cache: add "-m" flag to match all non-checked...
2005-05-05  Kay Sievers[PATCH] git and symlinks as tracked content
2005-05-01  Linus TorvaldsAdd "get_sha1()" helper function.
2005-04-28  Junio C Hamano[PATCH] Rename and extend read_tree_with_tree_or_commit...
2005-04-28  Junio C Hamano[PATCH] diff-cache.c compilation warning fix.
2005-04-27  Linus Torvaldsdiff-cache: handle modified new files correctly
2005-04-27  Junio C Hamano[PATCH] Add -p (patch) to diff-cache.
2005-04-27  Linus Torvaldsdiff-cache: fix handling of unmerged files.
2005-04-27  Linus Torvaldsdiff-cache.c: use the "U <pathname>" format for unmerge...
2005-04-26  Junio C Hamano[PATCH] diff-cache buglet
2005-04-24  Petr Baudis[PATCH] Fix broken diff-cache output on added files
2005-04-23  Linus TorvaldsNew "diff-cache" implementation.
2005-04-21  Junio C Hamano[PATCH] Usage-string fixes.
2005-04-21  Junio C Hamano[PATCH] Teach diff-cache about commit objects
2005-04-20  Linus TorvaldsAdd "diff-cache" helper program to compare a tree ...