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