aboutsummaryrefslogtreecommitdiffstats
path: root/diff-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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