aboutsummaryrefslogtreecommitdiffstats
path: root/diff-cache.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis1-1/+1
2005-07-14Split up "diff_format" into "format" and "line_termination".Linus Torvalds1-7/+4
2005-07-14Make "ce_match_path()" a generic helper functionLinus Torvalds1-22/+0
2005-07-14Make git-diff-cache skip any comparisons which don't match pathspecLinus Torvalds1-2/+28
2005-07-14Start using the partial tree reading in "git-diff-cache"Linus Torvalds1-2/+2
2005-07-14Start adding interfaces to read in partial treesLinus Torvalds1-1/+1
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano1-1/+3
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano1-0/+8
2005-07-08git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds1-1/+2
2005-06-19[PATCH] Make -C less eager.Junio C Hamano1-2/+10
2005-06-12[PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano1-2/+7
2005-06-08[PATCH] git-diff-cache: handle pathspec beginning with a dashJonas Fonseca1-1/+6
2005-06-03[PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano1-3/+6
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano1-1/+1
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano1-1/+7
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-2/+9
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Junio C Hamano1-6/+3
2005-05-29[PATCH] Pickaxe fixes.Junio C Hamano1-1/+1
2005-05-29[PATCH] Move pathspec to the beginning of the diffcore chain.Junio C Hamano1-2/+2
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano1-1/+6
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano1-3/+3
2005-05-24git-diff-cache: fix argument parsingLinus Torvalds1-14/+22
2005-05-23[PATCH] Update git-diff-cache documentation.Junio C Hamano1-1/+1
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano1-1/+0
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano1-1/+1
2005-05-22[PATCH] Diffcore updates.Junio C Hamano1-10/+17
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano1-7/+5
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano1-4/+6
2005-05-21[PATCH] Constness fix for pickaxe option.Junio C Hamano1-1/+1
2005-05-21[PATCH] Diff overhaul, adding the other half of copy detection.Junio C Hamano1-1/+2
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano1-3/+8
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano1-1/+7
2005-05-20sparse cleanupLinus Torvalds1-2/+2
2005-05-19[PATCH] diff overhaulJunio C Hamano1-25/+17
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov1-1/+1
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano1-2/+14
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst1-1/+1
2005-05-15Rename some more cache-related functionsBrad Roberts1-2/+2
2005-05-15Rename cache_match_stat() to ce_match_stat()Brad Roberts1-1/+1
2005-05-07Fix usage string of git-diff-cache and add documentation of -m flag.Junio C Hamano1-1/+1
2005-05-05diff-cache shows differences for unmerged paths without --cache.Junio C Hamano1-4/+19
2005-05-05git-diff-cache: add "-m" flag to match all non-checked-out files with the index.Linus Torvalds1-2/+13
2005-05-05[PATCH] git and symlinks as tracked contentKay Sievers1-1/+1
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-1/+1
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano1-1/+1
2005-04-28[PATCH] diff-cache.c compilation warning fix.Junio C Hamano1-2/+2
2005-04-27diff-cache: handle modified new files correctlyLinus Torvalds1-18/+44
2005-04-27[PATCH] Add -p (patch) to diff-cache.Junio C Hamano1-9/+28
2005-04-26diff-cache: fix handling of unmerged files.Linus Torvalds1-22/+39
2005-04-26diff-cache.c: use the "U <pathname>" format for unmerged entries.Linus Torvalds1-1/+1
2005-04-26[PATCH] diff-cache bugletJunio C Hamano1-1/+1
2005-04-23[PATCH] Fix broken diff-cache output on added filesPetr Baudis1-1/+1
2005-04-22New "diff-cache" implementation.Linus Torvalds1-180/+54
2005-04-20[PATCH] Usage-string fixes.Junio C Hamano1-2/+4
2005-04-20[PATCH] Teach diff-cache about commit objectsJunio C Hamano1-16/+1
2005-04-19Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds1-0/+267