summaryrefslogtreecommitdiff
path: root/diff-tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-20[PATCH] Usage-string fixes.Libravatar Junio C Hamano1-2/+4
2005-04-20[PATCH] Teach diff-tree about commit objectsLibravatar Junio C Hamano1-21/+4
2005-04-19Make "diff-tree" take commit objects too, like "diff-cache" does.Libravatar Linus Torvalds1-0/+16
2005-04-15Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Libravatar Linus Torvalds1-3/+10
2005-04-13[PATCH] Change diff-tree output formatLibravatar Petr Baudis1-2/+6
2005-04-13[PATCH] diff-tree usageLibravatar Petr Baudis1-1/+1
2005-04-13[PATCH] Whitespace FixesLibravatar Ingo Molnar1-1/+1
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis1-6/+6
2005-04-11Fix up commit-tree/diff-tree user interface issues.Libravatar Linus Torvalds1-1/+1
2005-04-10Fix diff-tree recursion.Libravatar Linus Torvalds1-6/+53
2005-04-10Simplify "diff-tree" output, and only keep track of one single name-base.Libravatar Linus Torvalds1-24/+23
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Libravatar Linus Torvalds1-21/+59
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Libravatar Linus Torvalds1-0/+109