| Commit message (Expand) | Author | Age | Files | Lines |
* | pretty_print_commit: add different formats | Linus Torvalds | 2005-06-05 | 1 | -1/+2 |
* | [PATCH] diff: Clean up diff_scoreopt_parse(). | Junio C Hamano | 2005-06-03 | 1 | -3/+6 |
* | [PATCH] diff: Fix docs and add -O to diff-helper. | Junio C Hamano | 2005-06-03 | 1 | -1/+1 |
* | [PATCH] diff: mode bits fixes | Junio C Hamano | 2005-06-01 | 1 | -1/+3 |
* | Add generic commit "pretty print" function. | Linus Torvalds | 2005-06-01 | 1 | -69/+3 |
* | [PATCH] Add -O<orderfile> option to diff-* brothers. | Junio C Hamano | 2005-05-30 | 1 | -1/+7 |
* | [PATCH] Add -B flag to diff-* brothers. | Junio C Hamano | 2005-05-30 | 1 | -1/+7 |
* | [PATCH] diff: consolidate various calls into diffcore. | Junio C Hamano | 2005-05-30 | 1 | -4/+3 |
* | [PATCH] Optimize diff-tree -[CM] --stdin | Junio C Hamano | 2005-05-29 | 1 | -0/+3 |
* | [PATCH] Add --pickaxe-all to diff-* brothers. | Junio C Hamano | 2005-05-29 | 1 | -1/+6 |
* | [PATCH] Clean up diff_setup() to make it more extensible. | Junio C Hamano | 2005-05-29 | 1 | -3/+3 |
* | git-diff-tree: simplify header output with '-z' | Linus Torvalds | 2005-05-27 | 1 | -12/+5 |
* | git-diff-tree: don't use diffcore_pathspec() | Linus Torvalds | 2005-05-26 | 1 | -2/+0 |
* | [PATCH] show changed tree objects with recursive git-diff-tree | Junio C Hamano | 2005-05-25 | 1 | -1/+8 |
* | [PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option. | Junio C Hamano | 2005-05-24 | 1 | -12/+2 |
* | [PATCH] Fix diff-pruning logic which was running prune too early. | Junio C Hamano | 2005-05-23 | 1 | -2/+0 |
* | diff-tree: don't write headers if the diff queue is empty | Linus Torvalds | 2005-05-23 | 1 | -5/+5 |
* | [PATCH] diff-raw format update take #2. | Junio C Hamano | 2005-05-23 | 1 | -2/+2 |
* | [PATCH] NUL terminate diff-tree header lines under -z. | Junio C Hamano | 2005-05-23 | 1 | -1/+12 |
* | Some more sparse warning fixes | Linus Torvalds | 2005-05-22 | 1 | -1/+1 |
* | [PATCH] Diffcore updates. | Junio C Hamano | 2005-05-22 | 1 | -20/+24 |
* | [PATCH] The diff-raw format updates. | Junio C Hamano | 2005-05-21 | 1 | -7/+6 |
* | [PATCH] Prepare diffcore interface for diff-tree header supression. | Junio C Hamano | 2005-05-21 | 1 | -8/+18 |
* | diff-tree: don't print multiple headers for merges when silent. | Linus Torvalds | 2005-05-21 | 1 | -1/+8 |
* | [PATCH] Constness fix for pickaxe option. | Junio C Hamano | 2005-05-21 | 1 | -1/+1 |
* | diff-tree: prettify output slightly | Linus Torvalds | 2005-05-21 | 1 | -3/+16 |
* | [PATCH] Introducing software archaeologist's tool "pickaxe". | Junio C Hamano | 2005-05-21 | 1 | -5/+10 |
* | [PATCH] Diff overhaul, adding half of copy detection. | Junio C Hamano | 2005-05-21 | 1 | -1/+7 |
* | sparse cleanup | Linus Torvalds | 2005-05-20 | 1 | -5/+5 |
* | diff-tree: use new base_name_compare() helper function | Linus Torvalds | 2005-05-20 | 1 | -1/+1 |
* | Fix up previous commit | Linus Torvalds | 2005-05-19 | 1 | -3/+8 |
* | [PATCH] diff overhaul | Junio C Hamano | 2005-05-19 | 1 | -31/+15 |
* | diff-tree: add "--root" flag to show a root commit as a big creation event. | Linus Torvalds | 2005-05-19 | 1 | -6/+35 |
* | [PATCH] cleanup of in-code names | Alexey Nezhdanov | 2005-05-19 | 1 | -2/+2 |
* | [PATCH] Detect renames in diff family. | Junio C Hamano | 2005-05-19 | 1 | -4/+21 |
* | diff-tree: don't match non-directories as partial pathnames | Linus Torvalds | 2005-05-18 | 1 | -0/+2 |
* | diff-tree: fix "whole sub-tree disappeared or appeared" case | Linus Torvalds | 2005-05-18 | 1 | -9/+11 |
* | diff-tree: fix up comparison of "interesting" sub-trees | Linus Torvalds | 2005-05-18 | 1 | -0/+5 |
* | diff-tree: show hex sha1 of the single-commit argument case correctly. | Linus Torvalds | 2005-05-18 | 1 | -1/+7 |
* | diff-tree: fix and extend argument parsing | Linus Torvalds | 2005-05-18 | 1 | -11/+27 |
* | diff-tree: clean up diff_tree_stdin() function | Linus Torvalds | 2005-05-18 | 1 | -21/+27 |
* | diff-tree: add author/date information to the verbose output | Linus Torvalds | 2005-05-06 | 1 | -1/+24 |
* | [PATCH] Document --stdin, -m, -s, and -v flags to git-diff-tree | Junio C Hamano | 2005-05-06 | 1 | -1/+2 |
* | diff-tree: add "verbose header" mode | Linus Torvalds | 2005-05-06 | 1 | -3/+58 |
* | git-diff-tree: clean up output | Linus Torvalds | 2005-05-06 | 1 | -3/+27 |
* | diff-tree: support list if input trees on stdin | Linus Torvalds | 2005-05-06 | 1 | -9/+77 |
* | [PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree. | Thomas Glanzmann | 2005-05-05 | 1 | -1/+1 |
* | Add "get_sha1()" helper function. | Linus Torvalds | 2005-05-01 | 1 | -1/+1 |
* | [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 | Junio C Hamano | 2005-04-28 | 1 | -2/+2 |
* | [PATCH] diff-tree -p implies diff-tree -p -r | Junio C Hamano | 2005-04-27 | 1 | -1/+1 |