summaryrefslogtreecommitdiff
path: root/diff-files.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/nostat'Junio C Hamano2006-02-211-1/+1
|\
| * "Assume unchanged" gitJunio C Hamano2006-02-081-1/+1
* | combine-diff: diff-files fix (#2)Junio C Hamano2006-02-141-0/+2
* | combine-diff: move formatting logic to show_combined_diff()Junio C Hamano2006-02-091-3/+3
|/
* combine-diff: show mode changes as well.Junio C Hamano2006-02-061-3/+9
* combine-diff: remove misguided --show-empty hack.Junio C Hamano2006-02-051-1/+1
* diff-files -c/--cc: combine only when both ours and theirs exist.Junio C Hamano2006-01-281-2/+7
* diff-files: -c and --cc options.Junio C Hamano2006-01-281-3/+42
* diff-files: show diffs with stage0 and unmerged stage at the same time.Junio C Hamano2005-11-301-19/+2
* diff-files: -1/-2/-3 to diff against unmerged stage.Linus Torvalds2005-11-301-8/+54
* Move diff.renamelimit out of default configuration.Junio C Hamano2005-11-211-1/+1
* Teach "git diff" to handle filenames starting with '-'Linus Torvalds2005-10-181-0/+5
* Use core.filemode.Junio C Hamano2005-10-111-2/+8
* Add ".git/config" file parserLinus Torvalds2005-10-101-0/+1
* Consolidate null_sha1[].Junio C Hamano2005-09-301-1/+0
* Diff clean-up.Junio C Hamano2005-09-241-60/+23
* [PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds2005-08-161-5/+6
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-291-1/+1
* Split up "diff_format" into "format" and "line_termination".Linus Torvalds2005-07-141-5/+4
* Make "ce_match_path()" a generic helper functionLinus Torvalds2005-07-141-1/+8
* [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/+4
* git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds2005-07-081-1/+1
* [PATCH] Make -C less eager.Junio C Hamano2005-06-191-4/+9
* [PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano2005-06-121-2/+5
* [PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano2005-06-031-4/+11
* [PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano2005-06-031-1/+1
* [PATCH] diff: mode bits fixesJunio C Hamano2005-06-011-5/+3
* [PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano2005-05-301-1/+5
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-301-2/+6
* [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/+4
* [PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano2005-05-291-3/+3
* [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-27/+11
* [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/+1
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-211-3/+6
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-211-1/+6
* sparse cleanupLinus Torvalds2005-05-201-1/+1
* [PATCH] Diff-files fix with more tests.Junio C Hamano2005-05-201-1/+1
* [PATCH] diff overhaulJunio C Hamano2005-05-191-28/+16
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-1/+1
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-191-1/+10
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-181-2/+2