[PATCH] Add doc and install-doc targets to the Makefile
[git.git] / diff-cache.c
2005-07-15 Linus TorvaldsSplit up "diff_format" into "format" and "line_terminat...
2005-07-14 Linus TorvaldsMake "ce_match_path()" a generic helper function
2005-07-14 Linus TorvaldsMake git-diff-cache skip any comparisons which don...
2005-07-14 Linus TorvaldsStart using the partial tree reading in "git-diff-cache"
2005-07-14 Linus TorvaldsStart adding interfaces to read in partial trees
2005-07-13 Junio C Hamano[PATCH] Clean up diff option descriptions.
2005-07-13 Junio C Hamano[PATCH] git-diff-*: --name-only and --name-only-z.
2005-07-08 Linus Torvaldsgit-diff-*: support "-u" as a synonym for "-p"
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-20 Junio C Hamano[PATCH] Make -C less eager.
2005-06-13 Junio C Hamano[PATCH] Add --diff-filter= output restriction to diff...
2005-06-08 Jonas Fonseca[PATCH] git-diff-cache: handle pathspec beginning with...
2005-06-03 Junio C Hamano[PATCH] diff: Clean up diff_scoreopt_parse().
2005-06-03 Junio C Hamano[PATCH] diff: Fix docs and add -O to diff-helper.
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: consolidate various calls into diffcore.
2005-05-29 Junio C Hamano[PATCH] Pickaxe fixes.
2005-05-29 Junio C Hamano[PATCH] Move pathspec to the beginning of the diffcore...
2005-05-29 Junio C Hamano[PATCH] Add --pickaxe-all to diff-* brothers.
2005-05-29 Junio C Hamano[PATCH] Clean up diff_setup() to make it more extensible.
2005-05-25 Linus Torvaldsgit-diff-cache: fix argument parsing
2005-05-24 Junio C Hamano[PATCH] Update git-diff-cache documentation.
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-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] Diff overhaul, adding the other half of copy...
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] 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 ... 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 ...