- 8f67f8a Make the diff_options bitfields be an unsigned with explicit masks. by Pierre Habouzit · 17 years ago
- 41bbf9d Allow git-diff exit with codes similar to diff(1) by Alex Riesen · 18 years ago
- a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
- db6296a Call setup_git_directory() early by Linus Torvalds · 19 years ago
- ef1d9c5 log and diff family: honor config even from subdirectories by Junio C Hamano · 19 years ago
- 83ad63c diff: do not use configuration magic at the core-level by Junio C Hamano · 19 years ago
- 3969cf7 Fix some more diff options changes. by Junio C Hamano · 19 years ago
- f005df3 diff-tree: Use ---\n as a message separator by Timo Hirvonen · 19 years ago
- c9b5ef9 Set default diff output format after parsing command line by Timo Hirvonen · 19 years ago
- 1f1e895 Add "named object array" concept by Linus Torvalds · 19 years ago
- e0c97ca Make git-diff-tree indicate when it flushes by Paul Mackerras · 19 years ago
- e8cc9cd Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree. by Peter Eriksen · 19 years ago[Renamed (97%) from diff-tree.c]
- 70f75cc Provide a way to flush git-diff-tree's output by Paul Mackerras · 19 years ago
- 9153983 Log message printout cleanups by Linus Torvalds · 19 years ago
- 6b9c58f Split init_revisions() out of setup_revisions() by Junio C Hamano · 19 years ago
- 8e8f998 Fix up default abbrev in setup_revisions() argument parser. by Junio C Hamano · 19 years ago
- cd2bdc5 Common option parsing for "git log --diff" and friends by Linus Torvalds · 19 years ago
- a8baa7b tree-diff: do not assume we use only one pathspec by Junio C Hamano · 19 years ago
- 5f1c3f0 log-tree: separate major part of diff-tree. by Junio C Hamano · 19 years ago
- 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
- 6932c78 diff-tree: do not default to -c by Junio C Hamano · 19 years ago
- 0a79807 combine-diff: move formatting logic to show_combined_diff() by Junio C Hamano · 19 years ago
- ee63802 diff-tree -c raw output by Linus Torvalds · 19 years ago
- deb989b Fix "git diff a..b" breakage by Linus Torvalds · 19 years ago
- 45392a6 git-diff-tree --stdin: show all parents. by Junio C Hamano · 19 years ago
- e3c3a55 combine-diff: remove misguided --show-empty hack. by Junio C Hamano · 19 years ago
- ec0bdb6 diff-tree --always flag by Linus Torvalds · 19 years ago
- addafaf Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev by Junio C Hamano · 19 years ago
- 3815f42 pretty_print_commit(): pass commit object instead of commit->buffer. by Junio C Hamano · 19 years ago
- b2d4c56 diff-tree: abbreviate merge parent object names with --abbrev --pretty. by Junio C Hamano · 19 years ago
- d8f4790 diff-tree --cc: denser combined diff output for a merge commit. by Junio C Hamano · 19 years ago
- af3feef diff-tree -c: show a merge commit a bit more sensibly. by Junio C Hamano · 19 years ago
- 47dd0d5 diff: --abbrev option by Junio C Hamano · 19 years ago
- a50b870 diff-tree: teach single-commit diff-tree to honour grafts by Junio C Hamano · 19 years ago
- 9ce392f Move diff.renamelimit out of default configuration. by Junio C Hamano · 19 years ago
- 601c978 Add --no-commit-id option for git-diff-tree, use it in gitk by Pavel Roskin · 19 years ago
- 50b8e35 Documentation changes to recursive option for git-diff-tree by Chris Shoemaker · 19 years ago
- ac1b3d1 Split up tree diff functions into tree-diff.c library by Linus Torvalds · 19 years ago
- 4546738 Unlocalized isspace and friends by Linus Torvalds · 19 years ago
- 1771299 Add ".git/config" file parser by Linus Torvalds · 19 years ago
- 6b5ee13 Diff clean-up. by Junio C Hamano · 19 years ago
- 5098baf Plug diff leaks. by Junio C Hamano · 19 years ago
- d288a70 [PATCH] Make "git diff" work inside relative subdirectories by Linus Torvalds · 20 years ago
- 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
- e68b6f1 Split up "diff_format" into "format" and "line_termination". by Linus Torvalds · 20 years ago
- dda2d79 [PATCH] Clean up diff option descriptions. by Junio C Hamano · 20 years ago
- 52f2852 [PATCH] git-diff-*: --name-only and --name-only-z. by Junio C Hamano · 20 years ago
- acb46f8 git-diff-*: support "-u" as a synonym for "-p" by Linus Torvalds · 20 years ago
- 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds · 20 years ago
- 1809266 Clean up git-diff-tree 'header' generation by Linus Torvalds · 20 years ago
- 4727f64 [PATCH] Make -C less eager. by Junio C Hamano · 20 years ago
- f2ce9fd [PATCH] Add --diff-filter= output restriction to diff-* family. by Junio C Hamano · 20 years ago
- a7ca654 [PATCH] diff-tree: --find-copies-harder by Junio C Hamano · 20 years ago
- ba88e54 git-diff-tree: fix output with just "--pretty". by Linus Torvalds · 20 years ago
- a8db165 [PATCH] Support commit_format in diff-tree by Junio C Hamano · 20 years ago
- 000182e pretty_print_commit: add different formats by Linus Torvalds · 20 years ago
- 0e3994f [PATCH] diff: Clean up diff_scoreopt_parse(). by Junio C Hamano · 20 years ago
- ce24067 [PATCH] diff: Fix docs and add -O to diff-helper. by Junio C Hamano · 20 years ago
- 67574c4 [PATCH] diff: mode bits fixes by Junio C Hamano · 20 years ago
- e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds · 20 years ago
- af5323e [PATCH] Add -O<orderfile> option to diff-* brothers. by Junio C Hamano · 20 years ago
- f345b0a [PATCH] Add -B flag to diff-* brothers. by Junio C Hamano · 20 years ago
- befe863 [PATCH] diff: consolidate various calls into diffcore. by Junio C Hamano · 20 years ago
- f0c6b2a [PATCH] Optimize diff-tree -[CM] --stdin by Junio C Hamano · 20 years ago
- 367cec1 [PATCH] Add --pickaxe-all to diff-* brothers. by Junio C Hamano · 20 years ago
- 19feebc [PATCH] Clean up diff_setup() to make it more extensible. by Junio C Hamano · 20 years ago
- 84c1afd git-diff-tree: simplify header output with '-z' by Linus Torvalds · 20 years ago
- fbe082a git-diff-tree: don't use diffcore_pathspec() by Linus Torvalds · 20 years ago
- 4cae1a9 [PATCH] show changed tree objects with recursive git-diff-tree by Junio C Hamano · 20 years ago
- d030935 [PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option. by Junio C Hamano · 20 years ago
- bceafe7 [PATCH] Fix diff-pruning logic which was running prune too early. by Junio C Hamano · 20 years ago
- 9ab55bd diff-tree: don't write headers if the diff queue is empty by Linus Torvalds · 20 years ago
- b6d8f30 [PATCH] diff-raw format update take #2. by Junio C Hamano · 20 years ago
- 5831b56 [PATCH] NUL terminate diff-tree header lines under -z. by Junio C Hamano · 20 years ago
- 09d74b3 Some more sparse warning fixes by Linus Torvalds · 20 years ago
- 6b14d7f [PATCH] Diffcore updates. by Junio C Hamano · 20 years ago
- 81e50ea [PATCH] The diff-raw format updates. by Junio C Hamano · 20 years ago
- 38c6f78 [PATCH] Prepare diffcore interface for diff-tree header supression. by Junio C Hamano · 20 years ago
- d6db010 diff-tree: don't print multiple headers for merges when silent. by Linus Torvalds · 20 years ago
- 057c7d3 [PATCH] Constness fix for pickaxe option. by Junio C Hamano · 20 years ago
- 3258c90 diff-tree: prettify output slightly by Linus Torvalds · 20 years ago
- 52e9578 [PATCH] Introducing software archaeologist's tool "pickaxe". by Junio C Hamano · 20 years ago
- 427dcb4 [PATCH] Diff overhaul, adding half of copy detection. by Junio C Hamano · 20 years ago
- e99d59f sparse cleanup by Linus Torvalds · 20 years ago
- e46091d diff-tree: use new base_name_compare() helper function by Linus Torvalds · 20 years ago
- de809db Fix up previous commit by Linus Torvalds · 20 years ago
- 57fe64a [PATCH] diff overhaul by Junio C Hamano · 20 years ago
- dc26bd8 diff-tree: add "--root" flag to show a root commit as a big creation event. by Linus Torvalds · 20 years ago
- 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
- 5c97558 [PATCH] Detect renames in diff family. by Junio C Hamano · 20 years ago
- 850e82d diff-tree: don't match non-directories as partial pathnames by Linus Torvalds · 20 years ago
- ed1a368 diff-tree: fix "whole sub-tree disappeared or appeared" case by Linus Torvalds · 20 years ago
- cb6c8ed diff-tree: fix up comparison of "interesting" sub-trees by Linus Torvalds · 20 years ago
- 7384889 diff-tree: show hex sha1 of the single-commit argument case correctly. by Linus Torvalds · 20 years ago
- 0a8365a diff-tree: fix and extend argument parsing by Linus Torvalds · 20 years ago
- b11645b diff-tree: clean up diff_tree_stdin() function by Linus Torvalds · 20 years ago
- a02ebff diff-tree: add author/date information to the verbose output by Linus Torvalds · 20 years ago
- 5aad72f [PATCH] Document --stdin, -m, -s, and -v flags to git-diff-tree by Junio C Hamano · 20 years ago
- cee99d2 diff-tree: add "verbose header" mode by Linus Torvalds · 20 years ago
- f4f21ce git-diff-tree: clean up output by Linus Torvalds · 20 years ago