summaryrefslogtreecommitdiff
path: root/diff-tree.c
AgeCommit message (Expand)Author
2005-05-22[PATCH] The diff-raw format updates.Junio C Hamano
2005-05-22[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano
2005-05-21diff-tree: don't print multiple headers for merges when silent.Linus Torvalds
2005-05-21[PATCH] Constness fix for pickaxe option.Junio C Hamano
2005-05-21diff-tree: prettify output slightlyLinus Torvalds
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano
2005-05-20sparse cleanupLinus Torvalds
2005-05-20diff-tree: use new base_name_compare() helper functionLinus Torvalds
2005-05-20Fix up previous commitLinus Torvalds
2005-05-20[PATCH] diff overhaulJunio C Hamano
2005-05-19diff-tree: add "--root" flag to show a root commit as a big creation event.Linus Torvalds
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano
2005-05-18diff-tree: don't match non-directories as partial pathnamesLinus Torvalds
2005-05-18diff-tree: fix "whole sub-tree disappeared or appeared" caseLinus Torvalds
2005-05-18diff-tree: fix up comparison of "interesting" sub-treesLinus Torvalds
2005-05-18diff-tree: show hex sha1 of the single-commit argument case correctly.Linus Torvalds
2005-05-18diff-tree: fix and extend argument parsingLinus Torvalds
2005-05-18diff-tree: clean up diff_tree_stdin() functionLinus Torvalds
2005-05-06diff-tree: add author/date information to the verbose outputLinus Torvalds
2005-05-06[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeJunio C Hamano
2005-05-06diff-tree: add "verbose header" modeLinus Torvalds
2005-05-06git-diff-tree: clean up outputLinus Torvalds
2005-05-06diff-tree: support list if input trees on stdinLinus Torvalds
2005-05-05[PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.Thomas Glanzmann
2005-05-01Add "get_sha1()" helper function.Linus Torvalds
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano
2005-04-27[PATCH] diff-tree -p implies diff-tree -p -rJunio C Hamano
2005-04-27[PATCH] Add -p (patch) to diff-tree.Junio C Hamano
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-24Support a fine-grained diff-treeLinus Torvalds
2005-04-21[PATCH] Usage-string fixes.Junio C Hamano
2005-04-21[PATCH] Teach diff-tree about commit objectsJunio C Hamano
2005-04-20Make "diff-tree" take commit objects too, like "diff-cache" does.Linus Torvalds
2005-04-15Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Linus Torvalds
2005-04-13[PATCH] Change diff-tree output formatPetr Baudis
2005-04-13[PATCH] diff-tree usagePetr Baudis
2005-04-13[PATCH] Whitespace FixesIngo Molnar
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis
2005-04-11Fix up commit-tree/diff-tree user interface issues.Linus Torvalds
2005-04-11Fix diff-tree recursion.Linus Torvalds
2005-04-10Simplify "diff-tree" output, and only keep track of one single name-base.Linus Torvalds
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Linus Torvalds
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds