summaryrefslogtreecommitdiff
path: root/diff-cache.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds2005-08-161-5/+7
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-291-1/+1
* Split up "diff_format" into "format" and "line_termination".Linus Torvalds2005-07-141-7/+4
* Make "ce_match_path()" a generic helper functionLinus Torvalds2005-07-141-22/+0
* Make git-diff-cache skip any comparisons which don't match pathspecLinus Torvalds2005-07-141-2/+28
* Start using the partial tree reading in "git-diff-cache"Linus Torvalds2005-07-141-2/+2
* Start adding interfaces to read in partial treesLinus Torvalds2005-07-141-1/+1
* [PATCH] Clean up diff option descriptions.Junio C Hamano2005-07-131-1/+3
* [PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano2005-07-131-0/+8
* git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds2005-07-081-1/+2
* [PATCH] Make -C less eager.Junio C Hamano2005-06-191-2/+10
* [PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano2005-06-121-2/+7
* [PATCH] git-diff-cache: handle pathspec beginning with a dashJonas Fonseca2005-06-081-1/+6
* [PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano2005-06-031-3/+6
* [PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano2005-06-031-1/+1
* [PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano2005-05-301-1/+7
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-301-2/+9
* [PATCH] diff: consolidate various calls into diffcore.Junio C Hamano2005-05-301-6/+3
* [PATCH] Pickaxe fixes.Junio C Hamano2005-05-291-1/+1
* [PATCH] Move pathspec to the beginning of the diffcore chain.Junio C Hamano2005-05-291-2/+2
* [PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano2005-05-291-1/+6
* [PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano2005-05-291-3/+3
* git-diff-cache: fix argument parsingLinus Torvalds2005-05-241-14/+22
* [PATCH] Update git-diff-cache documentation.Junio C Hamano2005-05-231-1/+1
* [PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano2005-05-231-1/+0
* [PATCH] diff-raw format update take #2.Junio C Hamano2005-05-231-1/+1
* [PATCH] Diffcore updates.Junio C Hamano2005-05-221-10/+17
* [PATCH] The diff-raw format updates.Junio C Hamano2005-05-211-7/+5
* [PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano2005-05-211-4/+6
* [PATCH] Constness fix for pickaxe option.Junio C Hamano2005-05-211-1/+1
* [PATCH] Diff overhaul, adding the other half of copy detection.Junio C Hamano2005-05-211-1/+2
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-211-3/+8
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-211-1/+7
* sparse cleanupLinus Torvalds2005-05-201-2/+2
* [PATCH] diff overhaulJunio C Hamano2005-05-191-25/+17
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-1/+1
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-191-2/+14
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-181-1/+1
* Rename some more cache-related functionsBrad Roberts2005-05-151-2/+2
* Rename cache_match_stat() to ce_match_stat()Brad Roberts2005-05-151-1/+1
* Fix usage string of git-diff-cache and add documentation of -m flag.Junio C Hamano2005-05-071-1/+1
* diff-cache shows differences for unmerged paths without --cache.Junio C Hamano2005-05-051-4/+19
* git-diff-cache: add "-m" flag to match all non-checked-out files with the index.Linus Torvalds2005-05-051-2/+13
* [PATCH] git and symlinks as tracked contentKay Sievers2005-05-051-1/+1
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-1/+1
* [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano2005-04-281-1/+1
* [PATCH] diff-cache.c compilation warning fix.Junio C Hamano2005-04-281-2/+2
* diff-cache: handle modified new files correctlyLinus Torvalds2005-04-271-18/+44
* [PATCH] Add -p (patch) to diff-cache.Junio C Hamano2005-04-271-9/+28
* diff-cache: fix handling of unmerged files.Linus Torvalds2005-04-261-22/+39