summaryrefslogtreecommitdiff
path: root/diff-tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Libravatar Junio C Hamano1-4/+3
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinLibravatar Junio C Hamano1-0/+3
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Libravatar Junio C Hamano1-1/+6
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Libravatar Junio C Hamano1-3/+3
2005-05-27git-diff-tree: simplify header output with '-z'Libravatar Linus Torvalds1-12/+5
2005-05-26git-diff-tree: don't use diffcore_pathspec()Libravatar Linus Torvalds1-2/+0
2005-05-25[PATCH] show changed tree objects with recursive git-diff-treeLibravatar Junio C Hamano1-1/+8
2005-05-24[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.Libravatar Junio C Hamano1-12/+2
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Libravatar Junio C Hamano1-2/+0
2005-05-23diff-tree: don't write headers if the diff queue is emptyLibravatar Linus Torvalds1-5/+5
2005-05-23[PATCH] diff-raw format update take #2.Libravatar Junio C Hamano1-2/+2
2005-05-23[PATCH] NUL terminate diff-tree header lines under -z.Libravatar Junio C Hamano1-1/+12
2005-05-22Some more sparse warning fixesLibravatar Linus Torvalds1-1/+1
2005-05-22[PATCH] Diffcore updates.Libravatar Junio C Hamano1-20/+24
2005-05-21[PATCH] The diff-raw format updates.Libravatar Junio C Hamano1-7/+6
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Libravatar Junio C Hamano1-8/+18
2005-05-21diff-tree: don't print multiple headers for merges when silent.Libravatar Linus Torvalds1-1/+8
2005-05-21[PATCH] Constness fix for pickaxe option.Libravatar Junio C Hamano1-1/+1
2005-05-21diff-tree: prettify output slightlyLibravatar Linus Torvalds1-3/+16
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Libravatar Junio C Hamano1-5/+10
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Libravatar Junio C Hamano1-1/+7
2005-05-20sparse cleanupLibravatar Linus Torvalds1-5/+5
2005-05-20diff-tree: use new base_name_compare() helper functionLibravatar Linus Torvalds1-1/+1
2005-05-19Fix up previous commitLibravatar Linus Torvalds1-3/+8
2005-05-19[PATCH] diff overhaulLibravatar Junio C Hamano1-31/+15
2005-05-19diff-tree: add "--root" flag to show a root commit as a big creation event.Libravatar Linus Torvalds1-6/+35
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-2/+2
2005-05-19[PATCH] Detect renames in diff family.Libravatar Junio C Hamano1-4/+21
2005-05-18diff-tree: don't match non-directories as partial pathnamesLibravatar Linus Torvalds1-0/+2
2005-05-18diff-tree: fix "whole sub-tree disappeared or appeared" caseLibravatar Linus Torvalds1-9/+11
2005-05-18diff-tree: fix up comparison of "interesting" sub-treesLibravatar Linus Torvalds1-0/+5
2005-05-18diff-tree: show hex sha1 of the single-commit argument case correctly.Libravatar Linus Torvalds1-1/+7
2005-05-18diff-tree: fix and extend argument parsingLibravatar Linus Torvalds1-11/+27
2005-05-18diff-tree: clean up diff_tree_stdin() functionLibravatar Linus Torvalds1-21/+27
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