summaryrefslogtreecommitdiff
path: root/diff-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-291-0/+3
* [PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano2005-05-291-1/+6
* [PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano2005-05-291-3/+3
* git-diff-tree: simplify header output with '-z'Linus Torvalds2005-05-271-12/+5
* git-diff-tree: don't use diffcore_pathspec()Linus Torvalds2005-05-261-2/+0
* [PATCH] show changed tree objects with recursive git-diff-treeJunio C Hamano2005-05-251-1/+8
* [PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.Junio C Hamano2005-05-241-12/+2
* [PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano2005-05-231-2/+0
* diff-tree: don't write headers if the diff queue is emptyLinus Torvalds2005-05-231-5/+5
* [PATCH] diff-raw format update take #2.Junio C Hamano2005-05-231-2/+2
* [PATCH] NUL terminate diff-tree header lines under -z.Junio C Hamano2005-05-231-1/+12
* Some more sparse warning fixesLinus Torvalds2005-05-221-1/+1
* [PATCH] Diffcore updates.Junio C Hamano2005-05-221-20/+24
* [PATCH] The diff-raw format updates.Junio C Hamano2005-05-211-7/+6
* [PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano2005-05-211-8/+18
* diff-tree: don't print multiple headers for merges when silent.Linus Torvalds2005-05-211-1/+8
* [PATCH] Constness fix for pickaxe option.Junio C Hamano2005-05-211-1/+1
* diff-tree: prettify output slightlyLinus Torvalds2005-05-211-3/+16
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-211-5/+10
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-211-1/+7
* sparse cleanupLinus Torvalds2005-05-201-5/+5
* diff-tree: use new base_name_compare() helper functionLinus Torvalds2005-05-201-1/+1
* Fix up previous commitLinus Torvalds2005-05-191-3/+8
* [PATCH] diff overhaulJunio C Hamano2005-05-191-31/+15
* diff-tree: add "--root" flag to show a root commit as a big creation event.Linus Torvalds2005-05-191-6/+35
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-2/+2
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-191-4/+21
* diff-tree: don't match non-directories as partial pathnamesLinus Torvalds2005-05-181-0/+2
* diff-tree: fix "whole sub-tree disappeared or appeared" caseLinus Torvalds2005-05-181-9/+11
* diff-tree: fix up comparison of "interesting" sub-treesLinus Torvalds2005-05-181-0/+5
* diff-tree: show hex sha1 of the single-commit argument case correctly.Linus Torvalds2005-05-181-1/+7
* diff-tree: fix and extend argument parsingLinus Torvalds2005-05-181-11/+27
* diff-tree: clean up diff_tree_stdin() functionLinus Torvalds2005-05-181-21/+27
* diff-tree: add author/date information to the verbose outputLinus Torvalds2005-05-061-1/+24
* [PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeJunio C Hamano2005-05-061-1/+2
* diff-tree: add "verbose header" modeLinus Torvalds2005-05-061-3/+58
* 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