summaryrefslogtreecommitdiff
path: root/diff-cache.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Libravatar Junio C Hamano1-1/+7
2005-05-30[PATCH] Add -B flag to diff-* brothers.Libravatar Junio C Hamano1-2/+9
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Libravatar Junio C Hamano1-6/+3
2005-05-29[PATCH] Pickaxe fixes.Libravatar Junio C Hamano1-1/+1
2005-05-29[PATCH] Move pathspec to the beginning of the diffcore chain.Libravatar Junio C Hamano1-2/+2
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Libravatar Junio C Hamano1-1/+6
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Libravatar Junio C Hamano1-3/+3
2005-05-24git-diff-cache: fix argument parsingLibravatar Linus Torvalds1-14/+22
2005-05-23[PATCH] Update git-diff-cache documentation.Libravatar Junio C Hamano1-1/+1
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Libravatar Junio C Hamano1-1/+0
2005-05-23[PATCH] diff-raw format update take #2.Libravatar Junio C Hamano1-1/+1
2005-05-22[PATCH] Diffcore updates.Libravatar Junio C Hamano1-10/+17
2005-05-21[PATCH] The diff-raw format updates.Libravatar Junio C Hamano1-7/+5
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Libravatar Junio C Hamano1-4/+6
2005-05-21[PATCH] Constness fix for pickaxe option.Libravatar Junio C Hamano1-1/+1
2005-05-21[PATCH] Diff overhaul, adding the other half of copy detection.Libravatar Junio C Hamano1-1/+2
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Libravatar Junio C Hamano1-3/+8
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Libravatar Junio C Hamano1-1/+7
2005-05-20sparse cleanupLibravatar Linus Torvalds1-2/+2
2005-05-19[PATCH] diff overhaulLibravatar Junio C Hamano1-25/+17
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-1/+1
2005-05-19[PATCH] Detect renames in diff family.Libravatar Junio C Hamano1-2/+14
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Libravatar Brian Gerst1-1/+1
2005-05-15Rename some more cache-related functionsLibravatar Brad Roberts1-2/+2
2005-05-15Rename cache_match_stat() to ce_match_stat()Libravatar Brad Roberts1-1/+1
2005-05-07Fix usage string of git-diff-cache and add documentation of -m flag.Libravatar Junio C Hamano1-1/+1
2005-05-05diff-cache shows differences for unmerged paths without --cache.Libravatar Junio C Hamano1-4/+19
2005-05-05git-diff-cache: add "-m" flag to match all non-checked-out files with the index.Libravatar Linus Torvalds1-2/+13
2005-05-05[PATCH] git and symlinks as tracked contentLibravatar Kay Sievers1-1/+1
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-1/+1
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Libravatar Junio C Hamano1-1/+1
2005-04-28[PATCH] diff-cache.c compilation warning fix.Libravatar Junio C Hamano1-2/+2
2005-04-27diff-cache: handle modified new files correctlyLibravatar Linus Torvalds1-18/+44
2005-04-27[PATCH] Add -p (patch) to diff-cache.Libravatar Junio C Hamano1-9/+28
2005-04-26diff-cache: fix handling of unmerged files.Libravatar Linus Torvalds1-22/+39
2005-04-26diff-cache.c: use the "U <pathname>" format for unmerged entries.Libravatar Linus Torvalds1-1/+1
2005-04-26[PATCH] diff-cache bugletLibravatar Junio C Hamano1-1/+1
2005-04-23[PATCH] Fix broken diff-cache output on added filesLibravatar Petr Baudis1-1/+1
2005-04-22New "diff-cache" implementation.Libravatar Linus Torvalds1-180/+54
2005-04-20[PATCH] Usage-string fixes.Libravatar Junio C Hamano1-2/+4
2005-04-20[PATCH] Teach diff-cache about commit objectsLibravatar Junio C Hamano1-16/+1
2005-04-19Add "diff-cache" helper program to compare a tree (or commit) withLibravatar Linus Torvalds1-0/+267