| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Unify usage strings declaration | Petr Baudis | 2005-07-29 | 1 | -1/+1 |
* | Split up "diff_format" into "format" and "line_termination". | Linus Torvalds | 2005-07-14 | 1 | -7/+4 |
* | Make "ce_match_path()" a generic helper function | Linus Torvalds | 2005-07-14 | 1 | -22/+0 |
* | Make git-diff-cache skip any comparisons which don't match pathspec | Linus Torvalds | 2005-07-14 | 1 | -2/+28 |
* | Start using the partial tree reading in "git-diff-cache" | Linus Torvalds | 2005-07-14 | 1 | -2/+2 |
* | Start adding interfaces to read in partial trees | Linus Torvalds | 2005-07-14 | 1 | -1/+1 |
* | [PATCH] Clean up diff option descriptions. | Junio C Hamano | 2005-07-13 | 1 | -1/+3 |
* | [PATCH] git-diff-*: --name-only and --name-only-z. | Junio C Hamano | 2005-07-13 | 1 | -0/+8 |
* | git-diff-*: support "-u" as a synonym for "-p" | Linus Torvalds | 2005-07-08 | 1 | -1/+2 |
* | [PATCH] Make -C less eager. | Junio C Hamano | 2005-06-19 | 1 | -2/+10 |
* | [PATCH] Add --diff-filter= output restriction to diff-* family. | Junio C Hamano | 2005-06-12 | 1 | -2/+7 |
* | [PATCH] git-diff-cache: handle pathspec beginning with a dash | Jonas Fonseca | 2005-06-08 | 1 | -1/+6 |
* | [PATCH] diff: Clean up diff_scoreopt_parse(). | Junio C Hamano | 2005-06-03 | 1 | -3/+6 |
* | [PATCH] diff: Fix docs and add -O to diff-helper. | Junio C Hamano | 2005-06-03 | 1 | -1/+1 |
* | [PATCH] Add -O<orderfile> option to diff-* brothers. | Junio C Hamano | 2005-05-30 | 1 | -1/+7 |
* | [PATCH] Add -B flag to diff-* brothers. | Junio C Hamano | 2005-05-30 | 1 | -2/+9 |
* | [PATCH] diff: consolidate various calls into diffcore. | Junio C Hamano | 2005-05-30 | 1 | -6/+3 |
* | [PATCH] Pickaxe fixes. | Junio C Hamano | 2005-05-29 | 1 | -1/+1 |
* | [PATCH] Move pathspec to the beginning of the diffcore chain. | Junio C Hamano | 2005-05-29 | 1 | -2/+2 |
* | [PATCH] Add --pickaxe-all to diff-* brothers. | Junio C Hamano | 2005-05-29 | 1 | -1/+6 |
* | [PATCH] Clean up diff_setup() to make it more extensible. | Junio C Hamano | 2005-05-29 | 1 | -3/+3 |
* | git-diff-cache: fix argument parsing | Linus Torvalds | 2005-05-24 | 1 | -14/+22 |
* | [PATCH] Update git-diff-cache documentation. | Junio C Hamano | 2005-05-23 | 1 | -1/+1 |
* | [PATCH] Fix diff-pruning logic which was running prune too early. | Junio C Hamano | 2005-05-23 | 1 | -1/+0 |
* | [PATCH] diff-raw format update take #2. | Junio C Hamano | 2005-05-23 | 1 | -1/+1 |
* | [PATCH] Diffcore updates. | Junio C Hamano | 2005-05-22 | 1 | -10/+17 |
* | [PATCH] The diff-raw format updates. | Junio C Hamano | 2005-05-21 | 1 | -7/+5 |
* | [PATCH] Prepare diffcore interface for diff-tree header supression. | Junio C Hamano | 2005-05-21 | 1 | -4/+6 |
* | [PATCH] Constness fix for pickaxe option. | Junio C Hamano | 2005-05-21 | 1 | -1/+1 |
* | [PATCH] Diff overhaul, adding the other half of copy detection. | Junio C Hamano | 2005-05-21 | 1 | -1/+2 |
* | [PATCH] Introducing software archaeologist's tool "pickaxe". | Junio C Hamano | 2005-05-21 | 1 | -3/+8 |
* | [PATCH] Diff overhaul, adding half of copy detection. | Junio C Hamano | 2005-05-21 | 1 | -1/+7 |
* | sparse cleanup | Linus Torvalds | 2005-05-20 | 1 | -2/+2 |
* | [PATCH] diff overhaul | Junio C Hamano | 2005-05-19 | 1 | -25/+17 |
* | [PATCH] cleanup of in-code names | Alexey Nezhdanov | 2005-05-19 | 1 | -1/+1 |
* | [PATCH] Detect renames in diff family. | Junio C Hamano | 2005-05-19 | 1 | -2/+14 |
* | [PATCH] Kill a bunch of pointer sign warnings for gcc4 | Brian Gerst | 2005-05-18 | 1 | -1/+1 |
* | Rename some more cache-related functions | Brad Roberts | 2005-05-15 | 1 | -2/+2 |
* | Rename cache_match_stat() to ce_match_stat() | Brad Roberts | 2005-05-15 | 1 | -1/+1 |
* | Fix usage string of git-diff-cache and add documentation of -m flag. | Junio C Hamano | 2005-05-07 | 1 | -1/+1 |
* | diff-cache shows differences for unmerged paths without --cache. | Junio C Hamano | 2005-05-05 | 1 | -4/+19 |
* | git-diff-cache: add "-m" flag to match all non-checked-out files with the index. | Linus Torvalds | 2005-05-05 | 1 | -2/+13 |
* | [PATCH] git and symlinks as tracked content | Kay Sievers | 2005-05-05 | 1 | -1/+1 |
* | Add "get_sha1()" helper function. | Linus Torvalds | 2005-05-01 | 1 | -1/+1 |
* | [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 | Junio C Hamano | 2005-04-28 | 1 | -1/+1 |
* | [PATCH] diff-cache.c compilation warning fix. | Junio C Hamano | 2005-04-28 | 1 | -2/+2 |
* | diff-cache: handle modified new files correctly | Linus Torvalds | 2005-04-27 | 1 | -18/+44 |
* | [PATCH] Add -p (patch) to diff-cache. | Junio C Hamano | 2005-04-27 | 1 | -9/+28 |
* | diff-cache: fix handling of unmerged files. | Linus Torvalds | 2005-04-26 | 1 | -22/+39 |
* | diff-cache.c: use the "U <pathname>" format for unmerged entries. | Linus Torvalds | 2005-04-26 | 1 | -1/+1 |