aboutsummaryrefslogtreecommitdiffstats
path: root/diff-tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-24Diff clean-up.Junio C Hamano1-92/+39
2005-09-15Plug diff leaks.Junio C Hamano1-0/+1
2005-08-16[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds1-4/+13
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis1-1/+1
2005-07-14Split up "diff_format" into "format" and "line_termination".Linus Torvalds1-9/+6
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano1-1/+3
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano1-0/+8
2005-07-08git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds1-1/+1
2005-06-26Add "--pretty=full" format that also shows committer.Linus Torvalds1-13/+0
2005-06-23Clean up git-diff-tree 'header' generationLinus Torvalds1-12/+6
2005-06-19[PATCH] Make -C less eager.Junio C Hamano1-3/+3
2005-06-12[PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano1-3/+9
2005-06-12[PATCH] diff-tree: --find-copies-harderJunio C Hamano1-3/+10
2005-06-12git-diff-tree: fix output with just "--pretty".Linus Torvalds1-0/+1
2005-06-12[PATCH] Support commit_format in diff-treeJunio C Hamano1-1/+19
2005-06-05pretty_print_commit: add different formatsLinus Torvalds1-1/+2
2005-06-03[PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano1-3/+6
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano1-1/+1
2005-06-01[PATCH] diff: mode bits fixesJunio C Hamano1-1/+3
2005-06-01Add generic commit "pretty print" function.Linus Torvalds1-69/+3
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano1-1/+7
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-1/+7
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Junio C Hamano1-4/+3
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano1-0/+3
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano1-1/+6
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano1-3/+3
2005-05-27git-diff-tree: simplify header output with '-z'Linus Torvalds1-12/+5
2005-05-26git-diff-tree: don't use diffcore_pathspec()Linus Torvalds1-2/+0
2005-05-25[PATCH] show changed tree objects with recursive git-diff-treeJunio C Hamano1-1/+8
2005-05-24[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.Junio C Hamano1-12/+2
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano1-2/+0
2005-05-23diff-tree: don't write headers if the diff queue is emptyLinus Torvalds1-5/+5
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano1-2/+2
2005-05-23[PATCH] NUL terminate diff-tree header lines under -z.Junio C Hamano1-1/+12
2005-05-22Some more sparse warning fixesLinus Torvalds1-1/+1
2005-05-22[PATCH] Diffcore updates.Junio C Hamano1-20/+24
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano1-7/+6
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano1-8/+18
2005-05-21diff-tree: don't print multiple headers for merges when silent.Linus Torvalds1-1/+8
2005-05-21[PATCH] Constness fix for pickaxe option.Junio C Hamano1-1/+1
2005-05-21diff-tree: prettify output slightlyLinus Torvalds1-3/+16
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano1-5/+10
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano1-1/+7
2005-05-20sparse cleanupLinus Torvalds1-5/+5
2005-05-20diff-tree: use new base_name_compare() helper functionLinus Torvalds1-1/+1
2005-05-19Fix up previous commitLinus Torvalds1-3/+8
2005-05-19[PATCH] diff overhaulJunio C Hamano1-31/+15
2005-05-19diff-tree: add "--root" flag to show a root commit as a big creation event.Linus Torvalds1-6/+35
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov1-2/+2
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano1-4/+21
2005-05-18diff-tree: don't match non-directories as partial pathnamesLinus Torvalds1-0/+2
2005-05-18diff-tree: fix "whole sub-tree disappeared or appeared" caseLinus Torvalds1-9/+11
2005-05-18diff-tree: fix up comparison of "interesting" sub-treesLinus Torvalds1-0/+5
2005-05-18diff-tree: show hex sha1 of the single-commit argument case correctly.Linus Torvalds1-1/+7
2005-05-18diff-tree: fix and extend argument parsingLinus Torvalds1-11/+27
2005-05-18diff-tree: clean up diff_tree_stdin() functionLinus Torvalds1-21/+27
2005-05-06diff-tree: add author/date information to the verbose outputLinus Torvalds1-1/+24
2005-05-06[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeJunio C Hamano1-1/+2
2005-05-06diff-tree: add "verbose header" modeLinus Torvalds1-3/+58
2005-05-06git-diff-tree: clean up outputLinus Torvalds1-3/+27
2005-05-06diff-tree: support list if input trees on stdinLinus Torvalds1-9/+77
2005-05-05[PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.Thomas Glanzmann1-1/+1
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-1/+1
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano1-2/+2
2005-04-27[PATCH] diff-tree -p implies diff-tree -p -rJunio C Hamano1-1/+1
2005-04-27[PATCH] Add -p (patch) to diff-tree.Junio C Hamano1-9/+26
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-2/+2
2005-04-23Support a fine-grained diff-treeLinus Torvalds1-2/+76
2005-04-20[PATCH] Usage-string fixes.Junio C Hamano1-2/+4
2005-04-20[PATCH] Teach diff-tree about commit objectsJunio C Hamano1-21/+4
2005-04-19Make "diff-tree" take commit objects too, like "diff-cache" does.Linus Torvalds1-0/+16
2005-04-15Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Linus Torvalds1-3/+10
2005-04-13[PATCH] Change diff-tree output formatPetr Baudis1-2/+6
2005-04-13[PATCH] diff-tree usagePetr Baudis1-1/+1
2005-04-13[PATCH] Whitespace FixesIngo Molnar1-1/+1
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis1-6/+6
2005-04-11Fix up commit-tree/diff-tree user interface issues.Linus Torvalds1-1/+1
2005-04-10Fix diff-tree recursion.Linus Torvalds1-6/+53
2005-04-10Simplify "diff-tree" output, and only keep track of one single name-base.Linus Torvalds1-24/+23
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Linus Torvalds1-21/+59
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds1-0/+109