summaryrefslogtreecommitdiff
path: root/diff-tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-06diff-tree: add author/date information to the verbose outputLibravatar Linus Torvalds1-1/+24
2005-05-06[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeLibravatar Junio C Hamano1-1/+2
2005-05-06diff-tree: add "verbose header" modeLibravatar Linus Torvalds1-3/+58
2005-05-06git-diff-tree: clean up outputLibravatar Linus Torvalds1-3/+27
2005-05-06diff-tree: support list if input trees on stdinLibravatar Linus Torvalds1-9/+77
2005-05-05[PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.Libravatar Thomas Glanzmann1-1/+1
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-1/+1
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Libravatar Junio C Hamano1-2/+2
2005-04-27[PATCH] diff-tree -p implies diff-tree -p -rLibravatar Junio C Hamano1-1/+1
2005-04-27[PATCH] Add -p (patch) to diff-tree.Libravatar Junio C Hamano1-9/+26
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-2/+2
2005-04-23Support a fine-grained diff-treeLibravatar Linus Torvalds1-2/+76
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