aboutsummaryrefslogtreecommitdiff
path: root/diff-cache.c
Commit message (Expand)AuthorAge
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-29
* Split up "diff_format" into "format" and "line_termination".Linus Torvalds2005-07-14
* Make "ce_match_path()" a generic helper functionLinus Torvalds2005-07-14
* Make git-diff-cache skip any comparisons which don't match pathspecLinus Torvalds2005-07-14
* Start using the partial tree reading in "git-diff-cache"Linus Torvalds2005-07-14
* Start adding interfaces to read in partial treesLinus Torvalds2005-07-14
* [PATCH] Clean up diff option descriptions.Junio C Hamano2005-07-13
* [PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano2005-07-13
* git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds2005-07-08
* [PATCH] Make -C less eager.Junio C Hamano2005-06-19
* [PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano2005-06-12
* [PATCH] git-diff-cache: handle pathspec beginning with a dashJonas Fonseca2005-06-08
* [PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano2005-06-03
* [PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano2005-06-03
* [PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano2005-05-30
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-30
* [PATCH] diff: consolidate various calls into diffcore.Junio C Hamano2005-05-30
* [PATCH] Pickaxe fixes.Junio C Hamano2005-05-29
* [PATCH] Move pathspec to the beginning of the diffcore chain.Junio C Hamano2005-05-29
* [PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano2005-05-29
* [PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano2005-05-29
* git-diff-cache: fix argument parsingLinus Torvalds2005-05-24
* [PATCH] Update git-diff-cache documentation.Junio C Hamano2005-05-23
* [PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano2005-05-23
* [PATCH] diff-raw format update take #2.Junio C Hamano2005-05-23
* [PATCH] Diffcore updates.Junio C Hamano2005-05-22
* [PATCH] The diff-raw format updates.Junio C Hamano2005-05-21
* [PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano2005-05-21
* [PATCH] Constness fix for pickaxe option.Junio C Hamano2005-05-21
* [PATCH] Diff overhaul, adding the other half of copy detection.Junio C Hamano2005-05-21
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-21
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-21
* sparse cleanupLinus Torvalds2005-05-20
* [PATCH] diff overhaulJunio C Hamano2005-05-19
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-19
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-19
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-18
* Rename some more cache-related functionsBrad Roberts2005-05-15
* Rename cache_match_stat() to ce_match_stat()Brad Roberts2005-05-15
* Fix usage string of git-diff-cache and add documentation of -m flag.Junio C Hamano2005-05-07
* diff-cache shows differences for unmerged paths without --cache.Junio C Hamano2005-05-05
* git-diff-cache: add "-m" flag to match all non-checked-out files with the index.Linus Torvalds2005-05-05
* [PATCH] git and symlinks as tracked contentKay Sievers2005-05-05
* Add "get_sha1()" helper function.Linus Torvalds2005-05-01
* [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano2005-04-28
* [PATCH] diff-cache.c compilation warning fix.Junio C Hamano2005-04-28
* diff-cache: handle modified new files correctlyLinus Torvalds2005-04-27
* [PATCH] Add -p (patch) to diff-cache.Junio C Hamano2005-04-27
* diff-cache: fix handling of unmerged files.Linus Torvalds2005-04-26
* diff-cache.c: use the "U <pathname>" format for unmerged entries.Linus Torvalds2005-04-26