summaryrefslogtreecommitdiff
path: root/diff-tree.c
AgeCommit message (Expand)Author
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano
2006-04-09log-tree: separate major part of diff-tree.Junio C Hamano
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-02-12diff-tree: do not default to -cJunio C Hamano
2006-02-09combine-diff: move formatting logic to show_combined_diff()Junio C Hamano
2006-02-09diff-tree -c raw outputLinus Torvalds
2006-02-07Fix "git diff a..b" breakageLinus Torvalds
2006-02-06git-diff-tree --stdin: show all parents.Junio C Hamano
2006-02-06combine-diff: remove misguided --show-empty hack.Junio C Hamano
2006-02-05diff-tree --always flagLinus Torvalds
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano
2005-12-20diff: --abbrev optionJunio C Hamano
2005-11-24diff-tree: teach single-commit diff-tree to honour graftsJunio C Hamano
2005-11-22Move diff.renamelimit out of default configuration.Junio C Hamano
2005-11-11Add --no-commit-id option for git-diff-tree, use it in gitkPavel Roskin
2005-10-28Documentation changes to recursive option for git-diff-treeChris Shoemaker
2005-10-23Split up tree diff functions into tree-diff.c libraryLinus Torvalds
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-10-10Add ".git/config" file parserLinus Torvalds
2005-09-25Diff clean-up.Junio C Hamano
2005-09-15Plug diff leaks.Junio C Hamano
2005-08-17[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds
2005-07-30[PATCH] Unify usage strings declarationPetr Baudis
2005-07-15Split up "diff_format" into "format" and "line_termination".Linus Torvalds
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano
2005-07-08git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds
2005-06-27Add "--pretty=full" format that also shows committer.Linus Torvalds
2005-06-23Clean up git-diff-tree 'header' generationLinus Torvalds
2005-06-20[PATCH] Make -C less eager.Junio C Hamano
2005-06-13[PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano
2005-06-13[PATCH] diff-tree: --find-copies-harderJunio C Hamano
2005-06-13git-diff-tree: fix output with just "--pretty".Linus Torvalds
2005-06-13[PATCH] Support commit_format in diff-treeJunio C Hamano
2005-06-05pretty_print_commit: add different formatsLinus Torvalds
2005-06-03[PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano
2005-06-01[PATCH] diff: mode bits fixesJunio C Hamano
2005-06-01Add generic commit "pretty print" function.Linus Torvalds
2005-05-31[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Junio C Hamano
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano
2005-05-27git-diff-tree: simplify header output with '-z'Linus Torvalds