summaryrefslogtreecommitdiff
path: root/diff-cache.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* diff-cache.c: use the "U <pathname>" format for unmerged entries.Linus Torvalds2005-04-261-1/+1
* [PATCH] diff-cache bugletJunio C Hamano2005-04-261-1/+1
* [PATCH] Fix broken diff-cache output on added filesPetr Baudis2005-04-231-1/+1
* New "diff-cache" implementation.Linus Torvalds2005-04-221-180/+54
* [PATCH] Usage-string fixes.Junio C Hamano2005-04-201-2/+4
* [PATCH] Teach diff-cache about commit objectsJunio C Hamano2005-04-201-16/+1
* Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds2005-04-191-0/+267