aboutsummaryrefslogtreecommitdiffstats
path: root/diff-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-05-18diff-tree: don't match non-directories as partial pathnamesLinus Torvalds1-0/+2
2005-05-18diff-tree: fix "whole sub-tree disappeared or appeared" caseLinus Torvalds1-9/+11
2005-05-18diff-tree: fix up comparison of "interesting" sub-treesLinus Torvalds1-0/+5
2005-05-18diff-tree: show hex sha1 of the single-commit argument case correctly.Linus Torvalds1-1/+7
2005-05-18diff-tree: fix and extend argument parsingLinus Torvalds1-11/+27
2005-05-18diff-tree: clean up diff_tree_stdin() functionLinus Torvalds1-21/+27
2005-05-06diff-tree: add author/date information to the verbose outputLinus Torvalds1-1/+24
2005-05-06[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeJunio C Hamano1-1/+2
2005-05-06diff-tree: add "verbose header" modeLinus Torvalds1-3/+58
2005-05-06git-diff-tree: clean up outputLinus Torvalds1-3/+27
2005-05-06diff-tree: support list if input trees on stdinLinus Torvalds1-9/+77
2005-05-05[PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.Thomas Glanzmann1-1/+1
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-1/+1
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano1-2/+2
2005-04-27[PATCH] diff-tree -p implies diff-tree -p -rJunio C Hamano1-1/+1
2005-04-27[PATCH] Add -p (patch) to diff-tree.Junio C Hamano1-9/+26
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-2/+2
2005-04-23Support a fine-grained diff-treeLinus Torvalds1-2/+76
2005-04-20[PATCH] Usage-string fixes.Junio C Hamano1-2/+4
2005-04-20[PATCH] Teach diff-tree about commit objectsJunio C Hamano1-21/+4
2005-04-19Make "diff-tree" take commit objects too, like "diff-cache" does.Linus Torvalds1-0/+16
2005-04-15Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Linus Torvalds1-3/+10
2005-04-13[PATCH] Change diff-tree output formatPetr Baudis1-2/+6
2005-04-13[PATCH] diff-tree usagePetr Baudis1-1/+1
2005-04-13[PATCH] Whitespace FixesIngo Molnar1-1/+1
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis1-6/+6
2005-04-11Fix up commit-tree/diff-tree user interface issues.Linus Torvalds1-1/+1
2005-04-10Fix diff-tree recursion.Linus Torvalds1-6/+53
2005-04-10Simplify "diff-tree" output, and only keep track of one single name-base.Linus Torvalds1-24/+23
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Linus Torvalds1-21/+59
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds1-0/+109