summaryrefslogtreecommitdiff
path: root/diff-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* git-diff-tree: clean up outputLinus Torvalds2005-05-061-3/+27
* diff-tree: support list if input trees on stdinLinus Torvalds2005-05-061-9/+77
* [PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.Thomas Glanzmann2005-05-051-1/+1
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-1/+1
* [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano2005-04-281-2/+2
* [PATCH] diff-tree -p implies diff-tree -p -rJunio C Hamano2005-04-271-1/+1
* [PATCH] Add -p (patch) to diff-tree.Junio C Hamano2005-04-271-9/+26
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-2/+2
* Support a fine-grained diff-treeLinus Torvalds2005-04-231-2/+76
* [PATCH] Usage-string fixes.Junio C Hamano2005-04-201-2/+4
* [PATCH] Teach diff-tree about commit objectsJunio C Hamano2005-04-201-21/+4
* Make "diff-tree" take commit objects too, like "diff-cache" does.Linus Torvalds2005-04-191-0/+16
* Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Linus Torvalds2005-04-151-3/+10
* [PATCH] Change diff-tree output formatPetr Baudis2005-04-131-2/+6
* [PATCH] diff-tree usagePetr Baudis2005-04-131-1/+1
* [PATCH] Whitespace FixesIngo Molnar2005-04-131-1/+1
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-6/+6
* Fix up commit-tree/diff-tree user interface issues.Linus Torvalds2005-04-111-1/+1
* Fix diff-tree recursion.Linus Torvalds2005-04-101-6/+53
* Simplify "diff-tree" output, and only keep track of one single name-base.Linus Torvalds2005-04-101-24/+23
* Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Linus Torvalds2005-04-101-21/+59
* Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds2005-04-091-0/+109